Skip to content

Releases: roboll/helmfile

v0.21.0

25 Jul 00:52
ee3632c
Compare
Choose a tag to compare

ee3632c (HEAD, tag: v0.21.0, origin/master, origin/HEAD, master) Merge pull request #191 from mumoshu/fix-cmd-descrs
2297093 Merge pull request #190 from mumoshu/fix-helmfile.d-defaulting
506de12 fix: helmfile -f dir/ -l k=v sync fails on first helmfile w/ no match (#188)
01fe5b4 Adding merging for helmDefaults args and --args, adding tillerNamspace and kubeContext to helmDefaults (#186)
06a1d24 Multi-level logging (#185)
438d198 Fix command descriptions
c74db5d fix: helmfile sync doesn't recognize the default helmfile.d/ directory
35732f3 Bugfix for helm-binary flag. to global (#184)
7f37c6b Add helm-binary opt to delete command
fa0ff32 Bugfix for helm-binary flag. to global
9f57f8b Add the option to specify an alternative helm binary (#181)

Build Info

v0.20.0

26 Jun 14:47
88e84e5
Compare
Choose a tag to compare

88e84e5 (HEAD, tag: v0.20.0, origin/master, origin/HEAD, master) Merge pull request #177 from amnk/amnk/issue-176
c52504c Merge pull request #178 from Scukerman/master
a821258 Fix typo in README.md
e1040c2 Add helm-secrets plugin to Dockerfile
58bc2a2 adding args to be added in helmfile along with context to be set in helmspec (#171)
af1914c Merge pull request #172 from mumoshu/diff-against-new-release
da337e8 feat: helmfile diff also works against non-existent releases
6856c6e Add helmfile lint support (#162)
2fba241 Ordered helmfile(s) from a directory (#160)
df264e2 Merge pull request #165 from cmeury/no-match-error
5751984 fail when no releases match selector

Build Info

v0.19.0

05 Jun 14:27
afa4593
Compare
Choose a tag to compare

afa4593 (HEAD, tag: v0.19.0, origin/master, origin/HEAD, master) Merge pull request #159 from wendorf/dockerfile-helm-diff
3044255 Merge pull request #156 from wendorf/dockerfile-helm-2.9.1
98d3897 Dockerfile installs helm-diff
a9a8fb8 Docker image uses Helm v2.9.1 (from v2.8.2)
fb6ac7b Dockerfile uses ARG instead of ENV

Build Info

v0.18.0

31 May 02:24
Compare
Choose a tag to compare

1a4f342 (HEAD, tag: v0.18.0, origin/master, origin/HEAD, master) Add basic repository authentication (#154)

Build Info

v0.17.0

16 May 00:03
a7e35b7
Compare
Choose a tag to compare

a7e35b7 (HEAD, tag: v0.17.0, origin/master, origin/HEAD, master) Merge pull request #142 from mumoshu/make-purge-optional
f288032 Merge pull request #145 from ConnectedHomes/absolute-value-path
4fe8d98 Don't prefix base path to absolute path
09f1904 Merge pull request #143 from mumoshu/fix-helm-diff-deprecation-warning
52507de Mention about the minimum ver. of helm-diff
ac70e45 Fix the helm-diff deprecation warning
3979c18 Make purge optional when running "helmfile delete"

Build Info

v0.16.0

11 May 05:40
fb781be
Compare
Choose a tag to compare

fb781be (HEAD, tag: v0.16.0, origin/master, origin/HEAD, master) Merge pull request #139 from int128/inline-values
5db3ba2 Add inline values support

Build Info

v0.15.0

10 May 18:18
568d750
Compare
Choose a tag to compare

568d750 (HEAD, tag: v0.15.0, origin/master, origin/HEAD, master) Merge pull request #141 from mumoshu/always-reset-values
c41dbc4 Force --reset-values on sync

Build Info

v0.14.1: Merge pull request #136 from AXOOM/feat/arg_escaping

10 May 00:28
26ffdc2
Compare
Choose a tag to compare
Escape names and values before passing to Helm

v0.14.0

10 May 18:18
c5d5306
Compare
Choose a tag to compare

c5d5306 (HEAD, tag: v0.14.0, master) Merge pull request #135 from AXOOM/feat/required_envs
77204d9 Introduce template function requiredEnv
67ddd7f Merge pull request #128 from cmeury/retry-curl
10255ae retry curl to reduce risk of race condition
89ca84f Merge pull request #129 from cmeury/install-ghr
bdf7209 Merge pull request #126 from cmeury/chart-missing-error
763c542 install ghr for releasing
e4c0161 add unit tests and upgrade minikube, helm and k8s; set automountServiceAccountToken for 2.9.0 compatibility
2a1cdb0 upgrade gopkg.in/yaml from v1 to v2 to strictly unmarshal
8c6137e adding simple unit test for sync releases
e4b3ba4 Merge pull request #125 from cmeury/users
ad34be5 Merge pull request #124 from cmeury/build-container
44241f6 Merge pull request #70 from cmeury/status-command
10cdae5 table format
930ea98 add users file to track production use
151fe07 keep it simple
2af039d don't use gox for single build
5f9d3f8 build consistent statically linked binary for docker image
579fa4c status command retrieves release status

Build Info

v0.13.0: Breaking: Enhanced sprig-templating of entire helmfile.yaml

26 Apr 11:34
efe5a2e
Compare
Choose a tag to compare

Action required: Please replace every occurrence of {{ env \"ENVNAME\" }} to just {{ env "ENVNAME" }} in your helmfile.yaml. See #98 for more context.

efe5a2e (HEAD, tag: v0.13.0, origin/master, origin/HEAD, master) Merge pull request #121 from roboll/up-to-date-release-note
b564c4a Ensure the release note to be up-to-date
ae2777f Merge pull request #120 from roboll/fix-release
652e001 Fix failing automated release
9b0d0d4 Merge pull request #115 from sstarcher/chart_detection
d8465c4 Merge pull request #116 from AXOOM/master
46f119b Fix resolving relative paths on windows
df5d2e0 updating tests to use local files
cf01221 support relative path for is local check
ca26d75 Merge pull request #113 from gavvvr/patch-1
a282792 Add root CAs to docker image
e85b878 Merge pull request #110 from sstarcher/empty_filter
789362d support the same selector repeated
79c7d15 Merge pull request #106 from roboll/update-readme-for-breaking-change
883cd1e Update README not to confuse new-comers due to breaking change in master
71fa693 templating the entire helmfile and adding some documentation (#98)

Build Info