Releases: mkubaczyk/helmsman
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 diffinstead 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.
v3.6.9
v3.6.8
v3.6.7
v3.6.7
If you migrating from Helmsman v1.x, it is recommended you read the migration guide before using this release.
Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes.
Fixes and improvements
- Updated the Docker images to use the latest helm version (#597)
- Replaced the deprecated helm-secrets repo with the new one (#595)
- Fised issue preventing the proper expansion of paths for executable hooks (#594)
- Helmsman will now skip helm tests in dry-run mode (#593)
- Dont expect a username and password if the caClient cert is present (#592)
- Added flag to skip helm repo updates (#590)
v3.6.6
v3.6.6
If you migrating from Helmsman v1.x, it is recommended you read the migration guide before using this release.
Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes.
Fixes and improvements
- Fixed race condition when applying namespace quotas (#589)
v3.6.5
v3.6.5
If you migrating from Helmsman v1.x, it is recommended you read the migration guide before using this release.
Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes.
Fixes and improvements
- Fixed issue when the path to a file would match a URL schema prefix (#587).
v3.6.4
v3.6.4
If you migrating from Helmsman v1.x, it is recommended you read the migration guide before using this release.
Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes.
Fixes and improvements
v3.6.3
v3.6.3
If you migrating from Helmsman v1.x, it is recommended you read the migration guide before using this release.
Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes.
Fixes and improvements
- Fixed missing diff on chart version change (#557)
- Fixed checking for updates on disabled releases (#557)
- Fixed segmentation fault on slack notifications (#559)
- Fixed failure to remove untracked releases (#566)
- The debug flag is now passed down to the helm commands (#568)
- Improved error reporting (#568)