Changelog
Features
- 1226ea6: feat: specify env values from the parent to the nested state (#622) (@mumoshu)
- f7b9de6: Feat: add --strip-args-values-on-exit-error (helmfile#887) (@jkroepke)
- 3d0f0af: Feat: support helm flag --enable-dns (helmfile#830) (@vincentstchu)
- 1012256: feat: "base" helmfile state gotmpl is rendered with the envvals inherited from the parent (helmfile#613) (@mumoshu)
- 1db205d: feat: "bases" for easier layerina (@mumoshu)
- 1bde201: feat: --concurrency for delete and destroy (helmfile#691) (@mumoshu)
- 0186254: feat: --detailed-exitcode for
helmfile apply(helmfile#1120) (@mumoshu) - 815ee1f: feat: --force, --recreate-pods, --timeout as first-class citizens in helmfile.yaml (helmfile#239) (@mumoshu)
- 200cae2: feat: --show-secrets on diff and apply commands (helmfile#1749) (@strainovic)
- 54f1567: feat: --suppress-secrets of diff and apply commands (#272) (@mumoshu)
- 8a90e53: feat: Ability to call arbitrary command from a template (helmfile#282) (@mumoshu)
- 19927fc: feat: Add --suppress option for diff and apply commands (#2077) (@sjentzsch)
- 5a15b65: feat: Add
helmfile apply --skip-cleanup(helmfile#1571) (@mumoshu) - 6b86408: feat: Add
helmfile template --include-crds(helmfile#1568) (@mumoshu) - 3899680: feat: Add
helmfile test --logs(helmfile#1569) (@mumoshu) - 7666e95: feat: Add
needs: [NS/NAME]for controlling installation/deletion order declaratively (helmfile#914) (@mumoshu) - 66f3458: feat: Add global
--debugflag for passing--debugto helm (helmfile#1236) (@machine424) - 1986cb3: feat: Add go-getter support to load base helmfiles (#1998) (@jonasrutishauser)
- ec60ac8: feat: Add missingFileHandlerConfig.ignoreMissingGitBranch (helmfile#645) (@mumoshu)
- 4166b41: feat: Adopt existing K8s resources as Helm release on install (helmfile#746) (@msutter)
- 11d0abb: feat: Advanced Templating (helmfile#823) (@astorath)
- 421299c: feat: All the paths are relative to helmfile.yaml (#261) (@mumoshu)
- 7b11ce8: feat: Allow .Release.Name to be used in gotmpl values templates (helmfile#1424) (@joshes)
- a161796: feat: Allow overriding chart via flag (helmfile#1751) (@yujunz)
- d1c260a: feat: Allow to skip diff output on release base (helmfile#906) (@jkroepke)
- 97e0ca7: feat: Auto-detect term for coloring helm-diff output (@mumoshu)
- c099f69: feat: Automatically enable Helm v3 mode (@drakedevel)
- b894012: feat: Automatically update repos on diffing by default (helmfile#462) (@mumoshu)
- f676c61: feat: Better exec error reporting (helmfile#1159) (@mumoshu)
- 9192562: feat: Bump helm-diff to 3.9.4 (helmfile#1316) (@yxxhero)
- 04c963d: feat: Complete
helmfile diffoutput when diff exists (helmfile#1173) (@mumoshu) - af121b8: feat: Concurrent chart download in template and lint commands (@Stono)
- c9a43ad: feat: Dependency locking (#593) (@mumoshu)
- e0d0a1c: feat: Disable concurrency if any release is using tillerless (helmfile#694) (@nauxliu)
- a2c62c9: feat: Emit clear error message instead of panic on empty chart name (helmfile#1171) (@mumoshu)
- 4294a5d: feat: Enhance postsync event to include
.Error(helmfile#882) (@) - 5f8b2e5: feat: Enhanced
gettemplate function (helmfile#513) (@mumoshu) - 046281c: feat: Environment Secrets (helmfile#274) (@mumoshu)
- ed0854a: feat: Environment and Environment Values (helmfile#267) (@mumoshu)
- 4e4f1be: feat: Experimental Helm v3 mode (#841) (@mumoshu)
- 16288df: feat: GA of Kustomize and K8s manifests support (helmfile#1172) (@mumoshu)
- 8144638: feat: Helmfile V1 mode (helmfile#594) (@mumoshu)
- f614e8b: feat: Helmfile renders *.yaml.gotmpl in a K8s manifests/kustomization directory (helmfile#1745) (@mumoshu)
- 9808849: feat: Merge multiple docs inside a single helmfile.yaml (#270) (@mumoshu)
- 3367822: feat: Move chartify logs to Debug (helmfile#1794) (@astorath)
- c6236a1: feat: Opt-out dep-builds and repo-updates (helmfile#463) (@mumoshu)
- cf31d02: feat: Option to mark release as not installed (helmfile#342) (@mumoshu)
- 9cf6b59: feat: Option to pass apiVersions to
helm diffandhelm template(helmfile#1046) (@a-hat) - fe8a176: feat: Option to pass kubeVersion to helm template (#2002) (@msvticket)
- 3b4ce90: feat: Optional detailed exitcodes for
helmfile diff(@mumoshu) - 4b1b19f: feat: Persist Helmfile version in helmfile.lock for version compatibility check (helmfile#1016) (@nauxliu)
- c5bc932: feat: Prompt before delete (#341) (@mumoshu)
- f813ac2: feat: Release Template (helmfile#439) (@mumoshu)
- fc634c9: feat: Reset values flag (helmfile#602) (@kkoralsky)
- 9b64d65: feat: Stabilize helmfile-diff output (helmfile#1622) (@mumoshu)
- 48e6579: feat: Support for helm's --set-file (@mumoshu)
- 822cc13: feat: Template functions to replace
sets (helmfile#242) (@mumoshu) - d609dab: feat: Template values files (#216) (@mumoshu)
- f5e565e: feat: Tiller configuration per release (helmfile#516) (@mumoshu)
- 1aca099: feat: Upgrade to kubectl version supported by latest stable release and upgrade helm3 to 3.3.4 (helmfile#1498) (@naphta)
- 65818cd: feat: When values.yaml.gotmpl can't be parsed as YAML, print the YAML. (helmfile#703) (@forsberg)
- 9d851cd: feat:
--skip-reposforhelmfile deps(helmfile#851) (@mumoshu) - f1ac50b: feat:
applyrunsyncagainst only affected releases (helmfile#291) (@mumoshu) - 770c3da: feat:
getandgetOrNiltemplate funcs to allow defaulting in templates (helmfile#370) (@mumoshu) - 216c228: feat:
helm repo add --ca-filevia repositories definition (helmfile#856) (@tmeneau) - 69feadc: feat:
helmBinaryin helmfile.yaml (helmfile#1160) (@mumoshu) - af44965: feat:
helmfile --log-level=debug apply --retain-values-files(helmfile#1127) (@mumoshu) - 65d404b: feat:
helmfile -f <go-getter url>(helmfile#670) (@mumoshu) - 0fc0869: feat:
helmfile build --embed-valuesto embed release values and secrets into the output (helmfile#1436) (@mumoshu) - 8f1a15c: feat:
helmfile destroydeletes and purges releases (#530) (@mumoshu) - 870cc03: feat:
helmfile diff --detailed-exitcodeshould also detect deletions (helmfile#1186) (@mumoshu) - da337e8: feat:
helmfile diffalso works against non-existent releases (@mumoshu) - f2b610a: feat:
helmfile reposupdates all repos regardless of selector and releases (helmfile#353) (@mumoshu) - df6489a: feat:
helmfile template --output-dir-templatefor customizing output dirs (helmfile#1357) (@mumoshu) - 88884b6: feat:
helmfile template --skip-cleanup(helmfile#1570) (@mumoshu) - 93c5d4c: feat:
helmfile template(helmfile#284) (@Stono) - 7c793fd: feat:
helmfiles: <ordered glob patterns of helmfiles>configuration (helmfile#266) (@mumoshu) - 490bb5d: feat:
inheritfield for release template inheritance (helmfile#606) (@mumoshu) - b9de22b: feat:
prepareandcleanuprelease event hooks (#349) (@mumoshu) - 0639714: feat:
tpltemplate function (helmfile#504) (@mumoshu) - b4623f0: feat:
wait: truein each release (@mumoshu) - 4a5996d: feat: ability to exit zero with no releases match selector (helmfile#618) (@rajiteh)
- b51842b: feat: add --insecure-skip-tls-verify support for helmfile template (helmfile#916) (@yxxhero)
- 2f9f520: feat: add --output-dir on template command (#693) (@olivierboudet)
- bd60548: feat: add --skip-deps for
helmfile lint(helmfile#602) (@mumoshu) - b6dd712: feat: add --skip-trailing-cr to helmfile diff (helmfile#625) (@rezonant)
- 0ea5960: feat: add .yml extension support (helmfile#575) (@afoninsky)
- ad25846: feat: add an option to set a custom kustomize binary (helmfile#1012) (@alessiodionisi)
- 595c70f: feat: add devel flag support (helmfile#313) (@sstarcher)
- 0012e7e: feat: add duration to affected releases on sync (helmfile#773) (@AlexAxenti)
- d58c664: feat: add duration to failed releases summary (helmfile#1066) (@felipecrs)
- f378824: feat: add flag to list to skip prepare (@stek29)
- 48e48aa: feat: add friendly tips for helmfile config order (helmfile#710) (@yxxhero)
- 34c5adb: feat: add go test total cover (@yxxhero)
- abbdb69: feat: add gotmpl file ext when using helmfile.d feature (helmfile#649) (@yxxhero)
- bdaafdf: feat: add helm-diff and kustomize in ci matrix (helmfile#434) (@yxxhero)
- bf22502: feat: add helmfile template --validate (helmfile#1135) (@mumoshu)
- cfa89d4: feat: add insecure support for oci repo (helmfile#921) (@yxxhero)
- e06abe4: feat: add more clear error message and Environment info for template (helmfile#413) (@yxxhero)
- 71635ca: feat: add option
--include-testsfor diff and apply command (helmfile#1179) (@RaymondKYLiu) - c3a9d45: feat: add paths-ignore to ci.yaml and lint.yaml (helmfile#631) (@gaius-qi)
- 21c28ca: feat: add reuse-values args for diff apply and sync (helmfile#411) (@yxxhero)
- aedcc43: feat: add starhistory (helmfile#909) (@yxxhero)
- 9203641: feat: add suppress output line regex support (helmfile#1329) (@yxxhero)
- 7d11f5d: feat: add tmpl function
required(helmfile#1188) (@RaymondKYLiu) - 1d0ba72: feat: add/expose cli flags (helmfile#771) (@hans-m-song)
- 2a71640: feat: added in oci repository flag and added helm methods to pull and export charts (helmfile#1629) (@)
- 6274737: feat: allow --validate on sync command (@chubchubsancho)
- 7141003: feat: bump chartify to v0.10.0 to support OCI registry for adhoc dependencies (@toVersus)
- 06dfc16: feat: bump helm to 3.13.0 (helmfile#1044) (@yxxhero)
- 67dc49d: feat: bump helm to 3.14.0 (helmfile#1295) (@yxxhero)
- 1100e50: feat: bump helm to 3.14.3 (helmfile#1418) (@yxxhero)
- f482625: feat: bump helm to v3.14.2 (helmfile#1372) (@yxxhero)
- c1c1ad4: feat: bump helm version to 3.13.1 of tests (helmfile#1068) (@yxxhero)
- 09aced6: feat: bump helm-diff to v3.9.1 (helmfile#1286) (@yxxhero)
- 42224e0: feat: bump vals to 0.33.0 (helmfile#1302) (@yxxhero)
- 2e57beb: feat: bundle helm-s3 and helm-git into container images (helmfile#651) (@mumoshu)
- e9d1c85: feat: change to helmfile template so it respects logging levels (#1691) (@chrismellard)
- 5ca7ce1: feat: common labels for all releases in a helmfile (helmfile#1415) (@mlushpenko)
- 39bc28c: feat: configurable common path prefix for values files (#408) (@hungtd9)
- 571f351: feat: configurable concurrency for
helmfile test(helmfile#442) (@mumoshu) - 37ea442: feat: delete in reverse order (helmfile#339) (@mumoshu)
- 6120242: feat: document that jsonPatches et al can be files (helmfile#1313) (@rsrchboy)
- 8b0ad72: feat: dont prepare on list (@stek29)
- 7bfb58c: feat: double render the helmfile (helmfile#308) (@davidovich)
- 14a3926: feat: easier way to share configuration across helmfiles (helmfile#522) (@mumoshu)
- 313b5de: feat: emit error message containing which release in which helmfile an upgrade failed (@mumoshu)
- 3a16b7e: feat: exit code 2 on unmatched selectors (@mumoshu)
- 9039049: feat: expand glob pattern in environment values file path (#610) (@mumoshu)
- 1da3488: feat: experimental integration with helm-x (helmfile#673) (@mumoshu)
- 0ac8401: feat: feat: Configurable default values for --verify, --force, --recreate-pods, and --timeout (helmfile#241) (@mumoshu)
- d404356: feat: fix empty map merge after mergo bump (@elodani)
- 5ac1e1f: feat: fix needs error with context that includes slash (@sergeief)
- 3840605: feat: helmfile apply [--auto-approve] (helmfile#263) (@mumoshu)
- e2d6dc4: feat: helmfile as a go library (helmfile#639) (@mumoshu)
- 822b7b2: feat: honor concurrency in withPreparedCharts (@stek29)
- 7d6ed97: feat: include func support (helmfile#1187) (@yxxhero)
- 3576e7d: feat: include func support more template functions (helmfile#1277) (@yxxhero)
- 681c866: feat: inline environment values (#621) (@mumoshu)
- b942651: feat: least frequent repository update (helmfile#356) (@mumoshu)
- b1b7831: feat: make --kube-context override helmDefaults (helmfile#1673) (@astorath)
- 8b3ad5b: feat: make environment context available (helmfile#832) (@SeWieland)
- 4a9d753: feat: make integration/vagrant (@)
- 11eda66: feat: make release version templatized (#671) (@sgandon)
- 8d96bbb: feat: mark deprecated args and cmd for v1 (helmfile#628) (@yxxhero)
- 8f7796b: feat: optimize version output (helmfile#412) (@yxxhero)
- a896f80: feat: optionally allow missing environment values/secrets files (#620) (@mumoshu)
- ddb5be1: feat: optionally show logs for hooks (#699) (@sgandon)
- 1d3f5f8: feat: override state(former "enviroment") values via command-line args (helmfile#644) (@mumoshu)
- 46b17e2: feat: pass-credentials to repo (#1899) (@ameddin73)
- 0534117: feat: postsync hooks (#601) (@mumoshu)
- 820abbc: feat: remote state files (helmfile#648) (@mumoshu)
- 9a820d7: feat: removes dictionary key for subhelm and uses selectorsInherited (helmfile#576) (@sgandon)
- 22c05f9: feat: respect helmfile.lock with ad-hoc kustimzation (helmfile#1244) (@vlpav030)
- 422852d: feat: retrieve repository's username/password from environment (@kevinleturc)
- 12a984d: feat: set RepositorySpec.PassCredentials var type to bool (helmfile#878) (@yxxhero)
- cfcafa2: feat: set array (@mumoshu)
- 8408b02: feat: show live output from the Helm binary (helmfile#286) (@rodrigorfk)
- 212c39c: feat: skip deps when installed is false (helmfile#1054) (@yxxhero)
- aef3666: feat: split-render-merge helmfile.yaml parts (@mumoshu)
- 3710f62: feat: state values (helmfile#647) (@mumoshu)
- 0104c91: feat: support for locking the same chart for two or more versions (helmfile#600) (@mumoshu)
- 2c3bebb: feat: support most remote urls (helmfile#1061) (@xiaomudk)
- e8f9bbb: feat: update repo Spec var type skipTLSVerify to bool (helmfile#877) (@yxxhero)
- 59d2d9f: feat: update to use go 1.22 (helmfile#1332) (@chenrui333)
- 206372b: feat: upgrade sprig to 2.16.0 (@bitsofinfo)
- 5e8a502: feat: use new helm version parse function (helmfile#760) (@yxxhero)
- c173171: feat: use offical goccy/go-yaml (helmfile#769) (@yxxhero)
Fixes
- 12e103d: (fix) non-existent custom temp dir (@itscaro)
- 9884e4f: (fix) path on windows (@itscaro)
- b7d6639: (fix) remove usage of charts.yaml in error message (helmfile#1732) (@itscaro)
- 35732f3: Bugfix for helm-binary flag. to global (#184) (@mumoshu)
- fa0ff32: Bugfix for helm-binary flag. to global (@hori-ryota)
- dabbe5e: Bugfix: do not print registry password to stdout when running (helmfile#1275) (@ennekein)
- b8f2494: Bump
valsto fix Vault integration (#911) (@mumoshu) - ce6a621: Bump chartify to 0.8.3 to fix it not to break when two or more releases sharing the same chart and the namespace, but kubeContext (helmfile#1799) (@mumoshu)
- 3284df2: Bump variantdev/chartify to fix kustomize support (helmfile#1280) (@mumoshu)
- 8d9d635: Clarify namespace prefix in needs (helmfile#1500) (@baurmatt)
- 1ddba54: Doc fixes (helmfile#812) (@stoned)
- 3ac0cee: Document git for windows env auto-prefix helmfile#481 (helmfile#487) (@strainovic)
- 4fe8d98: Don't prefix base path to absolute path (@)
- eabf360: Merge branch 'main' into fix_cobra_flag_default_value (@mumoshu)
- f16001e: Merge pull request helmfile#118 from yxxhero/fix_integration_tests_error (@itscaro)
- ae2777f: Merge pull request #120 from roboll/fix-release (@mumoshu)
- 9580c88: Merge pull request helmfile#123 from rodrigodc07/fix_CVE-2020-26160 (@itscaro)
- 930f91a: Merge pull request helmfile#1273 from roboll/fix-chartify (@mumoshu)
- e182e9e: Merge pull request helmfile#140 from ogugu9/fix-getting-started-chart (@yxxhero)
- 09f1904: Merge pull request #143 from mumoshu/fix-helm-diff-deprecation-warning (@mumoshu)
- c575587: Merge pull request helmfile#1442 from roboll/fix-duplicate-with-kubectx-per-release (@mumoshu)
- 5735efa: Merge pull request #147 from mumoshu/fix-static-linking-for-linux-binary-on-circle (@mumoshu)
- 91aea33: Merge pull request helmfile#177 from kobtea/fix/typo (@yxxhero)
- 2297093: Merge pull request #190 from mumoshu/fix-helmfile.d-defaulting (@mumoshu)
- ee3632c: Merge pull request #191 from mumoshu/fix-cmd-descrs (@mumoshu)
- 92d09a3: Merge pull request helmfile#198 from mumoshu/fix-ci-flakiness (@mumoshu)
- f49d181: Merge pull request helmfile#20 from itscaro/qtran/fix-decrypted-file (@mumoshu)
- ae5e93d: Merge pull request helmfile#200 from magicmemories/fix/invalid-path-on-windows (@yxxhero)
- cc13492: Merge pull request helmfile#201 from magicmemories/fix/helm-secrets-view (@mumoshu)
- 8fb418e: Merge pull request helmfile#21 from itscaro/qtran.fix-golang1.18 (@mumoshu)
- 96174e4: Merge pull request helmfile#214 from helmfile/fix_deps_update_issue (@yxxhero)
- 008f490: Merge pull request helmfile#217 from helmfile/fix_doc (@yxxhero)
- a454226: Merge pull request helmfile#23 from helmfile/fix-helmfile-deps-chartify (@mumoshu)
- 6dc1736: Merge pull request helmfile#250 from jouve/fix-cli (@yxxhero)
- 7417da6: Merge pull request helmfile#252 from jouve/fix-help (@yxxhero)
- 005ce66: Merge pull request helmfile#268 from axioscode/serge/fix-context-slash (@yxxhero)
- 2cb4bdb: Merge pull request helmfile#274 from helmfile/fix_cobra_flag_default_value (@yxxhero)
- e44a915: Merge pull request helmfile#294 from helmfile/fix_miss_tag_in_docker_build (@yxxhero)
- 7972a89: Merge pull request helmfile#301 from mikelorant/fix/diff-context (@yxxhero)
- d28f162: Merge pull request helmfile#303 from mikelorant/fix/diff-output (@yxxhero)
- b548012: Merge pull request helmfile#31 from yxxhero/fix_outout_dir (@mumoshu)
- c7b23a6: Merge pull request helmfile#32 from yxxhero/fix_typo_state (@itscaro)
- 7eb2329: Merge pull request helmfile#348 from helmfile/fix_selector_help_msg_style (@yxxhero)
- 99d5eaf: Merge pull request helmfile#361 from helmfile/fix_github_ci_matrix_config (@yxxhero)
- 7af57ad: Merge pull request helmfile#37 from itscaro/qtran/fix-temp-dir (@mumoshu)
- 0341027: Merge pull request helmfile#371 from toVersus/fix/oci-pull-bug (@yxxhero)
- e4d36e4: Merge pull request helmfile#374 from helmfile/fix-diff-selector-not-working-on-installed-false (@yxxhero)
- e6b2633: Merge pull request helmfile#388 from helmfile/fix_retain_values_issue (@yxxhero)
- 62f0d72: Merge pull request helmfile#423 from helmfile/fix-preapply-hook (@yxxhero)
- c990d19: Merge pull request #43 from roboll/fix-err-on-charts-yaml-fallback (@mumoshu)
- 8f607b0: Merge pull request helmfile#44 from nyodas/fix_issue_with_namespaces_from_spec (@mumoshu)
- 94cc07c: Merge pull request helmfile#446 from helmfile/fix_deps_args (@yxxhero)
- 38fffad: Merge pull request helmfile#449 from helmfile/fix_issue_path_in_test_on_window (@yxxhero)
- dba05f1: Merge pull request helmfile#461 from helmfile/fix_cmd_typo (@yxxhero)
- fc3f468: Merge pull request helmfile#48 from yxxhero/fix_golint_warn (@mumoshu)
- 2cf6501: Merge pull request helmfile#480 from helmfile/fix_chart_need (@yxxhero)
- 831410c: Merge pull request helmfile#492 from helmfile/fix_deps_issue (@yxxhero)
- 44c26e6: Merge pull request helmfile#538 from helmfile/fix-unit-test (@yxxhero)
- 01aee93: Merge pull request helmfile#543 from helmfile/fix-go-mod (@yxxhero)
- 354f909: Merge pull request helmfile#549 from helmfile/fix_typo_in_cmd (@yxxhero)
- b58e082: Merge pull request helmfile#820 from roboll/fix-incorrect-remote-cache-on-miss (@mumoshu)
- 24dfc47: Merge pull request helmfile#89 from danielcb/fix-readme (@mumoshu)
- 8fc546a: Merge pull request helmfile#930 from roboll/helm-v3-fixes-and-integration-test (@mumoshu)
- 35adb8a: Merge pull request helmfile#939 from roboll/fix-needs-ported-to-delete (@mumoshu)
- ada5f05: Merge pull request helmfile#942 from roboll/fix-rel-not-found-on-del-by-sync (@mumoshu)
- eaee6ef: Merge pull request helmfile#95 from danielcb/fix-race-condition (@mumoshu)
- 81b44c1: Misc documentation fixes (helmfile#1442) (@StarlessNights)
- ed7a6d9: Port the
needsfix forhelmfile applytosync, and maketemplateDAG-aware (helmfile#940) (@mumoshu) - 4751613: Port the fix for
needstohelmfile deleteanddestroy(@mumoshu) - 2cf2dbb: Typofix: required_env -> requiredEnv (@chadasapp)
- d8247e6: Update writing-helmfile.md: fix typos (helmfile#1892) (@evgkrsk)
- 214d06e: Whitespace fixes (@stoned)
- 03cbf5f: [fix] bump go 1.18 & optional TAG definition in makefile (@itscaro)
- 88127d6: [fix] chartify process when chart path is absolute (@itscaro)
- a793797: [fix] unclosed file stream when creating temporary decrypted files (@itscaro)
- 8249833: chore(docs): fix table (helmfile#881) (@josephgardner)
- 58a1f2d: chore(release): fix condition for latest tag (helmfile#823) (@rmoreas)
- 1a0d119: correct help text for sync, fixes helmfile#62 (@cmeury)
- 600721c: docs(readme): fix typo (helmfile#1633) (@jjangga0214)
- 0e04546: docs: fix best pratices guide link (@TartanLeGrand)
- ed132a4: docs: fix indentation error in index.md (helmfile#1114) (@tjanson)
- 33880da: docs: fix typo (helmfile#1645) (@suzuki-shunsuke)
- 0c39510: fix helmfile#1095 (helmfile#1100) (@yxxhero)
- f8a297b: fix --debug flag (@yxxhero)
- 3f14cb1: fix Dockerfile (@itscaro)
- 1449640: fix README.md users.md to USERS.md (helmfile#410) (@yxxhero)
- 06cfdfc: fix SetRetainValuesFiles issue (@yxxhero)
- 59b254e: fix automated releases broken due to workspace location misconfig after go mod migration (@mumoshu)
- a5b7c2b: fix bug.yaml (helmfile#198) (@yxxhero)
- a5c4bea: fix build-in objects docs (helmfile#719) (@yxxhero)
- 2e72614: fix chart needs test issue (@yxxhero)
- 54da9da: fix chartify with non-chart dir (helmfile#1105) (@yxxhero)
- 00dc5d9: fix checker error message (helmfile#1266) (@petelock)
- 0199b5f: fix checker for empty array case (helmfile#1153) (@yxxhero)
- 7434872: fix ci error in issue.2118.yaml (helmfile#319) (@yxxhero)
- 6e5a726: fix ci issue (helmfile#131) (@yxxhero)
- 1996304: fix ci test error (helmfile#167) (@yxxhero)
- 8beb69d: fix cobra flag default value (@yxxhero)
- 489a3ae: fix cobra issue (helmfile#715) (@yxxhero)
- 063ba86: fix concurrency issue (helmfile#742) (@yxxhero)
- 9179cfb: fix deps issue (@yxxhero)
- faf3444: fix deps issues (@yxxhero)
- f0662f2: fix docs site issue (@yxxhero)
- 773b0d6: fix e2e (@yxxhero)
- 04729b0: fix e2etest (@yxxhero)
- a1c8926: fix enable-live-output style (@yxxhero)
- d8cb740: fix env value lost in environment values (helmfile#605) (@yxxhero)
- 322ed4d: fix explanation about secrets in .Environment.Values (helmfile#1116) (@)
- 3bbd816: fix extra args missing in helmfile apply subcommand (helmfile#858) (@yxxhero)
- 1f134d9: fix fetch does not work with kustomized releases (helmfile#624) (@xiaomudk)
- 942f9a2: fix first pass rendering crash on syntax error (helmfile#374) (@davidovich)
- 522392c: fix get template func (helmfile#721) (@yxxhero)
- 181c2f4: fix ghcr-badge in docs (helmfile#539) (@yxxhero)
- 54d987d: fix ghr badge (@yxxhero)
- 9fe54c7: fix github ci matrix config (@yxxhero)
- 8b15272: fix go lint warn (@yxxhero)
- 447481a: fix go mod (@yxxhero)
- 5d0a567: fix go.mod (helmfile#275) (@yxxhero)
- 857db60: fix golang lint error (helmfile#1106) (@yxxhero)
- 62cbeb6: fix helmfile diff error in window platform (@yxxhero)
- 31da58f: fix helmfile version issue in docker image (helmfile#427) (@yxxhero)
- d9143f5: fix image build on tag / main (@itscaro)
- 9011d2d: fix import path name error (@yxxhero)
- 76bf995: fix incorrent exit code (@yxxhero)
- a724ab7: fix inherit chart empty check issue (helmfile#635) (@yxxhero)
- a769d1a: fix integration test (@mumoshu)
- 27da8a6: fix integration test (@mumoshu)
- 070ed0d: fix intergration test for argo-cd form master to main branch (@yxxhero)
- 34ccbf9: fix issue 1093 (helmfile#1094) (@yxxhero)
- 10c3eb6: fix issue in context_funcs.go (@yxxhero)
- 5895410: fix kubeContext does not globally defaulting its value (helmfile#1829) (@katsew)
- fba8b63: fix link issue for paths.md (@yxxhero)
- 8690d63: fix lint error (@yxxhero)
- d4a7b3b: fix little issue (helmfile#2126) (@yxxhero)
- 5f52f96: fix missingFileHandler (helmfile#440) (@mumoshu)
- 88f17e6: fix more go lint warn (@yxxhero)
- 5904864: fix needs issue when release installed is false (helmfile#997) (@yxxhero)
- e919b4b: fix oci:// chart (helmfile#477) (@itscaro)
- 7743f31: fix output-dir issue (@yxxhero)
- 65eca33: fix panic issue (helmfile#690) (@yxxhero)
- a36f07c: fix path issue in windows (@yxxhero)
- 603d305: fix paths.md link error (@yxxhero)
- 88caa75: fix potential race in sync (@mumoshu)
- aac734f: fix re-using environment state in sub-helmfiles issue (helmfile#951) (@yxxhero)
- 95c444a: fix readme.md and index.md for doc link (@yxxhero)
- 77082ce: fix regression that
--namespacebreaks delete/destroy and possibly sync/apply as well (@mumoshu) - 3b3d309: fix scopelint errors / possible races in hooks (#614) (@mumoshu)
- 3b89005: fix selector help msg stylp (@yxxhero)
- 3384a40: fix set-file cannot find the file on windows (helmfile#908) (@xiaomudk)
- 9bcec38: fix sha256 checksum of the helm release archive, for successful helmfile release (@mumoshu)
- c3292f1: fix snapshot tests random error (helmfile#985) (@yxxhero)
- 295d54d: fix tag miss in docker build (@yxxhero)
- 72c43a2: fix test (@mumoshu)
- 08b48a8: fix test (@mumoshu)
- 9fab685: fix test command for helm 3 (helmfile#1080) (@hoesler)
- a136c46: fix the bug that
helmfile templateis unable to render anything when--namespaceis specified (@mumoshu) - e2e4e84: fix the bug that resulted in
helmfile syncnot delete releases with--namespace(@mumoshu) - daf7d3b: fix the issue in the documentation (#1364) (@worldofprasanna)
- 9aadde6: fix typo (helmfile#670) (@yxxhero)
- d44b94c: fix typo (helmfile#940) (@lucasfcnunes)
- 6be3c11: fix typo (@yxxhero)
- 5d5d61e: fix typo for readme.md (@)
- 3b27243: fix typo in github actions (@itscaro)
- 9c0c021: fix typo in state.go (@yxxhero)
- fc0a7b6: fix unexpectedly high concurrency since the dag support (@mumoshu)
- 36996df: fix unit test (@yxxhero)
- b0bb03a: fix unittest (@yxxhero)
- eeb2eee: fix unittest issue for context.go (@yxxhero)
- 9b0293d: fix within func issue (helmfile#209) (@yxxhero)
- 0a95373: fix(helmfile#507): support assign --post-renderer within helmfile flags and helmdefault or release config (@)
- 1f0f7ec: fix(helmfile#510): fea add postRenderer and postRendererArgs config in helmDefault of helmfile.yaml (@)
- 4cc07da: fix(helmfile#510): fix golangci-lint run error,add the unit test, add the compatibility when there is blank in the args values. (@)
- 6085730: fix(Makefile): static-linux mod (@)
- 1a5558a: fix(ci): Reduce flakiness (@mumoshu)
- f23a43c: fix(ci,doc): follow up for default non-interactivity of helmfile (helmfile#375) (@mumoshu)
- f74963f: fix(ci,release): Use existent base image for docker builds (@mumoshu)
- 4bbd09c: fix(cmd/deps): make
helmfile depsto work w/ helm 3.0.0-beta.3 (#842) (@mumoshu) - 9e3f0a3: fix(doc): add missing version in the release template example (@lemeurherve)
- 763da8e: fix(docs): pin python to 3.11 (helmfile#1197) (@josephgardner)
- 991c907: fix(docs): specify python version (helmfile#1193) (@josephgardner)
- d3c34d6: fix(docs): table and list formatting (helmfile#891) (@josephgardner)
- 518ab98: fix(docs): transfer issue link for Docs site (helmfile#655) (@ChetanGoti)
- 1e5201c: fix(docs): typo in templating_funcs.md (helmfile#1194) (@yxxhero)
- fdca106: fix(helm3):
Error: unknown flag: --purgeon deletion viahelmfile sync(helmfile#890) (@mumoshu) - ef63a05: fix(helm3): delete/destroy/apply/sync unable to detect releases to be deleted (helmfile#857) (@mumoshu)
- 6cba77d: fix(hook): event hooks should run on remote charts, too (#364) (@mumoshu)
- b8cf0f1: fix(oci): clean dead code (helmfile#290) (@jycamier)
- 950bd23: fix(struct): renamed Error struct field into Failed (helmfile#566) (@sgandon)
- d683ea1: fix(sync): make error log showing when error (helmfile#577) (@sgandon)
- d93ec77: fix: with environment secrets (helmfile#556) (@mumoshu)
- 65ee6a2: fix: "cannot unmarshal !!str
<no value>into bool" errors in state templates (helmfile#645) (@mumoshu) - 4da13b4: fix: --helm-binary does not work with sync when updating repo (#352) (@mumoshu)
- eda961e: fix: --state-values-set not setting more than first child in nested paths (#774) (@mumoshu)
- 78b03e0: fix: --state-values-set panic: value of type interface {} is not assignable to type string (helmfile#680) (@mumoshu)
- c731227: fix: --state-values-set unable to set booleans (helmfile#1199) (@tunahansezen)
- 98886df: fix: .Values is missing keys with zero values (helmfile#1185) (@mumoshu)
- b82f77e: fix: Absolute paths for -f not working on Windows (helmfile#721) (@mumoshu)
- 79ae2df: fix: Always getting deprecated warning (helmfile#493) (@mumoshu)
- fa69ac2: fix: Args being reordered (helmfile#224) (@rmartinez3)
- cb6b91c: fix: ConditionEnabled panic issue (helmfile#1221) (@yxxhero)
- f502a0a: fix: Do not fail on deps when chart is fetched by go-getter (helmfile#1852) (@mumoshu)
- 7db3184: fix: Do not include stderr content in result of
{{ exec }}(helmfile#1298) (@mumoshu) - 68432b1: fix: Do not skip passing values files when adhocDependencies/jsonPatches/jsonPatches exist (@mumoshu)
- f41fe86: fix: Fix --selector to not break
needs(#934) (@mumoshu) - 3f02b86: fix: Fix
needsto work for upgrades and when selectors are provided (#922) (@mumoshu) - 5d1a92d: fix: Forbid extraneous arguments (helmfile#348) (@mumoshu)
- b3ebd4c: fix: Keep backward-compatibility broken after introduction of values file template (helmfile#257) (@mumoshu)
- fcb75fa: fix: Make logging on unmatched selectors less verbose (@mumoshu)
- 8c130a4: fix: Make the forbid-env-with-releases policy strict on v1 (helmfile#683) (@mumoshu)
- 59ffa68: fix: OCI Url and Version parse error (@xiaomudk)
- fcbd6af: fix: Relative path in KUBECONFIG envvar (helmfile#237) (@mumoshu)
- bf42d25: fix: Relative path in helmfile not relative to file in multi file setup (#448) (@mumoshu)
- bae842f: fix: Send log messages to STDERR (#583) (@mumoshu)
- 6955d07: fix: Set HelmBinary in execer constructor (helmfile#928) (@croissong)
- 60843cc: fix: Setting concurrency>1 with single release breaks sync (helmfile#290) (@mumoshu)
- 29fdb57: fix: Support for kustomization as chart (@mumoshu)
- 7c72e2b: fix: ValuesTemplate quote issue (helmfile#787) (@yxxhero)
- 283dac1: fix: Various helmfile commands should not leave temp values files (helmfile#520) (@mumoshu)
- 98617f7: fix:
--args "--set foo=bar"always result in "unknown flag: --set foo" error (helmfile#268) (@mumoshu) - 7612273: fix:
cleanuphook commands output should be printed when debug logging enabled (helmfile#367) (@mumoshu) - 994e4b6: fix:
exectemplate func should not throw away stdout when stdin is non empty (helmfile#1151) (@mumoshu) - 63b5040: fix:
fatal error: concurrent map read and map writeon concurrency > 1 (helmfile#742) (@mumoshu) - 3bf0f7d: fix:
helm diffmissing --reset-values (#696) (@mumoshu) - 506de12: fix:
helmfile -f dir/ -l k=v syncfails on first helmfile w/ no match (helmfile#188) (@mumoshu) - 10f2a57: fix:
helmfile -n ns statusesshould set ns for helm 3 (helmfile#1108) (@mumoshu) - 870d33f: fix:
helmfile deleteshould not stop on uninstalled release(s) (helmfile#509) (@mumoshu) - 0e00cdf: fix:
helmfile destroyshould delete releases in the specified tiller namespace (helmfile#536) (@mumoshu) - 3edc7d6: fix:
helmfile diffshould not leave temp values files (#525) (@mumoshu) - c74db5d: fix:
helmfile syncdoesn't recognize the defaulthelmfile.d/directory (@mumoshu) - 841580f: fix:
helmfile syncshould NOT continue when secret decryption fails (#490) (@mumoshu) - f61334d: fix:
helmfile template | kubectl apply -f -should work (helmfile#697) (@mumoshu) - 1831d33: fix:
installed: falsenot respecting TLS settings and tiller namespace (helmfile#683) (@mumoshu) - b0cc7ba: fix:
syncpartially runhelm upgradeeven one of releases failed while loading values.yaml (helmfile#281) (@mumoshu) - b2a6231: fix: absolute chart path (#753) (@mumoshu)
- acbb416: fix: absolute paths to helmfiles should work (helmfile#498) (@mumoshu)
- ebf0f37: fix: add missing concurrency option to List (@stek29)
- 7b40cef: fix: add missing untar flag to pull chart from oci registry (@toVersus)
- 5488198: fix: allow empty pattern matching and move on (#827) (@sstarcher)
- 0637973: fix: allow helmfiles to be corrected marshalled to YAML so they can be manipulated by other programs (#1604) (@)
- 724c8ee: fix: arg helm_version in Dockerfile.ubuntu (@Jasstkn)
- 5e65669: fix: args ignore in diff subcommand (helmfile#1118) (@yxxhero)
- bc3528a: fix: args parse issue (@yxxhero)
- 79f0e70: fix: avoid "cross-device link" errors while decrypting secrets (helmfile#260) (@mumoshu)
- 636f2f1: fix: build command short description (@stoned)
- 4fa305c: fix: build of Dockerfile.ubuntu (@Jasstkn)
- 41cbc25: fix: can't evaluate field KubeContext in type state.releaseTemplateDataRelease (#1797) (@katsew)
- afcc9e4: fix: chartifyOpts ignore release set values (helmfile#896) (@yxxhero)
- 6a36f34: fix: child process not exit when recive term signal (helmfile#418) (@yxxhero)
- cd5d906: fix: clean up invalid remote state file cache (@mumoshu)
- fea6203: fix: cleanup hook executed too early for apply command (#426) (@vbehar)
- a205f0d: fix: concurrency issue in diff and sync (#309) (@mumoshu)
- 34fbfb4: fix: convert path to absolute path when doing
helm secret dec(helmfile#664) (@kevinjqiu) - 0c8a89c: fix: coordinate secret decryption (helmfile#259) (@mumoshu)
- f1bdb65: fix: delete/destroy ordering within directory (helmfile#1119) (@mumoshu)
- f6264bf: fix: do not complain on missing values files for undesired release (#617) (@mumoshu)
- 8f96f0a: fix: do not panic on invalid yaml (#314) (@mumoshu)
- cfe309e: fix: do not panic on merging env secrets (helmfile#713) (@mumoshu)
- 8487970: fix: dont sent RegistryLogin password via args (helmfile#1662) (@cameronbraid)
- 1df9b0e: fix: enabled '=' in a value for --state-values-set (helmfile#722) (@kalioz)
- b3da9a9: fix: evaluate helm-binary BEFORE any helm invocation (#333) (@davidovich)
- b9a097e: fix: first-pass rendering of helmfile.yaml (helmfile#441) (@mumoshu)
- da2ce57: fix: fix deps args (@yxxhero)
- dec10eb: fix: fix lint error (@chubchubsancho)
- bc255f3: fix: fix need logic in chart stage (@yxxhero)
- 59f4043: fix: fixed secrets decryption failed issue (@)
- 8212b63: fix: fixed up OCI repos so they support paths and URLs that differ from chart names contained there (helmfile#1661) (@)
- 56c27c2: fix: fixes a regexp issue for release summary (helmfile#666) (@sgandon)
- bb3b44e: fix: follow up for the relative paths improvement (helmfile#262) (@mumoshu)
- 7349572: fix: formatting of YAML samples in 1.0 proposal doc (helmfile#767) (@smlx)
- 85f19b6: fix: gitignore *.lock (@)
- 6b31b66: fix: goccy/go-yaml tests (helmfile#770) (@yxxhero)
- 4c9c42d: fix: gotmpl layer was unable to reference env values from other layers when env!=default (helmfile#609) (@mumoshu)
- 7dec948: fix: helm chart referenced by http URL (helmfile#695) (@mumoshu)
- 2e38f42: fix: helmDefaults.kubeContext ignored in
helm diffofhelmfile apply(#682) (@mumoshu) - 3a34d28: fix: helmDefaults.timeout and releases[].timeout not working for
helmfile test(helmfile#1211) (@mumoshu) - 04a9ea1: fix: helmfile apply and sync should properly delete releases (helmfile#555) (@mumoshu)
- d1c31e8: fix: helmfile deps issue with oci repo (@yxxhero)
- b044820: fix: helmfile destroy does not delete helm releases in status : PENDING_INSTALL (#995) (@mumoshu)
- b017921: fix: helmfile panicing on missing lock file (helmfile#596) (@mumoshu)
- e84ff05: fix: helmfile should fail on duplicate release name (@mumoshu)
- 35542b5: fix: helmfile should fail on duplicate release name after filtered by labels (@mumoshu)
- eb36e93: fix: helmfile should not complain on missing values files for undesired releases (helmfile#526) (@mumoshu)
- 2eb13c2: fix: helmfile should pass release names to
helm template(helmfile#365) (@mumoshu) - 143f85b: fix: helmfile template fails when selector matches a chart fetched with go-getter (@yxxhero)
- f84ed93: fix: helmfle should not break when run without
-f(#453) (@mumoshu) - c219585: fix: improve set and values flags help message (helmfile#724) (@yxxhero)
- b0f9062: fix: incomplete environment values merging (helmfile#378) (@mumoshu)
- 2e98e90: fix: invalid duration passed to helm 3 upgrade (#864) (@mumoshu)
- 61233ba: fix: issue path in test on windows (@yxxhero)
- 008b2dd: fix: issue with pre-release Helm version (helmfile#1293) (@yxxhero)
- 643f888: fix: loadBases overrodeEnv issue (helmfile#838) (@yxxhero)
- 53ad916: fix: log useful error message when failed walking through the file tree (helmfile#592) (@mumoshu)
- 1838ec0: fix: make func names in app_list_test consistent (@stek29)
- 6643a41: fix: merge environment values by ovewriting with empty values (helmfile#1162) (@mumoshu)
- 47328f3: fix: more stringent condition checking (helmfile#869) (@thejan2009)
- 67ab08a: fix: oci pull directory conflict when download twice (helmfile#914) (@yxxhero)
- faaf172: fix: panic on flag parsing error (helmfile#238) (@mumoshu)
- 90a4122: fix: panic when using helm v3.3 (helmfile#1427) (#1428) (@AnatolyRugalev)
- bce2f47: fix: pass namespace to helm template command (helmfile#771) (@olivierboudet)
- 72425ae: fix: persist original file path when using bases (helmfile#672) (@yurrriq)
- 1f7a8dd: fix: prepare hook is not executed for diff command (helmfile#425) (@vbehar)
- d3c5417: fix: prevent confusing error messages when
installed: false(helmfile#508) (@mumoshu) - 751e549: fix: prevent panicing on invalid selector format (helmfile#323) (@mumoshu)
- 4f07316: fix: prevent panicing when an undefined environment name was specified via --environment (#321) (@mumoshu)
- 4871a92: fix: prevent preparing chart for disabled releases (helmfile#1210) (@mighty1231)
- afb2653: fix: printing error to stdout together with templated resources (#1550) (@isindir)
- 453b498: fix: pull OCI charts one by one (helmfile#1706) (@xabufr)
- 81d796c: fix: readFile and exec should run in the directory the template file resides in (helmfile#340) (@mumoshu)
- 8d7c79a: fix: release not found on uninstall through sync/apply (@mumoshu)
- 35fd5ff: fix: remote file provided to
set.fileshould not break helmfile (helmfile#474) (@mumoshu) - e6bb828: fix: remote helmfile from git::ssh source (helmfile#719) (@mumoshu)
- cb780be: fix: rename with-prepared-charts to skip-charts (@stek29)
- cb50fa9: fix: repos command help message (helmfile#698) (@yamagai)
- 86deeb3: fix: return diff context config value (@)
- b616a8b: fix: return diff output config value (@)
- 227c326: fix: security/dependabot/33 (helmfile#1025) (@yxxhero)
- 8702639: fix: spec.KubeContext does not fallback to HelmDefaults.KubeContext (#1789) (@katsew)
- 2d2b3e4: fix: sprig dict funcs are failing on dicts nested under arrays (helmfile#646) (@mumoshu)
- 2857382: fix: support arm binaries (helmfile#1580) (@jstrachan)
- 28e7ebb: fix: support arm64 images (helmfile#1612) (@jstrachan)
- b8a729d: fix: support large output with --enable-live-ouput (helmfile#1139) (@flabatut)
- 973d47b: fix: sync repos always failing (helmfile#366) (@mumoshu)
- f2bdcb9: fix: sync should not hang on
installed: false(helmfile#464) (@mumoshu) - 272d55e: fix: the merge mistake in imports (helmfile#578) (@mumoshu)
- 576a07f: fix: typo in README (#1254) (@hacker65536)
- 7c65b2e: fix: unexpected
no releases found for any helmfilesonhelmfiles:config (helmfile#318) (@mumoshu) - 68d6b2d: fix: update file help message (helmfile#714) (@yxxhero)
- 30155d8: fix: use channel to harvest download results (helmfile#328) (@davidovich)
- a027b23: fix: use finer-grained locking when listing releases for diff (helmfile#1343) (@steved)
- 74c1f9e: fix: use helm secrets view rather than helm secrets dec to decrypt (@philomory)
- 9b71c64: fix: use temporary file for secret file to prevent deletion collision (helmfile#250) (@sstarcher)
- 34c793d: fix: use the same logic as helm-secrets when decoding secrets (helmfile#655) (@vbehar)
- 43fec2d: fix: version path issue (helmfile#1344) (@yxxhero)
- c393449: fix: {{ .Environment.Name }} being always blank in helmfile.yaml (@af12066)
- 0096904: fixed env vars error handling (@)
- bf323b4: fixed: fix skip-needs issue (@yxxhero)
- c6c54fd: fixes read absolute path woth readFile (#475) (@k-kinzal)
- bb13ef6: fixup! Add more testcases for hooks (@mumoshu)
- b7da096: fixup! Address a lint error (@mumoshu)
- c90cace: fixup! Fix not to ignore diff selector when it matched nothing (@mumoshu)
- 111a248: fixup! Fix preapply hook behavior (@mumoshu)
- 8a43e8f: fixup! Fix race while running
helm dep buildon local chart (@mumoshu) - bb056a4: fixup! Merge branch 'main' into update_golang_lint (@mumoshu)
- c762310: fixup! Prevent excessive log in tests (@mumoshu)
- 5b1606d: fixup! Updates based on review comments (@mumoshu)
- 3a5d9ef: fixup! fixup! Fix preapply hook behavior (@mumoshu)
- 9e54af5: fixup! fixup! Fix race while running
helm dep buildon local chart (@mumoshu) - 2ff0969: fixup! fixup! fixup! Fix preapply hook behavior (@mumoshu)
- 95065f8: fixup! fixup! fixup! fixup! Fix preapply hook behavior (@mumoshu)
- f7f858c: fixup! fixup! fixup! fixup! fixup! Fix preapply hook behavior (@mumoshu)
- 3e2285e: fixup! fixup! fixup! fixup! fixup! fixup! Fix preapply hook behavior (@mumoshu)
- a2d5d82: fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix preapply hook behavior (@mumoshu)
- caee32f: fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix preapply hook behavior (@mumoshu)
- 85bfe64: fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix preapply hook behavior (@mumoshu)
- a56303b: hack: fix flaky e2e test (@stek29)
- 99ce857: helmfiles examples link URL fix (#447) (@)
- 8acbbc5: new here, fixing very minor typo (helmfile#1121) (@jfreeland)
- 724b4b3: readme: fix wrong paths for environments on conf example (#1885) (@sterchelen)
- 171eacf: release: fix hack/semtag when there are one or more git remotes before
origin(@mumoshu) - 344c20d: release: fix make tasks for auto-tagging (@mumoshu)
- d04cd1b: test: fix "Ensure helmfile fails when no helm-secrets is installed" test (@)
- 781c4e9: test: fix "Ensure helmfile fails when no helm-secrets is installed" test (@)
- db9d31a: test: fix DecryptSecret output (@)
- 45b8eb6: test: fix helm2 integration tests (@)
- 9596790: test: fix running tests locally (helmfile#1088) (@felipecrs)
- 2983f5c: test: fix vault provisioning code (@)
- 5262145: typo: fix typo in cmd/apply.go (@yxxhero)
Dependencies
- 6dcde20: Add subcommand init for checks and installs helmfile deps (helmfile#389) (@xiaomudk)
- caf7846: Apply args flag only to sync command and not updatedeps (@fsilberstein)
- 74cd2bc: Enable helmfile-deps to limit helm-dep-up by selector (helmfile#1764) (@mumoshu)
- 0e1aeb4: Fix
depserror for helm 3.0.2 (helmfile#1056) (@mumoshu) - 8e50dbc: Fix helmfile deps not to remove entries for charts that are being chartified (@mumoshu)
- d9286ed: Fix intermittent failures while building deps on local chart (helmfile#1532) (@mumoshu)
- 14e2b9e: Fix regression in helmfile deps (#1431) (@mumoshu)
- 4e48521: Fix the logic of helmfile deps and add tests. (helmfile#1588) (@wi1dcard)
- fcf9a72: Improve error message on deps resolution error (#1727) (@)
- 7d74ebb: Merge branch 'main' into chore/bump-variantdev-vals (@carnei-ro)
- 092c4ed: Merge pull request helmfile#163 from Jasstkn/bump-helm-3.9.0 (@yxxhero)
- a4b914a: Merge pull request helmfile#238 from toVersus/feat/bump-chartify-v0.10.0 (@yxxhero)
- 89a00ca: Merge pull request helmfile#25 from helmfile/bump-go-getter (@mumoshu)
- 3c151b8: Merge pull request helmfile#375 from helmfile/bump-chartify (@yxxhero)
- bffa048: Merge pull request helmfile#396 from helmfile/bump_yaml_v3 (@yxxhero)
- ad25755: Merge pull request helmfile#419 from helmfile/405-helmfile-deps-cannot-create-a-lock-file-for-an-oci-repo (@yxxhero)
- 8c870dc: Merge pull request helmfile#512 from helmfile/bump-helm-to-3.10.2 (@yxxhero)
- ad4039e: Merge pull request helmfile#76 from carnei-ro/chore/bump-variantdev-vals (@itscaro)
- 1af8743: Merge pull request helmfile#77 from cmeury/sync-update-deps (@mumoshu)
- 988c218: Support the latest Helm (>=v3.3.2) and bump the Helm version in Docker image. (helmfile#1488) (@wi1dcard)
- b9862bd: Sync repos before update deps (#660) (@nauxliu)
- 2579a87: Upgrade deps (helmfile#1100) (@chenrui333)
- cbb6561: build(deps): bump actions/checkout from 3 to 4 (helmfile#999) (@dependabot[bot])
- 3c23fb1: build(deps): bump actions/setup-go from 4 to 5 (helmfile#1196) (@dependabot[bot])
- 12cc03b: build(deps): bump actions/upload-artifact and actions/download-artifact from 3 to 4 (helmfile#1234) (@yxxhero)
- ec16f15: build(deps): bump dessant/lock-threads from 4 to 5 (helmfile#1144) (@dependabot[bot])
- ef906a4: build(deps): bump docker/build-push-action from 4 to 5 (helmfile#1016) (@dependabot[bot])
- 956b735: build(deps): bump docker/login-action from 2 to 3 (helmfile#1018) (@dependabot[bot])
- 1083d2b: build(deps): bump docker/metadata-action from 4 to 5 (helmfile#1017) (@dependabot[bot])
- c6721de: build(deps): bump docker/setup-buildx-action from 2 to 3 (helmfile#1022) (@dependabot[bot])
- eb56e1c: build(deps): bump docker/setup-qemu-action from 2 to 3 (helmfile#1015) (@dependabot[bot])
- 63bbcf8: build(deps): bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 (@dependabot[bot])
- 58519d3: build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 (helmfile#796) (@dependabot[bot])
- 1c77bc5: build(deps): bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3 (@dependabot[bot])
- 40d4e3a: build(deps): bump github.com/aws/aws-sdk-go from 1.44.251 to 1.45.27 (helmfile#1076) (@dependabot[bot])
- 004f8a7: build(deps): bump github.com/aws/aws-sdk-go from 1.45.27 to 1.45.28 (helmfile#1083) (@dependabot[bot])
- d15f398: build(deps): bump github.com/aws/aws-sdk-go from 1.45.28 to 1.46.0 (helmfile#1085) (@dependabot[bot])
- e11fa5a: build(deps): bump github.com/aws/aws-sdk-go from 1.46.0 to 1.46.1 (helmfile#1090) (@dependabot[bot])
- 73c3058: build(deps): bump github.com/aws/aws-sdk-go from 1.46.1 to 1.46.2 (helmfile#1091) (@dependabot[bot])
- a50d7ec: build(deps): bump github.com/aws/aws-sdk-go from 1.46.2 to 1.46.3 (helmfile#1097) (@dependabot[bot])
- 0c614d9: build(deps): bump github.com/aws/aws-sdk-go from 1.46.3 to 1.46.4 (helmfile#1101) (@dependabot[bot])
- cbc82f2: build(deps): bump github.com/aws/aws-sdk-go from 1.46.4 to 1.46.5 (helmfile#1102) (@dependabot[bot])
- 04c5f39: build(deps): bump github.com/aws/aws-sdk-go from 1.46.5 to 1.46.6 (helmfile#1107) (@dependabot[bot])
- 1fb1da2: build(deps): bump github.com/aws/aws-sdk-go from 1.46.6 to 1.46.7 (helmfile#1109) (@dependabot[bot])
- 53fcb3c: build(deps): bump github.com/aws/aws-sdk-go from 1.46.7 to 1.47.0 (helmfile#1111) (@dependabot[bot])
- dec1d65: build(deps): bump github.com/aws/aws-sdk-go from 1.47.0 to 1.47.1 (helmfile#1113) (@dependabot[bot])
- cb07da1: build(deps): bump github.com/aws/aws-sdk-go from 1.47.1 to 1.47.2 (helmfile#1117) (@dependabot[bot])
- 1d26e81: build(deps): bump github.com/aws/aws-sdk-go from 1.47.10 to 1.47.11 (helmfile#1146) (@dependabot[bot])
- 663520f: build(deps): bump github.com/aws/aws-sdk-go from 1.47.11 to 1.47.12 (helmfile#1150) (@dependabot[bot])
- 4651723: build(deps): bump github.com/aws/aws-sdk-go from 1.47.12 to 1.47.13 (helmfile#1152) (@dependabot[bot])
- e008679: build(deps): bump github.com/aws/aws-sdk-go from 1.47.13 to 1.48.0 (helmfile#1156) (@dependabot[bot])
- 1c8d6fc: build(deps): bump github.com/aws/aws-sdk-go from 1.47.2 to 1.47.3 (helmfile#1125) (@dependabot[bot])
- 4f17c66: build(deps): bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.4 (helmfile#1126) (@dependabot[bot])
- 9e104eb: build(deps): bump github.com/aws/aws-sdk-go from 1.47.4 to 1.47.5 (helmfile#1127) (@dependabot[bot])
- 72c05cc: build(deps): bump github.com/aws/aws-sdk-go from 1.47.5 to 1.47.7 (helmfile#1134) (@dependabot[bot])
- e756712: build(deps): bump github.com/aws/aws-sdk-go from 1.47.7 to 1.47.8 (helmfile#1138) (@dependabot[bot])
- 57797f8: build(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to 1.47.9 (helmfile#1141) (@dependabot[bot])
- d7d207b: build(deps): bump github.com/aws/aws-sdk-go from 1.47.9 to 1.47.10 (helmfile#1143) (@dependabot[bot])
- 30a9d67: build(deps): bump github.com/aws/aws-sdk-go from 1.48.0 to 1.48.1 (helmfile#1159) (@dependabot[bot])
- 6192741: build(deps): bump github.com/aws/aws-sdk-go from 1.48.1 to 1.48.2 (helmfile#1162) (@dependabot[bot])
- 4659b2f: build(deps): bump github.com/aws/aws-sdk-go from 1.48.10 to 1.48.11 (helmfile#1190) (@dependabot[bot])
- 57e4132: build(deps): bump github.com/aws/aws-sdk-go from 1.48.11 to 1.48.12 (helmfile#1191) (@dependabot[bot])
- 38f06b1: build(deps): bump github.com/aws/aws-sdk-go from 1.48.12 to 1.48.13 (helmfile#1195) (@dependabot[bot])
- 7159e7c: build(deps): bump github.com/aws/aws-sdk-go from 1.48.13 to 1.48.14 (helmfile#1200) (@dependabot[bot])
- 4fa14fa: build(deps): bump github.com/aws/aws-sdk-go from 1.48.14 to 1.48.15 (helmfile#1202) (@dependabot[bot])
- b767f35: build(deps): bump github.com/aws/aws-sdk-go from 1.48.15 to 1.48.16 (helmfile#1211) (@dependabot[bot])
- 473820c: build(deps): bump github.com/aws/aws-sdk-go from 1.48.16 to 1.49.0 (helmfile#1214) (@dependabot[bot])
- 0256c83: build(deps): bump github.com/aws/aws-sdk-go from 1.48.2 to 1.48.3 (helmfile#1166) (@dependabot[bot])
- e876d60: build(deps): bump github.com/aws/aws-sdk-go from 1.48.3 to 1.48.4 (helmfile#1171) (@dependabot[bot])
- 360292f: build(deps): bump github.com/aws/aws-sdk-go from 1.48.4 to 1.48.6 (helmfile#1173) (@dependabot[bot])
- 6638dd4: build(deps): bump github.com/aws/aws-sdk-go from 1.48.6 to 1.48.7 (helmfile#1176) (@dependabot[bot])
- 257e89d: build(deps): bump github.com/aws/aws-sdk-go from 1.48.7 to 1.48.9 (helmfile#1179) (@dependabot[bot])
- a8851e8: build(deps): bump github.com/aws/aws-sdk-go from 1.48.9 to 1.48.10 (helmfile#1181) (@dependabot[bot])
- 00943a0: build(deps): bump github.com/aws/aws-sdk-go from 1.49.0 to 1.49.1 (helmfile#1223) (@dependabot[bot])
- e3aa090: build(deps): bump github.com/aws/aws-sdk-go from 1.49.1 to 1.49.2 (helmfile#1227) (@dependabot[bot])
- 54ee982: build(deps): bump github.com/aws/aws-sdk-go from 1.49.10 to 1.49.11 (helmfile#1259) (@dependabot[bot])
- f7adadf: build(deps): bump github.com/aws/aws-sdk-go from 1.49.11 to 1.49.12 (helmfile#1260) (@dependabot[bot])
- 589eb19: build(deps): bump github.com/aws/aws-sdk-go from 1.49.12 to 1.49.13 (helmfile#1263) (@dependabot[bot])
- 86ff520: build(deps): bump github.com/aws/aws-sdk-go from 1.49.13 to 1.49.14 (helmfile#1269) (@dependabot[bot])
- 1fd8706: build(deps): bump github.com/aws/aws-sdk-go from 1.49.14 to 1.49.15 (helmfile#1270) (@dependabot[bot])
- 1c02164: build(deps): bump github.com/aws/aws-sdk-go from 1.49.15 to 1.49.16 (helmfile#1272) (@dependabot[bot])
- 6da0726: build(deps): bump github.com/aws/aws-sdk-go from 1.49.16 to 1.49.17 (helmfile#1279) (@dependabot[bot])
- 02787a6: build(deps): bump github.com/aws/aws-sdk-go from 1.49.17 to 1.49.18 (helmfile#1283) (@dependabot[bot])
- 87f38ff: build(deps): bump github.com/aws/aws-sdk-go from 1.49.18 to 1.49.19 (helmfile#1285) (@dependabot[bot])
- 76f9da6: build(deps): bump github.com/aws/aws-sdk-go from 1.49.19 to 1.49.21 (helmfile#1287) (@dependabot[bot])
- d08ca59: build(deps): bump github.com/aws/aws-sdk-go from 1.49.2 to 1.49.3 (helmfile#1231) (@dependabot[bot])
- 98cc970: build(deps): bump github.com/aws/aws-sdk-go from 1.49.21 to 1.49.22 (helmfile#1292) (@dependabot[bot])
- 2671aa1: build(deps): bump github.com/aws/aws-sdk-go from 1.49.22 to 1.49.23 (helmfile#1296) (@dependabot[bot])
- f70c781: build(deps): bump github.com/aws/aws-sdk-go from 1.49.23 to 1.49.24 (helmfile#1300) (@dependabot[bot])
- 9e5a313: build(deps): bump github.com/aws/aws-sdk-go from 1.49.24 to 1.50.0 (helmfile#1303) (@dependabot[bot])
- fa02eec: build(deps): bump github.com/aws/aws-sdk-go from 1.49.3 to 1.49.4 (helmfile#1236) (@dependabot[bot])
- 8a548ed: build(deps): bump github.com/aws/aws-sdk-go from 1.49.4 to 1.49.5 (helmfile#1240) (@dependabot[bot])
- 9748b43: build(deps): bump github.com/aws/aws-sdk-go from 1.49.5 to 1.49.6 (helmfile#1242) (@dependabot[bot])
- af460fd: build(deps): bump github.com/aws/aws-sdk-go from 1.49.6 to 1.49.7 (helmfile#1246) (@dependabot[bot])
- e9cb5a0: build(deps): bump github.com/aws/aws-sdk-go from 1.49.7 to 1.49.8 (helmfile#1247) (@dependabot[bot])
- ca15d4d: build(deps): bump github.com/aws/aws-sdk-go from 1.49.8 to 1.49.9 (helmfile#1251) (@dependabot[bot])
- 3c5c400: build(deps): bump github.com/aws/aws-sdk-go from 1.49.9 to 1.49.10 (helmfile#1257) (@dependabot[bot])
- 6707a3d: build(deps): bump github.com/aws/aws-sdk-go from 1.50.0 to 1.50.1 (helmfile#1305) (@dependabot[bot])
- 3cf3839: build(deps): bump github.com/aws/aws-sdk-go from 1.50.1 to 1.50.2 (helmfile#1309) (@dependabot[bot])
- 6848337: build(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.50.11 (helmfile#1328) (@dependabot[bot])
- ff3818b: build(deps): bump github.com/aws/aws-sdk-go from 1.50.11 to 1.50.12 (helmfile#1330) (@dependabot[bot])
- 4c8e36e: build(deps): bump github.com/aws/aws-sdk-go from 1.50.12 to 1.50.13 (helmfile#1333) (@dependabot[bot])
- 9c05f99: build(deps): bump github.com/aws/aws-sdk-go from 1.50.13 to 1.50.14 (helmfile#1336) (@dependabot[bot])
- b4f947f: build(deps): bump github.com/aws/aws-sdk-go from 1.50.14 to 1.50.15 (helmfile#1337) (@dependabot[bot])
- 509d24e: build(deps): bump github.com/aws/aws-sdk-go from 1.50.15 to 1.50.17 (helmfile#1342) (@dependabot[bot])
- ac04891: build(deps): bump github.com/aws/aws-sdk-go from 1.50.17 to 1.50.18 (helmfile#1347) (@dependabot[bot])
- a93ba56: build(deps): bump github.com/aws/aws-sdk-go from 1.50.18 to 1.50.19 (helmfile#1357) (@dependabot[bot])
- b6bca2c: build(deps): bump github.com/aws/aws-sdk-go from 1.50.19 to 1.50.20 (helmfile#1359) (@dependabot[bot])
- cfd2c16: build(deps): bump github.com/aws/aws-sdk-go from 1.50.2 to 1.50.3 (helmfile#1312) (@dependabot[bot])
- 4cb8bfb: build(deps): bump github.com/aws/aws-sdk-go from 1.50.20 to 1.50.21 (helmfile#1361) (@dependabot[bot])
- b676cdc: build(deps): bump github.com/aws/aws-sdk-go from 1.50.21 to 1.50.22 (helmfile#1363) (@dependabot[bot])
- ae2d3a8: build(deps): bump github.com/aws/aws-sdk-go from 1.50.22 to 1.50.23 (#1367) (@dependabot[bot])
- 248e34c: build(deps): bump github.com/aws/aws-sdk-go from 1.50.23 to 1.50.24 (#1369) (@dependabot[bot])
- eaf481a: build(deps): bump github.com/aws/aws-sdk-go from 1.50.24 to 1.50.25 (#1371) (@dependabot[bot])
- c854834: build(deps): bump github.com/aws/aws-sdk-go from 1.50.25 to 1.50.26 (#1373) (@dependabot[bot])
- dc2ccd6: build(deps): bump github.com/aws/aws-sdk-go from 1.50.26 to 1.50.28 (#1378) (@dependabot[bot])
- 44a05f8: build(deps): bump github.com/aws/aws-sdk-go from 1.50.28 to 1.50.29 (#1382) (@dependabot[bot])
- 5641588: build(deps): bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.30 (#1387) (@dependabot[bot])
- 17f1012: build(deps): bump github.com/aws/aws-sdk-go from 1.50.3 to 1.50.4 (#1315) (@dependabot[bot])
- dd2c9f7: build(deps): bump github.com/aws/aws-sdk-go from 1.50.30 to 1.50.31 (#1388) (@dependabot[bot])
- d513427: build(deps): bump github.com/aws/aws-sdk-go from 1.50.31 to 1.50.32 (#1390) (@dependabot[bot])
- 2ce9606: build(deps): bump github.com/aws/aws-sdk-go from 1.50.32 to 1.50.34 (#1395) (@dependabot[bot])
- 5c6eab5: build(deps): bump github.com/aws/aws-sdk-go from 1.50.34 to 1.50.35 (#1396) (@dependabot[bot])
- c153329: build(deps): bump github.com/aws/aws-sdk-go from 1.50.35 to 1.50.36 (#1397) (@dependabot[bot])
- 23af3c4: build(deps): bump github.com/aws/aws-sdk-go from 1.50.36 to 1.50.37 (#1400) (@dependabot[bot])
- 25923df: build(deps): bump github.com/aws/aws-sdk-go from 1.50.37 to 1.50.38 (#1405) (@dependabot[bot])
- fda2bb3: build(deps): bump github.com/aws/aws-sdk-go from 1.50.38 to 1.51.0 (#1406) (@dependabot[bot])
- e496483: build(deps): bump github.com/aws/aws-sdk-go from 1.50.4 to 1.50.5 (#1318) (@dependabot[bot])
- 5dace69: build(deps): bump github.com/aws/aws-sdk-go from 1.50.5 to 1.50.6 (#1319) (@dependabot[bot])
- 28483af: build(deps): bump github.com/aws/aws-sdk-go from 1.50.6 to 1.50.7 (#1321) (@dependabot[bot])
- 2999701: build(deps): bump github.com/aws/aws-sdk-go from 1.50.7 to 1.50.8 (#1322) (@dependabot[bot])
- d911af7: build(deps): bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.9 (#1323) (@dependabot[bot])
- a242d2a: build(deps): bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.10 (#1324) (@dependabot[bot])
- 7835107: build(deps): bump github.com/aws/aws-sdk-go from 1.51.0 to 1.51.1 (#1410) (@dependabot[bot])
- 62a2568: build(deps): bump github.com/aws/aws-sdk-go from 1.51.1 to 1.51.2 (#1413) (@dependabot[bot])
- bb653f7: build(deps): bump github.com/aws/aws-sdk-go from 1.51.10 to 1.51.11 (#1435) (@dependabot[bot])
- 4f90e24: build(deps): bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.12 (#1436) (@dependabot[bot])
- 9be094e: build(deps): bump github.com/aws/aws-sdk-go from 1.51.12 to 1.51.13 (#1438) (@dependabot[bot])
- c5b831b: build(deps): bump github.com/aws/aws-sdk-go from 1.51.13 to 1.51.14 (#1439) (@dependabot[bot])
- 4528f12: build(deps): bump github.com/aws/aws-sdk-go from 1.51.14 to 1.51.15 (#1443) (@dependabot[bot])
- aa50de9: build(deps): bump github.com/aws/aws-sdk-go from 1.51.15 to 1.51.16 (#1447) (@dependabot[bot])
- 3061218: build(deps): bump github.com/aws/aws-sdk-go from 1.51.16 to 1.51.17 (#1448) (@dependabot[bot])
- 28b06c3: build(deps): bump github.com/aws/aws-sdk-go from 1.51.17 to 1.51.19 (#1450) (@dependabot[bot])
- 855c2f8: build(deps): bump github.com/aws/aws-sdk-go from 1.51.19 to 1.51.20 (#1452) (@dependabot[bot])
- 836293e: build(deps): bump github.com/aws/aws-sdk-go from 1.51.2 to 1.51.3 (#1415) (@dependabot[bot])
- 3e67e7f: build(deps): bump github.com/aws/aws-sdk-go from 1.51.20 to 1.51.21 (#1456) (@dependabot[bot])
- e9b0f62: build(deps): bump github.com/aws/aws-sdk-go from 1.51.21 to 1.51.22 (#1462) (@dependabot[bot])
- 488c8f8: build(deps): bump github.com/aws/aws-sdk-go from 1.51.22 to 1.51.23 (#1466) (@dependabot[bot])
- 0da87f3: build(deps): bump github.com/aws/aws-sdk-go from 1.51.23 to 1.51.24 (#1469) (@dependabot[bot])
- 540e0cf: build(deps): bump github.com/aws/aws-sdk-go from 1.51.24 to 1.51.25 (#1476) (@dependabot[bot])
- 6487700: build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.51.26 (#1478) (@dependabot[bot])
- 383d1df: build(deps): bump github.com/aws/aws-sdk-go from 1.51.26 to 1.51.27 (#1480) (@dependabot[bot])
- 7a32cda: build(deps): bump github.com/aws/aws-sdk-go from 1.51.27 to 1.51.28 (#1481) (@dependabot[bot])
- ee8cee5: build(deps): bump github.com/aws/aws-sdk-go from 1.51.28 to 1.51.29 (#1485) (@dependabot[bot])
- 2b2299f: build(deps): bump github.com/aws/aws-sdk-go from 1.51.29 to 1.51.30 (#1486) (@dependabot[bot])
- ac0c75d: build(deps): bump github.com/aws/aws-sdk-go from 1.51.3 to 1.51.4 (#1417) (@dependabot[bot])
- 3827c66: build(deps): bump github.com/aws/aws-sdk-go from 1.51.30 to 1.51.31 (#1488) (@dependabot[bot])
- 7637ecd: build(deps): bump github.com/aws/aws-sdk-go from 1.51.31 to 1.51.32 (#1489) (@dependabot[bot])
- 135005b: build(deps): bump github.com/aws/aws-sdk-go from 1.51.4 to 1.51.5 (#1420) (@dependabot[bot])
- 536b079: build(deps): bump github.com/aws/aws-sdk-go from 1.51.5 to 1.51.6 (#1422) (@dependabot[bot])
- 68881ab: build(deps): bump github.com/aws/aws-sdk-go from 1.51.6 to 1.51.7 (#1429) (@dependabot[bot])
- b125b36: build(deps): bump github.com/aws/aws-sdk-go from 1.51.7 to 1.51.8 (#1430) (@dependabot[bot])
- c68057d: build(deps): bump github.com/aws/aws-sdk-go from 1.51.8 to 1.51.9 (#1432) (@dependabot[bot])
- 95e39fd: build(deps): bump github.com/aws/aws-sdk-go from 1.51.9 to 1.51.10 (#1433) (@dependabot[bot])
- e6141e9: build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1273) (@dependabot[bot])
- ebc56f3: build(deps): bump github.com/containerd/containerd from 1.6.15 to 1.6.18 (#701) (@dependabot[bot])
- 44b473e: build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.12 (#632) (@dependabot[bot])
- 9fdf8b0: build(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.11 (#1241) (@dependabot[bot])
- 5236a74: build(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (#1026) (@dependabot[bot])
- 8e036e1: build(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#857) (@dependabot[bot])
- ed5f530: build(deps): bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible (#784) (@dependabot[bot])
- cf886e1: build(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible (#932) (@dependabot[bot])
- 9ab8cf8: build(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible (#1108) (@dependabot[bot])
- 981c5eb: build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible (#1416) (@dependabot[bot])
- 4e3a60a: build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#1160) (@dependabot[bot])
- 5991077: build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#1393) (@dependabot[bot])
- 75aab76: build(deps): bump github.com/go-test/deep from 1.0.8 to 1.1.0 (@dependabot[bot])
- 0573034: build(deps): bump github.com/goccy/go-yaml from 1.10.1 to 1.11.0 (#778) (@dependabot[bot])
- 42e19f5: build(deps): bump github.com/goccy/go-yaml from 1.11.0 to 1.11.2 (#1031) (@dependabot[bot])
- 99b6e71: build(deps): bump github.com/goccy/go-yaml from 1.11.2 to 1.11.3 (#1314) (@dependabot[bot])
- 68995bd: build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (@dependabot[bot])
- 04a4f13: build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#1060) (@dependabot[bot])
- 99e85bb: build(deps): bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 (#697) (@dependabot[bot])
- 011066f: build(deps): bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.1 (#745) (@dependabot[bot])
- b1550a9: build(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.2 (#949) (@dependabot[bot])
- dd27211: build(deps): bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 (#1058) (@dependabot[bot])
- 8f6c4b9: build(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 (#1457) (@dependabot[bot])
- e1f82c1: build(deps): bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1 (#1475) (@dependabot[bot])
- 1479df0: build(deps): bump github.com/helmfile/chartify from 0.14.0 to 0.15.0 (#956) (@dependabot[bot])
- 99a4d8b: build(deps): bump github.com/helmfile/chartify from 0.17.0 to 0.18.1 (#1341) (@dependabot[bot])
- b703b5e: build(deps): bump github.com/helmfile/chartify from 0.18.1 to 0.19.0 (#1468) (@dependabot[bot])
- 85d7bac: build(deps): bump github.com/helmfile/chartify from 0.19.0 to 0.20.0 (#1487) (@dependabot[bot])
- ccc6939: build(deps): bump github.com/helmfile/vals from 0.22.0 to 0.23.0 (#735) (@dependabot[bot])
- b6581ee: build(deps): bump github.com/helmfile/vals from 0.25.0 to 0.26.0 (#938) (@dependabot[bot])
- c19f220: build(deps): bump github.com/helmfile/vals from 0.26.0 to 0.26.1 (#944) (@dependabot[bot])
- 8cd07ec: build(deps): bump github.com/helmfile/vals from 0.26.1 to 0.26.2 (#962) (@dependabot[bot])
- 1dd4c6c: build(deps): bump github.com/helmfile/vals from 0.27.1 to 0.28.0 (#1048) (@dependabot[bot])
- fc1afab: build(deps): bump github.com/helmfile/vals from 0.28.0 to 0.28.1 (#1071) (@dependabot[bot])
- b764b4c: build(deps): bump github.com/helmfile/vals from 0.28.1 to 0.29.0 (#1155) (@dependabot[bot])
- f0df137: build(deps): bump github.com/helmfile/vals from 0.29.0 to 0.30.0 (#1192) (@dependabot[bot])
- 64e905a: build(deps): bump github.com/helmfile/vals from 0.30.0 to 0.31.0 (#1230) (@dependabot[bot])
- 3572788: build(deps): bump github.com/helmfile/vals from 0.31.0 to 0.32.0 (#1250) (@dependabot[bot])
- b765ef0: build(deps): bump github.com/helmfile/vals from 0.33.0 to 0.33.1 (#1325) (@dependabot[bot])
- afd535a: build(deps): bump github.com/helmfile/vals from 0.33.1 to 0.34.1 (#1339) (@dependabot[bot])
- 44475b2: build(deps): bump github.com/helmfile/vals from 0.34.1 to 0.35.0 (#1377) (@dependabot[bot])
- 12644ee: build(deps): bump github.com/helmfile/vals from 0.35.0 to 0.36.0 (#1421) (@dependabot[bot])
- ee4bded: build(deps): bump github.com/helmfile/vals from 0.36.0 to 0.37.0 (#1440) (@dependabot[bot])
- d276cd2: build(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 (#762) (@dependabot[bot])
- 048ab1d: build(deps): bump github.com/imdario/mergo from 0.3.15 to 0.3.16 (#873) (@dependabot[bot])
- 3986f81: build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (@dependabot[bot])
- b77ccd8: build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (@dependabot[bot])
- dcfc31e: build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (@dependabot[bot])
- 52358fc: build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#783) (@dependabot[bot])
- e8eb803: build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#1123) (@dependabot[bot])
- 83868d8: build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (@dependabot[bot])
- 6607d12: build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#717) (@dependabot[bot])
- c299cd9: build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#866) (@dependabot[bot])
- d9e303b: build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#876) (@dependabot[bot])
- 38c9e21: build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1383) (@dependabot[bot])
- f37289e: build(deps): bump github.com/urfave/cli from 1.22.9 to 1.22.10 (@dependabot[bot])
- 5a29137: build(deps): bump github.com/variantdev/vals from 0.19.0 to 0.20.0 (@dependabot[bot])
- 3f4673a: build(deps): bump github.com/variantdev/vals from 0.20.0 to 0.21.0 (#570) (@dependabot[bot])
- 21ff085: build(deps): bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#1474) (@dependabot[bot])
- fdfa520: build(deps): bump gitpython from 3.1.27 to 3.1.30 in /docs (#618) (@dependabot[bot])
- 412d4f7: build(deps): bump gitpython from 3.1.30 to 3.1.32 in /docs (#970) (@dependabot[bot])
- a6e9e27: build(deps): bump gitpython from 3.1.32 to 3.1.34 in /docs (#1004) (@dependabot[bot])
- e7560af: build(deps): bump gitpython from 3.1.34 to 3.1.35 in /docs (#1008) (@dependabot[bot])
- 99328b8: build(deps): bump gitpython from 3.1.35 to 3.1.37 in /docs (#1059) (@dependabot[bot])
- 46353b6: build(deps): bump gitpython from 3.1.37 to 3.1.41 in /docs (#1280) (@dependabot[bot])
- 45e6bcc: build(deps): bump go.szostok.io/version from 1.1.0 to 1.2.0 (#852) (@dependabot[bot])
- fe1eba6: build(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0 (#772) (@dependabot[bot])
- 524003d: build(deps): bump go.uber.org/multierr from 1.6.0 to 1.9.0 (#575) (@dependabot[bot])
- 87eaa85: build(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.0 (#731) (@dependabot[bot])
- 13bac51: build(deps): bump go.uber.org/zap from 1.21.0 to 1.22.0 (@dependabot[bot])
- 630919e: build(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0 (@dependabot[bot])
- ba2b68f: build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 (@dependabot[bot])
- aba787d: build(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 (#957) (@dependabot[bot])
- 8d27b1c: build(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 (#1032) (@dependabot[bot])
- 4443e94: build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 (#1362) (@dependabot[bot])
- c3c3564: build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#1238) (@dependabot[bot])
- ef5274b: build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#1063) (@dependabot[bot])
- 77d3aee: build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#704) (@dependabot[bot])
- 14a33f9: build(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 (#847) (@dependabot[bot])
- 2434d8c: build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#898) (@dependabot[bot])
- d5a6553: build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#1056) (@dependabot[bot])
- ee59028: build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 (#1124) (@dependabot[bot])
- 867fc3f: build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#1268) (@dependabot[bot])
- 4f27d5d: build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#1441) (@dependabot[bot])
- 6d9bdb0: build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 (#961) (@dependabot[bot])
- 95f4ee7: build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#1033) (@dependabot[bot])
- cd16d9b: build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#1055) (@dependabot[bot])
- a407e7f: build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 (#1129) (@dependabot[bot])
- 2913cd5: build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 (#1170) (@dependabot[bot])
- af08216: build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 (#1267) (@dependabot[bot])
- 5536340: build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 (#1334) (@dependabot[bot])
- 1f70752: build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 (#1389) (@dependabot[bot])
- c8e569d: build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 (#1444) (@dependabot[bot])
- 28ba777: build(deps): bump golang.org/x/term from 0.2.0 to 0.3.0 (@dependabot[bot])
- 982795a: build(deps): bump golang.org/x/term from 0.3.0 to 0.4.0 (#616) (@dependabot[bot])
- e930def: build(deps): bump golang.org/x/term from 0.4.0 to 0.5.0 (#686) (@dependabot[bot])
- 939ae40: build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 (#728) (@dependabot[bot])
- d0dbb2c: build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0 (#789) (@dependabot[bot])
- 68f569f: build(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 (#846) (@dependabot[bot])
- 81502f5: build(deps): bump golang.org/x/term from 0.8.0 to 0.9.0 (#897) (@dependabot[bot])
- 16e3791: build(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 (#918) (@dependabot[bot])
- a9bd16e: build(deps): bump golangci/golangci-lint-action from 3 to 4 (#1338) (@dependabot[bot])
- a228594: build(deps): bump golangci/golangci-lint-action from 4 to 5 (#1482) (@dependabot[bot])
- 076f388: build(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.3 (#1099) (@dependabot[bot])
- d633f15: build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#1403) (@dependabot[bot])
- dae5a21: build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#1014) (@dependabot[bot])
- 400a67f: build(deps): bump helm-git from v0.15.1 to v0.16.0 (minor) (#1455) (@maxime1907)
- 48c1e34: build(deps): bump helm.sh/helm/v3 from 3.10.0 to 3.10.1 (#436) (@dependabot[bot])
- cd92b41: build(deps): bump helm.sh/helm/v3 from 3.10.1 to 3.10.2 (#511) (@dependabot[bot])
- 0a0640a: build(deps): bump helm.sh/helm/v3 from 3.10.2 to 3.10.3 (#578) (@dependabot[bot])
- d443e74: build(deps): bump helm.sh/helm/v3 from 3.11.0 to 3.11.1 (#689) (@dependabot[bot])
- fb081e7: build(deps): bump helm.sh/helm/v3 from 3.12.1 to 3.12.2 (#930) (@dependabot[bot])
- 0763e8b: build(deps): bump helm.sh/helm/v3 from 3.12.2 to 3.12.3 (#968) (@dependabot[bot])
- 927f251: build(deps): bump helm.sh/helm/v3 from 3.12.3 to 3.13.0 (#1045) (@dependabot[bot])
- aa8b411: build(deps): bump helm.sh/helm/v3 from 3.13.0 to 3.13.1 (#1065) (@dependabot[bot])
- 63d9ac6: build(deps): bump helm.sh/helm/v3 from 3.13.1 to 3.13.2 (#1128) (@dependabot[bot])
- 5da9bc2: build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 (#1346) (@dependabot[bot])
- e8871f6: build(deps): bump helm.sh/helm/v3 from 3.14.1 to 3.14.2 (#1366) (@dependabot[bot])
- 8b4a53d: build(deps): bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 (#1404) (@dependabot[bot])
- 0a56cb2: build(deps): bump helm.sh/helm/v3 from 3.14.3 to 3.14.4 (#1451) (@dependabot[bot])
- 7f3076a: build(deps): bump helm.sh/helm/v3 from 3.8.1 to 3.9.4 (@dependabot[bot])
- 85f050d: build(deps): bump helm.sh/helm/v3 from 3.9.4 to 3.10.0 (@dependabot[bot])
- 58e782c: build(deps): bump jinja2 from 3.1.1 to 3.1.3 in /docs (#1284) (@dependabot[bot])
- 3984659: build(deps): bump k8s.io/apimachinery from 0.24.3 to 0.24.4 (@dependabot[bot])
- 7cf010b: build(deps): bump k8s.io/apimachinery from 0.24.4 to 0.25.1 (@dependabot[bot])
- 1328d24: build(deps): bump k8s.io/apimachinery from 0.25.1 to 0.25.2 (@dependabot[bot])
- 82f0d88: build(deps): bump k8s.io/apimachinery from 0.25.2 to 0.25.3 (#439) (@dependabot[bot])
- c9db278: build(deps): bump k8s.io/apimachinery from 0.25.3 to 0.25.4 (@dependabot[bot])
- a6df2f8: build(deps): bump k8s.io/apimachinery from 0.25.4 to 0.26.0 (#568) (@dependabot[bot])
- f3a24dd: build(deps): bump k8s.io/apimachinery from 0.26.0 to 0.26.1 (#641) (@dependabot[bot])
- d56dfeb: build(deps): bump k8s.io/apimachinery from 0.26.1 to 0.26.2 (#720) (@dependabot[bot])
- 198b6e1: build(deps): bump k8s.io/apimachinery from 0.26.2 to 0.26.3 (#758) (@dependabot[bot])
- 4972dc4: build(deps): bump k8s.io/apimachinery from 0.26.3 to 0.27.0 (#801) (@dependabot[bot])
- 1f10678: build(deps): bump k8s.io/apimachinery from 0.27.0 to 0.27.1 (#810) (@dependabot[bot])
- 03883e2: build(deps): bump k8s.io/apimachinery from 0.27.1 to 0.27.2 (#865) (@dependabot[bot])
- 94fe519: build(deps): bump k8s.io/apimachinery from 0.27.2 to 0.27.3 (#900) (@dependabot[bot])
- ba84a14: build(deps): bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#936) (@dependabot[bot])
- 5841aef: build(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 (#1084) (@dependabot[bot])
- 583ff84: build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 (#1149) (@dependabot[bot])
- b4e7a68: build(deps): bump k8s.io/apimachinery from 0.28.4 to 0.29.0 (#1226) (@dependabot[bot])
- 00d9791: build(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.1 (#1298) (@dependabot[bot])
- a8800c9: build(deps): bump k8s.io/apimachinery from 0.29.1 to 0.29.2 (#1348) (@dependabot[bot])
- dae0611: build(deps): bump k8s.io/apimachinery from 0.29.2 to 0.29.3 (#1409) (@dependabot[bot])
- ec83986: build(deps): bump k8s.io/apimachinery from 0.29.3 to 0.29.4 (#1463) (@dependabot[bot])
- 0b26543: build(deps): bump k8s.io/apimachinery from 0.29.4 to 0.30.0 (#1465) (@dependabot[bot])
- e39a0b3: bump Go to 1.16.3 and cover helm 3.5.4 (#1825) (@itscaro)
- bfb9431: bump chartify to v0.14.0 (#759) (@yxxhero)
- 9d74fa3: bump chartify to v0.13.0 (#702) (@yxxhero)
- 9c04f9e: bump github.com/helmfile/vals (#982) (@jkroepke)
- a1dfcb3: bump go 1.18 & remove .circleci (@itscaro)
- 6f0dc6e: bump go to 1.11 (#376) (@mumoshu)
- a07a670: bump go to 1.21 (#972) (@yxxhero)
- 37c2132: bump helm to 3.11.1 (#695) (@yxxhero)
- 400488d: bump helm to 3.11.2 (#733) (@yxxhero)
- 26f89e7: bump helm to 3.13.2 (#1130) (@yxxhero)
- 17b03c2: bump helm to v3.10.3 (#579) (@yxxhero)
- cff674b: bump helm to v3.11.0 (#639) (@yxxhero)
- 219602e: bump helm to v3.11.3 (#802) (@yxxhero)
- 54ed6bf: bump helm to v3.12.0 (#855) (@yxxhero)
- ee86032: bump helm to v3.12.1 (#899) (@yxxhero)
- a3c1e32: bump helm to v3.12.2 (#933) (@yxxhero)
- 85e037a: bump helm to v3.12.3 (#971) (@yxxhero)
- 8d96c87: bump helm to v3.14.4 (#1453) (@yxxhero)
- e99cde0: bump helm version to 3.13.3 (#1225) (@yxxhero)
- 7c0134f: bump helm-diff to 3.9.5 (#1384) (@yxxhero)
- a817997: bump mergo to 0.3.14 (#751) (@yxxhero)
- 170e29a: bump to go 1.17.3 with alpine 3.13 (#2024) (@itscaro)
- f629ee1: bump vals to v0.22.0 (#703) (@yxxhero)
- 36d35d9: bump vals to v0.25.0 (#808) (@stoned)
- 2324188: bump: helm to 3.10.2 (@yxxhero)
- 14ba7cd: bump: upgrade gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (@yxxhero)
- dad8e72: chore(deps): upgrade to go v1.13.4 (#935) (@chenrui333)
- d018b58: chore: bump variantdev/vals to support remote secret tfstateremote (@carnei-ro)
- f483a09: deps: build with go1.19 (@chenrui333)
- ffce09a: deps: update dockerfile dependencies (#421) (@chenrui333)
- 5190d0b: docs: Running helmfile withought an internet connection by --skip-deps option (#659) (@toyamagu-2021)
- 94a8658: feat(Dockerfile): bump helm version (@)
- 5510de4: feat(apply): update repos and and deps before running diff (#286) (@mumoshu)
- a0d4047: remove gotest deps (@yxxhero)
- 66935c4: resolved deps even when installed=false (#1120) (@jouve)
- 268a480: run deps without chart preparation (#1011) (@jouve)
- e89fa70: update deps versions (#1446) (@yxxhero)
- 42bc99b: vendor: add deps (@roboll)
Others
- e4184a4: update keyring docs (#986) (@yxxhero)
- c692036: (feat) add openssh-client to images (closes #41) (@itscaro)
- 617121e: (feat) update helm to v3.8.2 in container images (@itscaro)
- dad5853: (test) update helm to 3.8.2 (@itscaro)
- dfc4b02: Accept chart in a local path (@robsonpeixoto)
- d0b8d7e: Add "PostRendererArgs" option to be passed to helm (#1133) (@boekhold)
- 03d1671: Add --args option to sync command (@mxey)
- d675732: Add --args to delete (@maver1ck)
- 9284d17: Add --interactive option to sync, delete and destroy / Remove --interactive from global options (#328) (@yxxhero)
- 8f59a1c: Add --output-dir-template flag to the fetch command (#456) (@elchenberg)
- c2e7804: Add --post-render support also for diff (@mumoshu)
- 1784b02: Add --retry-connrefused for reliable image builds (@mumoshu)
- 92ba347: Add --skip-diff-on-install to helmfile diff (#1841) (@dudicoco)
- 5d43b30: Add --{include,skip}-needs to various helmfile commands (#1772) (@mumoshu)
- 45be24d: Add .StateValues as alias of .Values in EnvironmentTemplateData (#2056) (@itscaro)
- 1748cbf: Add .StateValues as alias of .Values in releaseTemplateDataRelease (#1744) (@itscaro)
- f51949a: Add ACR notes (#889) (@devlinmr)
- 753f65a: Add Cherre to USERS.md (#1358) (@sryabkov)
- 0f91f2c: Add IKEA to users. (#1925) (@almed4)
- a5e790c: Add Jenkins OSS to the list of users (#1372) (@olblak)
- ac40eec: Add PedidosYa :) (#1322) (@SantiEich)
- 499f6ec: Add Sportradar to USERS.md (#1133) (@mumoshu)
- 7fdd5f9: Add Tudock GmbH to USERS.md (#1399) (@jeliebig)
- d201c1d: Add Users information in Readme.md (@yxxhero)
- 9575995: Add William Hill to USERS.md (#1735) (@nickperry)
- 5910ce0: Add
--kubeconfigflag (#1381) (@inteon) - a111e89: Add
--skip-crdstohelmfile syncandhelmfile apply(#1771) (@mumoshu) - a409b45: Add
--skip-refreshflag to the build command (#444) (@indrekj) - debd3c0: Add
--skip-teststo helmfile template command (#2057) (@drivelikebrazil) - 261367e: Add
kubectlhooks for applying file(s) or kustomize (#1736) (@javiplx) - e561e9b: Add a documentation badge to README (@mumoshu)
- bd3838c: Add ability to specify and override helmDefaults.wait via cli (#1678) (@jwitko)
- b5830a3: Add ability to use go-getter for fetching remote manifests directory as chart (#1374) (@mumoshu)
- f6fac3f: Add an experimental GitHub Actions workflow for CI (@mumoshu)
- 81cc843: Add an issue form for bug report (@mumoshu)
- 1a4f342: Add basic repository authentication (#154) (@InTheCloudDan)
- 5ce755e: Add chart & version to list cmd output (#1731) (@itscaro)
- 04fc38f: Add chinese readme (#664) (@xiaomudk)
- 3a19a39: Add condition release attribute (#1190) (@acaire)
- ad2f8e8: Add debian docker image, drop helm2, upgrade packages. (#1956) (@)
- 430a825: Add diffArgs to helmDefaults (#1019) (@yktakaha4)
- 4fde6e1: Add disableValidation and disableOpenAPIValidation per release (#1373) (@mumoshu)
- efad266: Add documentation about adhoc chart dependencies (@mumoshu)
- 5cd0afc: Add documentation about helmfile-fetch and StateValues alias (#1746) (@itscaro)
- d9e1575: Add documentation about re-using the environment state from parent in sub-helmfile (#1808) (@vavdoshka)
- 385c3e8: Add documentation about the new preapply hook (@mumoshu)
- c066887: Add documentation for needs parameterization. (#1987) (@paichinger)
- 1cfce32: Add documentation for releases[].{strategicMergePatches,jsonPatches} (@mumoshu)
- ad7fcbb: Add documentation on go-getter cache (@itscaro)
- 73134d8: Add documentation on go-getter cache (@itscaro)
- 3690bde: Add documentation on how to use the docker image (#1607) (@felipecrs)
- e45b1b6: Add documentation on internal environment variables (#811) (@voron)
- a3e8c04: Add e2e test for helmfile-diff with post-renderer (@mumoshu)
- 9f70228: Add e2e test for post-renderer (@mumoshu)
- 191d9ef: Add envvar interpolation for names and namespaces (@)
- 19d7942: Add experimental "forceNamespace" in helmfile.yaml (#1444) (@mumoshu)
- 0fad9f0: Add experimental write-values command for writing values files only (#1469) (@mumoshu)
- 3dd49ca: Add explanation for envvar interpolation and examples to readme (@)
- 6c1b6f8: Add file existence check for remove values (@kuzaxak)
- 6a37ae9: Add flags about need for lint subcmd (#273) (@yxxhero)
- f16d96b: Add global hooks (#1301) (@maxaudron)
- 72eaa2f: Add helm add repo synchonously to avoid race conditions with multiple repositories (@mseashor)
- 7f37c6b: Add helm-binary opt to delete command (@hori-ryota)
- e1040c2: Add helm-secrets plugin to Dockerfile (@amnk)
- 85accf7: Add helm-secrets-encrypted values template file (#1701) (@phihos)
- 6856c6e: Add helmfile lint support (#162) (@jlyheden)
- d8d0bf8: Add helmfile state validate policy (#592) (@yxxhero)
- 37f6ae8: Add helmfile test sub-command (#150) (@Evesy)
- 53c6d2f: Add helmfile-fetch command to downloading and generating charts (#1734) (@itscaro)
- ac534a8: Add historyMax (#1022) (@nauxliu)
- 4b2d694: Add indexed key support to --state-values-set (#1042) (@)
- 5db3ba2: Add inline values support (@int128)
- 1843cc4: Add insecure skip tls verify support (#882) (@yxxhero)
- 5ad9160: Add instructions for installing via scoop on Windows (#372) (@nightscape)
- face925: Add integration test for Kustomize inetgration (#1288) (@ento)
- 48ae800: Add integration test with local oci repo (@mumoshu)
- 4680010: Add integration with Hashicorp Vault, AWS SSM, SecretsManager (#906) (@klebediev)
- a8a0a33: Add kube version flag (#804) (@FeLvi-zzz)
- 622cba9: Add kubectl and jq to Dockerfile (#799) (@naphta)
- 9fef3f7: Add link to more examples (@osterman)
- a626664: Add logo as .png and .ai (Adobe Illustrator) files (#263) (@pathob)
- 8aa4389: Add missing documentation for isFile function (#996) (@anessi)
- d0a4008: Add missing repos on lint command. (#305) (@Stono)
- ae438c8: Add more examples for remote env value files (#1938) (@reixd)
- ed27147: Add more links to the new-issue page (@mumoshu)
- dc40ccd: Add more testcases for hooks (@mumoshu)
- effc747: Add option to limit concurrent helm calls (#24) (@andytom)
- 05add47: Add option to suppress diff on apply (#1092) (@vanneback)
- ee8ea50: Add pre/postuninstall hooks (#1375) (@mumoshu)
- 4e5987d: Add preapply hook (@Sajfer)
- 55c275b: Add presync event hook (#580) (@rajiteh)
- bf9eeba: Add proposals about two breaking changes before we cut Helmfile 1.0 (@mumoshu)
- a3d6cce: Add quotes to envvar example in readme (@)
- 753de35: Add readDir as a templating function (#1934) (@nlueb)
- 1654ce4: Add regression tests for environment values merge (#1170) (@mumoshu)
- a282792: Add root CAs to docker image (@gavvvr)
- ffa39af: Add secrets support via helm-secrets plugin (#53) (@sstarcher)
- f522ba3: Add slack links (#533) (@osterman)
- 498a976: Add stale bot config (@mumoshu)
- d34dc7b: Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990) (@BabisK)
- e1cabc8: Add support for --validate on chartify (#1960) (@mumoshu)
- 942b9a6: Add support for ChartCenter (#1492) (@mumoshu)
- b910591: Add support for Kustomize Transformers (#1592) (@mumoshu)
- 81b04fc: Add support for adhoc dependency to local chart (@mumoshu)
- 28cf300: Add support for kubeContext in environments (#1675) (@gmenuel)
- 3bfcc1e: Add support for kustomize v4 (#1758) (@mumoshu)
- 53c3fe9: Add support for selector on
helmfile template(#1399) (@mumoshu) - 77e6268: Add support for transitive dependencies. (#1983) (@paichinger)
- 134d5be: Add tailormed to users (#1467) (@orbiran88)
- ed436ba: Add template function isFile (#2045) (@itscaro)
- c8c444d: Add test case (#1410) (@mumoshu)
- dc2961a: Add test for IsHelm3 logic. (@drakedevel)
- 5617b59: Add test for helmfile-destroy with selector (#1785) (@mumoshu)
- 1768e5d: Add tests for
helmfile test(#152) (@mumoshu) - 7ccacb7: Add the SyncArgs option and --sync-args flag (#1375) (@inteon)
- 0f86cc9: Add the ability to load a remote environment values file (#1296) (@kevinjqiu)
- 0f44cfa: Add the ability to specify a lock file (#432) (@lassizci)
- 04379ce: Add the cleanup-on-fail flag to upgrade command (#969) (@harshal-shah)
- 9f57f8b: Add the option to specify an alternative helm binary (#181) (@hori-ryota)
- 45c983a: Add unittest for newExecutionID (@yxxhero)
- fcdd852: Add unittests for new preapply functions (@Sajfer)
- 1a3c11d: Add unittests for preapply (@Sajfer)
- 00c4422: Add validation for empty repository names (#1128) (@slaterx)
- 4fb47a8: Add version sub-command (#1389) (@mumoshu)
- 58721ab: Add yxxhero as a maintainer (#132) (@mumoshu)
- 6b3277c: Added AMEX to USERS.md (#1101) (@AlexsJones)
- d6db4b5: Added The Hyve to USERS.md (#1779) (@keyvaann)
- c00b869: Added ability to set context in charts.yaml (#21) (@jayste)
- 4d01edd: Added example ArgoCD + helmfile deployment (#1882) (@lukeplausin)
- 4b23213: Added new installation method via AUR (#405) (@AnatolyRugalev)
- 971cbcf: Added path normalization in
- setdirective. (#404) (@AnatolyRugalev) - 312ca76: Added the plugin with right version for plugin (#984) (@shikhar7)
- fc3567d: Adding documentation for PR #6819 (#1623) (@gargrag)
- 1d2c8b8: Adding hellofresh as a helmfile user (#1465) (@)
- 53408e1: Adding in details around the diff subcommand (@)
- e0b324b: Adding in diff plugin execution (@)
- e386cd0: Adding in examples for readme (@)
- 6585bf1: Adding in option to pass in --args (@)
- 01fe5b4: Adding merging for helmDefaults args and --args, adding tillerNamspace and kubeContext to helmDefaults (#186) (@rmartinez3)
- ef115ba: Address a lint error (@mumoshu)
- e001f6f: Address golangci-lint finding (@mumoshu)
- 789af92: Adds feature to fetch release values and secret values from remote (#47) (@dol)
- b99daa3: Allow combining valuesTemplate and values, same for setTemplate (#938) (@jdemeyer)
- 5da5cd1: Allow env var interpolation in
setandvalues(#20) (@fishi0x01) - 2155fce: Allow for conditions to have a deeper nested structure. (#1360) (@vandycknick)
- 7844145: Allow helmfile statefile to passed by stdin (#520) (@xiaomudk)
- 0105ed4: Allow more characters in label selectors (#2064) (@Sajfer)
- 8c4ada4: Allow overriding docker repository ORG name (@mumoshu)
- 4b08ea9: Allow running helmfile against a subset of releases (#30) (@awwithro)
- c744046: Allow running images with users other than root (#546) (@pathob)
- 2f2a74d: Allow running images with users other than root (#546) (@pathob)
- 29caac7: Allow secrets to be excluded from release template inheritance (#1189) (@voron)
- 6d5f8c7: Allow skipping chart-related operations when
installed: false(#1233) (@guillomep) - efdede1: Allow specifying a default namespace used across all the releases (#39) (@mumoshu)
- fa95e0d: Allow the same release name on different tillerNamespaces (#529) (@)
- 5f2b699: Allow to override build date with SOURCE_DATE_EPOCH (@bmwiedemann)
- 9e58082: Allow users other than root to use helm plugins (#1766) (@aperigault)
- 458385d: Amend examples which broke lock files in README.md (#1225) (@yurrriq)
- 5d8eba9: Append --force-update for specific helm versions. (#1494) (@wi1dcard)
- 87d04f0: Append KubeContext to temporary directory path (#1471) (@jwitko)
- bdc6982: Avoid --skip-refresh on local charts (#541) (@indrekj)
- 608bb0b: Avoid --skip-refresh on local charts (#541) (@indrekj)
- 63a337e: Base concurrency on items parameter (#798) (@travisgroth)
- 14e277f: Bring back --set flag to apply subcommand (@mjura)
- daa77b2: Bring up the init command in readme #661 (#662) (@AmazingTurtle)
- d0dd4a2: Build alternative container image for use with Helm v3 (#931) (@mumoshu)
- 75092bf: Build correct arch for container image (#817) (@lavifb)
- 652628c: Bump Go to 1.20 (#672) (@yxxhero)
- b70956b: Bump Helm 2.9.1 -> 2.10.0 (#265) (@wendorf)
- 45943f9: Bump Helm to v3.0.0 (#965) (@mumoshu)
- 43f1188: Bump Helm to v3.0.0 (@mumoshu)
- ad5fba5: Bump Helm to v3.5.0. (#1656) (@wi1dcard)
- 34f6d4d: Bump chartify to 0.3.10 (#1363) (@mumoshu)
- 608ba19: Bump chartify to 0.3.11 (#1366) (@mumoshu)
- 94e01b7: Bump chartify to 0.4.2 (#1437) (@mumoshu)
- 080080f: Bump chartify to 0.4.4 (#1540) (@mumoshu)
- 30e0356: Bump chartify to 0.8.1 (#1787) (@mumoshu)
- 28ade19: Bump chartify to 0.8.2 (#1793) (@mumoshu)
- 1f4af59: Bump chartify to v0.11.0 (@mumoshu)
- ab1c118: Bump chartify to v0.4.0 (#1409) (@mumoshu)
- 34acf14: Bump chartify to v0.4.3 (#1528) (@mumoshu)
- 185bc82: Bump chartify to v0.9.2 (#2102) (@mumoshu)
- f65d1e6: Bump chartify to v0.9.3 (#2113) (@mumoshu)
- 04c379b: Bump chartify to v0.9.4 (#2114) (@mumoshu)
- 9b621b3: Bump chartify to v0.9.5 (#2119) (@mumoshu)
- 709913b: Bump dependencies (#1573) (@mumoshu)
- 6265303: Bump github.com/go-test/deep from 1.0.7 to 1.0.8 (@dependabot[bot])
- d2498d1: Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (@dependabot[bot])
- eace00f: Bump github.com/hashicorp/go-getter from 1.5.11 to 1.6.0 (@dependabot[bot])
- e67203a: Bump github.com/hashicorp/go-getter from 1.6.0 to 1.6.1 (@dependabot[bot])
- a6f1d7c: Bump github.com/hashicorp/go-getter from 1.6.1 to 1.6.2 (@dependabot[bot])
- aed7509: Bump github.com/hashicorp/go-version from 1.2.1 to 1.4.0 (@dependabot[bot])
- c9cc255: Bump github.com/hashicorp/go-version from 1.4.0 to 1.6.0 (@dependabot[bot])
- ca2759e: Bump github.com/helmfile/vals (#781) (@jkroepke)
- f8597c5: Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (@dependabot[bot])
- 548e66a: Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (@dependabot[bot])
- 367b5bb: Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#175) (@dependabot[bot])
- e06e7f6: Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (@dependabot[bot])
- 7a63f8b: Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (@dependabot[bot])
- 7cc23f1: Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (@dependabot[bot])
- fae23fe: Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (@dependabot[bot])
- 9671bfb: Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (@dependabot[bot])
- e0e4981: Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (@dependabot[bot])
- af497ae: Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (@dependabot[bot])
- 4220f2e: Bump github.com/variantdev/vals from 0.16.2 to 0.17.1 (@dependabot[bot])
- e642094: Bump github.com/variantdev/vals from 0.17.1 to 0.18.0 (@dependabot[bot])
- f53c667: Bump go to 1.12.1 (#542) (@mumoshu)
- 8f030d5: Bump go to 1.12.4 / Switch to go modules (#564) (@mumoshu)
- b672af6: Bump go-getter to 1.5.11 (@mumoshu)
- f93647b: Bump go.uber.org/zap from 1.19.0 to 1.21.0 (@dependabot[bot])
- b89fba1: Bump golang to v1.14.2 (#1132) (@chenrui333)
- c623730: Bump golang.org/x/crypto (#1877) (@mumoshu)
- f66fbd7: Bump helm diff to 3.9.2 (#1291) (@kxkcx)
- f2ad323: Bump helm diff to 3.9.2 (#1299) (@kxkcx)
- 9cab7b0: Bump helm to v2.11.0 (#394) (@harmjanblok)
- 9569d73: Bump helm versions in CI to deal with stable and incubator repositories change (@mumoshu)
- c815d01: Bump helm versions in Dockerfile to deal with stable and incubator repositories change (@mumoshu)
- 1735fb5: Bump helm-diff to version 3.3.1 (#2041) (@mumoshu)
- 5e03684: Bump k8s.io/apimachinery from 0.23.4 to 0.24.3 (@dependabot[bot])
- 20a39e9: Bump mergo to 0.3.8 (#1153) (@mumoshu)
- 4071f6a: Bump module Go version to 1.18 (@mumoshu)
- 8bdf377: Bump sprig library to v3.2.1 (#1880) (@ggillies)
- efd26f2: Bump sprig to v3 (#1452) (@mumoshu)
- 9d2c0d4: Bump sprig to v3.1.0 and mergo 3.11 (#1456) (@jalkjaer)
- 730ae35: Bump to Helm 2.15.1 (#909) (@chenrui333)
- 5dd65e8: Bump vals (#1475) (@mumoshu)
- 563fce4: Bump vals (#1537) (@mumoshu)
- cb7fa6b: Bump vals ...