8000 Tags · anih/helmfile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: anih/helmfile

Tags

v0.92.1

Toggle v0.92.1's commit message
2019-11-17T00:42:54Z

468b9b6 Fix random "expansion errors" in large values contained in `values` (roboll#974)

v0.92.0

Toggle v0.92.0's commit message
2019-11-15T00:00:57Z

3ccb43f Log "could not deduce `environment:` block" message at debug level (roboll#967)
b99daa3 Allow combining valuesTemplate and values, same for setTemplate (roboll#938)

v0.91.0

Toggle v0.91.0's commit message
2019-11-14T23:41:52Z

990d31c Merge pull request roboll#963 from frontapp/auto-helm3
45943f9 Bump Helm to v3.0.0 (roboll#965)
dc2961a Add test for IsHelm3 logic.
d15c4aa Replace usage of ShellRunner in test suite with mockRunner.
c099f69 feat: Automatically enable Helm v3 mode
43f1188 Bump Helm to v3.0.0

v0.90.9

Toggle v0.90.9's commit message
2019-11-14T11:57:23Z

f466800 Fix regression since 0.90.0 that Helmfile becomes too slow when there are many releases (roboll#964)

v0.90.8

Toggle v0.90.8's commit message
2019-11-07T12:43:45Z

ada5f05 Merge pull request roboll#942 from roboll/fix-rel-not-found-on-del-by-sync
a136c46 fix the bug that `helmfile template` is unable to render anything when `--namespace` is specified
e2e4e84 fix the bug that resulted in `helmfile sync` not delete releases with `--namespace`
77082ce fix regression that `--namespace` breaks delete/destroy and possibly sync/apply as well
8d7c79a fix: release not found on uninstall through sync/apply

v0.90.7

Toggle v0.90.7's commit message
2019-11-06T14:17:24Z

ed7a6d9 Port the `needs` fix for `helmfile apply` to `sync`, and make `template` DAG-aware (roboll#940)
35adb8a Merge pull request roboll#939 from roboll/fix-needs-ported-to-delete
a0c902d Remove unnecessary code from pkg/app.Run
ebad0ad Remove unnecessary code
4751613 Port the fix for `needs` to `helmfile delete` and `destroy`

v0.90.6

Toggle v0.90.6's commit message
2019-11-06T12:16:01Z

f41fe86 fix: Fix --selector to not break `needs` (roboll#934)
dad8e72 chore(deps): upgrade to go v1.13.4 (roboll#935)

v0.90.5

Toggle v0.90.5's commit message
2019-11-02T07:35:35Z

d0dd4a2 Build alternative container image for use with Helm v3 (roboll#931)
8fc546a Merge pull request roboll#930 from roboll/helm-v3-fixes-and-integration-test
fbbd763 v3 compatibility: Fix `helmfile delete` to not fail when there was no release to be deleted
30751e9 Fix `helmfile --namespace ns delete` to not fail consistently
f47d8ea Integration tests with Helm v3.0.0-rc.2

v0.90.4

Toggle v0.90.4's commit message
2019-11-02T05:15:27Z

6955d07 fix: Set HelmBinary in execer constructor (roboll#928)

v0.90.3

Toggle v0.90.3's commit message
2019-11-02T05:04:44Z

3f02b86 fix: Fix `needs` to work for upgrades and when selectors are provided (roboll#922)
e258052 helm v2.15.2 (roboll#924)
0