Releases: Praqma/helmsman
Releases · Praqma/helmsman
v3.8.0
v3.8.0
Fixes and improvements
- feat: Add skipIgnoredApps settings option to allow ignoring apps not considered when using
-target
or -group
flag (#634)
- feat: Add Specification file support with
-spec
flag in order to define an environment with multiple Desired State Files (#633)
v3.7.7
v3.7.7
Fixes and improvements
- feat: Add namespaceLabelsAuthoritative settings option to allow removing undefined ns labels (#631)
v3.7.6
v3.7.6
Fixes and improvements
- fix: retry on issues when adding helm repository (#630)
v3.7.5
v3.7.5
Fixes and improvements
- fix: unknown command "chart" for "helm" (#628)
v3.7.4
v3.7.4
Fixes and improvements
- feat: support the new OCI implementation from helm 3.7.0 (#627)
- chore: updated the project to use Go 1.17
v3.7.3
v3.7.3
Fixes and improvements
- feat: allow setting helm diff flags (#620)
- fix: the release protection flag should be respected even when destroying (#622)
- fix: Pass error to user if we fail to correctly pull or export oci chart images (#619)
- refactor: code clean up
v3.7.2
v3.7.2
Fixes and improvements
- fixed an issue with yaml marshalling when merging multiple files
v3.7.1
v3.7.1
Fixes and improvements
- fixed an issue with checking chart versions (#613)
- hide tokens and passwords from the logs (#615)
v3.7.0
v3.7.0
New features
- Added support for OCI registries (#612)
- Added support for using
kubectl diff
instead of helm diff
(#609) - Experimental
v3.6.11
v3.6.11
Fixes and improvements
- fix: dont force updates on repo add if the no-update flag is passed
- refactor: cleanup config files
- refactor: use errors instead of bool + string
- fix: the repo name is the fisrt element only
- chore: remove references to deprecated helm repos
- fix: --server-dry-run was deprecated in kubectl 1.18