Releases: Praqma/helmsman
Releases · Praqma/helmsman
v3.7.7
v3.7.6
v3.7.5
v3.7.4
v3.7.3
v3.7.2
v3.7.2
Fixes and improvements
- fixed an issue with yaml marshalling when merging multiple files
v3.7.1
v3.7.0
v3.7.0
New features
- Added support for OCI registries (#612)
- more details in docs/how_to/helm_repos/oci.md
- Added support for using
kubectl diff
instead ofhelm 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
v3.6.10
v3.6.10
Fixes and improvements
- Added stdout and stderr to all errors returned from cmd.Exec() to avoid dropping relevant information.