2c38611acd 
								
							 
						 
						
							
							
								
								feat: Add support for --wait-retries flag. ( #1922 )  
							
							... 
							
							
							
							* feat: Add support for --wait-retries flag.
This change wires up waitRetries option to set the helm --wait-retries flag.
--wait-retries was added in helm 3.15.0 and makes waiting more robust to registry errors.
https://github.com/helm/helm/commit/fc74964 
https://github.com/helm/helm/releases/tag/v3.15.0 
Resolves  #1522 
Signed-off-by: Connor Hindley <connor.hindley@tanium.com> 
							
						 
						
							2025-02-12 07:28:37 +08:00  
				
					
						
							
							
								 
						
							
								63e2684ade 
								
							 
						 
						
							
							
								
								Revert "cleanup: remove all about v0.x" ( #1918 )  
							
							... 
							
							
							
							Revert "cleanup: remove all about v0.x (#1903 )"
This reverts commit d7bcd5e998 
							
						 
						
							2025-02-08 18:25:16 +08:00  
				
					
						
							
							
								 
						
							
								d7bcd5e998 
								
							 
						 
						
							
							
								
								cleanup: remove all about v0.x ( #1903 )  
							
							... 
							
							
							
							* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* refactor(two_pass_renderer): remove unused imports and functions
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix tests
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2025-02-05 13:50:16 -05:00  
				
					
						
							
							
								 
						
							
								d059b28fb3 
								
							 
						 
						
							
							
								
								Ensure 'helm repo add' is also not pollute on helmfile template ( #1887 )  
							
							... 
							
							
							
							When having multiple helmfiles in one helmfile.d folder and multiple of
them having repositories defined, the errors mention in #1749  still
existed.
Fixes  #1749  (again)
Signed-off-by: Matthias Baur <m.baur@syseleven.de> 
							
						 
						
							2025-01-22 20:42:33 +08:00  
				
					
						
							
							
								 
						
							
								afe18e8031 
								
							 
						 
						
							
							
								
								feat: Add "--no-hooks" to helmfile template ( #1813 )  
							
							... 
							
							
							
							* Adding support for no-hooks in template cmd
Signed-off-by: Justin Lai <justin.lai@invitae.com> 
							
						 
						
							2025-01-15 13:33:16 +08:00  
				
					
						
							
							
								 
						
							
								22ad21c1ae 
								
							 
						 
						
							
							
								
								feat: add --take-ownership flag to apply and sync commands ( #1863 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2025-01-11 08:41:10 -06:00  
				
					
						
							
							
								 
						
							
								8891439cdc 
								
							 
						 
						
							
							
								
								fix: inject global values in Chartify ( #1805 )  
							
							... 
							
							
							
							* fix: inject global values in Chartify
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
* test: add integration tests for template --values
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
---------
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com> 
							
						 
						
							2024-12-04 18:51:21 +08:00  
				
					
						
							
							
								 
						
							
								d1416ec7b4 
								
							 
						 
						
							
							
								
								feat: add skip json schema validation during the install /upgrade of a Chart ( #1737 )  
							
							... 
							
							
							
							* open PR for --skip-schema-validation flag
Signed-off-by: zhaque44 <haque.zubair@gmail.com> 
							
						 
						
							2024-10-24 20:53:18 +08:00  
				
					
						
							
							
								 
						
							
								dea501cb10 
								
							 
						 
						
							
							
								
								[feature] --skip-refresh to pass through to deps ( #1740 )  
							
							... 
							
							
							
							--skip-refresh right now disables adding new repos, but in addition it
should pass down to helm deps update to not refresh the actual values
Signed-off-by: Shane Starcher <shane.starcher@gmail.com>
Co-authored-by: Shane Starcher <shane.starcher@gmail.com> 
							
						 
						
							2024-10-15 22:26:59 +08:00  
				
					
						
							
							
								 
						
							
								b6ab825d3c 
								
							 
						 
						
							
							
								
								[feature] add --skip-refresh to globals ( #1736 )  
							
							
							
						 
						
							2024-10-12 19:56:55 +08:00  
				
					
						
							
							
								 
						
							
								b375a31f20 
								
							 
						 
						
							
							
								
								feat: update go version and adjust dependencies in Dockerfile and go.mod ( #1722 )  
							
							... 
							
							
							
							* feat: update go version and adjust dependencies in Dockerfile and go.mod
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix lint
Signed-off-by: yxxhero <aiopsclub@163.com>
* fix lint
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-09-30 09:21:44 -04:00  
				
					
						
							
							
								 
						
							
								5c6572b492 
								
							 
						 
						
							
							
								
								Add   hide notes support ( #1710 )  
							
							... 
							
							
							
							* add --hide-notes support
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-09-17 20:24:19 +08:00  
				
					
						
							
							
								 
						
							
								f77dc3d5b2 
								
							 
						 
						
							
							
								
								fix: inject KubeVersion and ApiVersions in Chartify rendering ( #1624 )  
							
							... 
							
							
							
							* fix: inject KubeVersion and ApiVersions in Chartify rendering
fixes  #1623 
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
* test: appendApiVersionsFlags
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
* test: add case for appendApiVersionsFlags
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com>
---------
Signed-off-by: Thomas Loubiou <thomas.loubiou@mirakl.com> 
							
						 
						
							2024-07-12 22:28:20 +08:00  
				
					
						
							
							
								 
						
							
								f73da1e2a1 
								
							 
						 
						
							
							
								
								Add helmfile template --show-only ( #1494 )  
							
							... 
							
							
							
							Add a `--show-only` parameter to the `helmfile template` command to pass
on to the `helm template` command.
Signed-off-by: Jim Barber <jim.barber@healthengine.com.au> 
							
						 
						
							2024-05-12 07:02:02 +08:00  
				
					
						
							
							
								 
						
							
								dc20eb10c5 
								
							 
						 
						
							
							
								
								Update DAG with dependencies ( #1477 )  
							
							... 
							
							
							
							* Add show-dag command
Signed-off-by: vlpav030 <vpav.030@gmail.com> 
							
						 
						
							2024-04-27 07:37:28 +08:00  
				
					
						
							
							
								 
						
							
								590486446f 
								
							 
						 
						
							
							
								
								fix needs issue when release installed is false ( #997 )  
							
							... 
							
							
							
							* fix needs issue when release installed is false
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-03-04 10:30:03 +08:00  
				
					
						
							
							
								 
						
							
								5910ce0b99 
								
							 
						 
						
							
							
								
								Add `--kubeconfig` flag ( #1381 )  
							
							... 
							
							
							
							add kubeconfig flag
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> 
							
						 
						
							2024-03-01 20:26:54 +08:00  
				
					
						
							
							
								 
						
							
								7ccacb7ee5 
								
							 
						 
						
							
							
								
								Add the SyncArgs option and --sync-args flag ( #1375 )  
							
							... 
							
							
							
							* add the SyncArgs option
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* add syncArgs to helmDefaults and update index.md
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* add --sync-args flags to helmfile sync
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* add tests for appendExtraDiffFlags and appendExtraSyncFlags
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
---------
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> 
							
						 
						
							2024-02-29 20:49:48 +08:00  
				
					
						
							
							
								 
						
							
								9203641f03 
								
							 
						 
						
							
							
								
								feat: add suppress output line regex support ( #1329 )  
							
							... 
							
							
							
							* feat: add suppress output line regex support
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-02-18 12:10:14 +08:00  
				
					
						
							
							
								 
						
							
								268a4808e9 
								
							 
						 
						
							
							
								
								run deps without chart preparation ( #1011 )  
							
							... 
							
							
							
							* nonreg for #1011 
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
* run deps without chart preparation
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
---------
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com> 
							
						 
						
							2024-02-14 17:16:48 +08:00  
				
					
						
							
							
								 
						
							
								d681c62ff8 
								
							 
						 
						
							
							
								
								add support for HELMFILE_FILE_PATH envvar to set -f  ( #1255 )  
							
							... 
							
							
							
							* fix imports
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
* unset env var
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
---------
Signed-off-by: Shane Starcher <shanestarcher@gmail.com> 
							
						 
						
							2024-01-03 21:37:49 +08:00  
				
					
						
							
							
								 
						
							
								b10692dc9b 
								
							 
						 
						
							
							
								
								Create DeleteWait and DeleteTimeout parameters for Destroy ( #1177 )  
							
							... 
							
							
							
							* Create DeleteWait and DeleteTimeout parameters
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Create tests for deleteWait and deleteTimeout
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* build(deps): bump github.com/aws/aws-sdk-go from 1.48.6 to 1.48.7 (#1176 )
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.6 to 1.48.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.6...v1.48.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update temp_test.go with DeleteWait and DeleteTimeout
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Create deleteWait function in state.go
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Fix comments from review
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
---------
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Virginia Tavares <virginia.tavares@ericsson.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2023-12-05 08:38:37 +08:00  
				
					
						
							
							
								 
						
							
								d0b8d7ee5e 
								
							 
						 
						
							
							
								
								Add "PostRendererArgs" option to be passed to helm ( #1133 )  
							
							... 
							
							
							
							* Add "PostRendererArgs" option to be passed to helm
This allows using PowerShell scripts on Windows as Post Renderer.
Signed-off-by: Maarten Boekhold <maarten.boekhold@finastra.com> 
							
						 
						
							2023-11-21 21:32:14 +08:00  
				
					
						
							
							
								 
						
							
								5e65669463 
								
							 
						 
						
							
							
								
								fix: args ignore in diff subcommand ( #1118 )  
							
							
							
						 
						
							2023-11-04 09:23:36 +08:00  
				
					
						
							
							
								 
						
							
								0c3951097e 
								
							 
						 
						
							
							
								
								fix   #1095  ( #1100 )  
							
							... 
							
							
							
							* fix  #1095 
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-11-01 11:55:55 +08:00  
				
					
						
							
							
								 
						
							
								212c39cb53 
								
							 
						 
						
							
							
								
								feat: skip deps when installed is false ( #1054 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-10-07 02:16:05 -05:00  
				
					
						
							
							
								 
						
							
								430a825b12 
								
							 
						 
						
							
							
								
								Add diffArgs to helmDefaults ( #1019 )  
							
							... 
							
							
							
							* Add diffArgs to helmDefaults
Signed-off-by: Yuuki Takahashi <20282867+yktakaha4@users.noreply.github.com> 
							
						 
						
							2023-09-13 21:23:41 -05:00  
				
					
						
							
							
								 
						
							
								ad258463b6 
								
							 
						 
						
							
							
								
								feat: add an option to set a custom kustomize binary ( #1012 )  
							
							... 
							
							
							
							Signed-off-by: Alessio Dionisi <me@alessiodionisi.com> 
							
						 
						
							2023-09-13 06:58:53 -05:00  
				
					
						
							
							
								 
						
							
								9bc7bfc500 
								
							 
						 
						
							
							
								
								Implement --diff-args ( #959 )  
							
							... 
							
							
							
							Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> 
							
						 
						
							2023-08-09 19:47:15 +08:00  
				
					
						
							
							
								 
						
							
								c55fa0f765 
								
							 
						 
						
							
							
								
								Replace interface{} by any ( #901 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-06-16 10:49:05 +09:00  
				
					
						
							
							
								 
						
							
								f7b9de6ac1 
								
							 
						 
						
							
							
								
								Feat: add --strip-args-values-on-exit-error ( #887 )  
							
							... 
							
							
							
							* Add --strip-args-values-on-exit-error
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> 
							
						 
						
							2023-06-07 14:39:38 +08:00  
				
					
						
							
							
								 
						
							
								c498af3f52 
								
							 
						 
						
							
							
								
								Fix set flag are ignored when used in conjunction with jsonPatches ( #867 )  
							
							... 
							
							
							
							* Fix set flag are ignored when used in conjunction with jsonPatches
Signed-off-by: xiaomudk <xiaomudk@gmail.com> 
							
						 
						
							2023-05-24 07:29:19 +08:00  
				
					
						
							
							
								 
						
							
								3bbd816247 
								
							 
						 
						
							
							
								
								fix extra args missing in helmfile apply subcommand ( #858 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-05-18 12:34:18 +08:00  
				
					
						
							
							
								 
						
							
								00dace9b63 
								
							 
						 
						
							
							
								
								Feat add cascade support ( #860 )  
							
							... 
							
							
							
							* feat: add cascade support for helm v3.12.0
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-05-15 13:49:33 +08:00  
				
					
						
							
							
								 
						
							
								aa5be82834 
								
							 
						 
						
							
							
								
								Make helmfile respect signals send by kill command (not only Ctrl+C in terminal) ( #750 )  
							
							... 
							
							
							
							Fixes  #746  
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
Signed-off-by: yxxhero <aiopsclub@163.com>
Co-authored-by: yxxhero <aiopsclub@163.com> 
						
							2023-04-29 15:25:29 +09:00  
				
					
						
							
							
								 
						
							
								a8a0a33c33 
								
							 
						 
						
							
							
								
								Add kube version flag ( #804 )  
							
							... 
							
							
							
							* add --kube-version flag into template cmd
Signed-off-by: FeLvi-zzz <34182539+FeLvi-zzz@users.noreply.github.com>
* add test
Signed-off-by: FeLvi-zzz <34182539+FeLvi-zzz@users.noreply.github.com>
* modify flag description
Signed-off-by: FeLvi-zzz <34182539+FeLvi-zzz@users.noreply.github.com>
* use switch
Signed-off-by: FeLvi-zzz <34182539+FeLvi-zzz@users.noreply.github.com>
* add comment
Signed-off-by: FeLvi-zzz <34182539+FeLvi-zzz@users.noreply.github.com>
---------
Signed-off-by: FeLvi-zzz <34182539+FeLvi-zzz@users.noreply.github.com> 
							
						 
						
							2023-04-16 07:05:23 +08:00  
				
					
						
							
							
								 
						
							
								1d0ba72b47 
								
							 
						 
						
							
							
								
								feat: add/expose cli flags ( #771 )  
							
							... 
							
							
							
							* feat: add/expose cli flags
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* fix tests
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* remove skipdeps from subcommand options
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* remove skip-deps from subcommand flags
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* remove SkipDeps from subcommand implementations
Signed-off-by: Hans Song <hans.m.song@gmail.com>
* update doco with new flags
Signed-off-by: Hans Song <hans.m.song@gmail.com>
---------
Signed-off-by: Hans Song <hans.m.song@gmail.com> 
							
						 
						
							2023-04-02 14:53:52 +08:00  
				
					
						
							
							
								 
						
							
								5650661a88 
								
							 
						 
						
							
							
								
								remove unnecessary remote.Locate() ( #565 )  
							
							... 
							
							
							
							* remove unnecessary Locate
Signed-off-by: Quan TRAN <account@itscaro.me>
* add remote test
Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>
---------
Signed-off-by: Quan TRAN <account@itscaro.me>
Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>
Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> 
							
						 
						
							2023-03-29 21:27:12 +08:00  
				
					
						
							
							
								 
						
							
								2d9f83c1de 
								
							 
						 
						
							
							
								
								clean: optimize postrenderer code ( #738 )  
							
							
							
						 
						
							2023-03-14 06:18:20 +08:00  
				
					
						
							
							
								 
						
							
								f629ee1ae6 
								
							 
						 
						
							
							
								
								bump vals to v0.22.0 ( #703 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-02-17 14:09:49 +08:00  
				
					
						
							
							
								 
						
							
								a8574ba0cf 
								
							 
						 
						
							
							
								
								Fix post-renderer flag not working in diff and template subcommand ( #691 )  
							
							... 
							
							
							
							Signed-off-by: xiaomudk <xiaomudk@gmail.com> 
							
						 
						
							2023-02-14 10:47:24 +08:00  
				
					
						
							
							
								 
						
							
								65eca3337e 
								
							 
						 
						
							
							
								
								fix panic issue ( #690 )  
							
							
							
						 
						
							2023-02-10 07:32:08 +08:00  
				
					
						
							
							
								 
						
							
								abbdb6950b 
								
							 
						 
						
							
							
								
								feat: add gotmpl file ext when using helmfile.d feature ( #649 )  
							
							... 
							
							
							
							Closes  #654 
Signed-off-by: yxxhero <aiopsclub@163.com>
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com> 
						
							2023-01-25 08:34:39 +09:00  
				
					
						
							
							
								 
						
							
								652b609b35 
								
							 
						 
						
							
							
								
								Do not load the legacy default charts.yaml in v1 ( #651 )  
							
							
							
						 
						
							2023-01-24 07:01:31 +08:00  
				
					
						
							
							
								 
						
							
								1664edd0b9 
								
							 
						 
						
							
							
								
								add --skip-charts for destroy for disable prepare charts ( #637 )  
							
							... 
							
							
							
							* add --skip-charts for destroy for disable prepare charts
Signed-off-by: yxxhero <aiopsclub@163.com>
* add --skip-charts for delete subcmd
Signed-off-by: yxxhero <aiopsclub@163.com>
* add docs and e2e test
Signed-off-by: yxxhero <aiopsclub@163.com>
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-01-21 11:54:59 +09:00  
				
					
						
							
							
								 
						
							
								fc634c9ee3 
								
							 
						 
						
							
							
								
								feat: Reset values flag ( #602 )  
							
							... 
							
							
							
							Ref https://github.com/helmfile/helmfile/discussions/593 
* implemented --reset-values flag overriding .helmDefaults.reuseValues=true
* tests for --reset-values flag
* fixed pkg/app tests
* added tests for both reset & reuse flags given
* added appendValuesControlMode method for --reuse/reset-values flag processing
* updated code comments & docs
Signed-off-by: Karol Ossowski <k@koralsky.pl> 
							
						 
						
							2023-01-17 09:34:37 +09:00  
				
					
						
							
							
								 
						
							
								c4eb62388b 
								
							 
						 
						
							
							
								
								Drop Helm v2 support ( #613 )  
							
							... 
							
							
							
							Resolves  #589 
Signed-off-by: xiaomudk <xiaomudk@gmail.com> 
						
							2023-01-17 09:24:47 +09:00  
				
					
						
							
							
								 
						
							
								8d96bbb0e4 
								
							 
						 
						
							
							
								
								feat: mark deprecated args and cmd for v1 ( #628 )  
							
							... 
							
							
							
							* feat: mark deprecated args and cmd for v1
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-01-14 23:43:05 +08:00  
				
					
						
							
							
								 
						
							
								0a953731b0 
								
							 
						 
						
							
							
								
								fix( #507 ): support assign --post-renderer within helmfile flags and helmdefault or release config  
							
							... 
							
							
							
							1. only implement post-renderer flags this patch
2. As mumoshu advise, add helmfile flags `--post-render` and add the
   postRenderer  config in helmDefaults and release. the priority is
   helmfile flags > release > helmDefaults.
3. fix the test case in state_test.go and some other tests.
Signed-off-by: guofutan <guofutan@tencent.com>
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2022-12-13 13:12:07 +08:00  
				
					
						
							
							
								 
						
							
								94381c1e17 
								
							 
						 
						
							
							
								
								Fix  preapply hooks are not called on no diff when run apply subcommand ( #522 )  
							
							... 
							
							
							
							* Fix presync hooks are not called on no diff when run apply subcommand
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
* Update docs/index.md
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com> 
							
						 
						
							2022-12-10 12:07:26 +09:00