Releases: MChorfa/porter-helm3
Releases · MChorfa/porter-helm3
v1.0.1
What's Changed
- Update golang.org/x/net to v0.7.0 to address GHSA-69cg-p879-7622
- Update to k8s.io/client-go v0.26.1
- Update porter to v1.0.9 by @carolynvs in #52
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Update to use porter 1.0.0-rc.1 by @carolynvs in #46
- Allow disabling Helm atomic installs/upgrades (--atomic) by @jarnfast in #44
- Define mixin configuration schema by @carolynvs in #47
- Update to match the Porter License by @MChorfa in #48
- Update helm3 mixin to use porter rc.2 by @carolynvs in #49
- Bump porter to v1.0.1 by @carolynvs in #51
Full Changelog: v0.1.16...v1.0.0
v1.0.0-rc.2
What's Changed
- Update to match the Porter License by @MChorfa in #48
- Update helm3 mixin to use porter rc.2 by @carolynvs in #49
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
v1.0.0-rc.1
What's Changed
- Update to use porter 1.0.0-rc.1 by @carolynvs in #46
- Allow disabling Helm atomic installs/upgrades (--atomic) by @jarnfast in #44
- Define mixin configuration schema by @carolynvs in #47
Full Changelog: v0.1.16...v1.0.0-rc.1
v0.1.16
What's Changed
- Work with
nonroot
invocation images by @carolynvs in #42 - Remove
packr
and usego:embed
by @carolynvs in #39 - Upgrade to helm
3.8.2
v0.1.15
v0.1.14
Fixes
- Fix unit tests
Features
- Add
--create-namespace
flag by default on installation and upgrade actions where it creates the release namespace if not present. - Add
noHooks
flag: disable pre/post upgrade hooks (defaulted to false) - Add
skipCrds
flag: if set, no CRDs will be installed (defaulted to false)
Updates
- Update default helm3 version to v3.7.0
- Update documentation
Deprecated
- Upsert flag is removed in benefit of
upgrade --install
in both porter actioninstall
andupgrade
- Replace flag is removed, because it is not recommended for production use
Fix issues and update documentation
This release includes:
Fixes
Upsert
was not set properly.- Remove unused zip files on build action.
- Update stable chart URL
Features
- Add
--atomic
flag by default on installation action where the installation process deletes the installation on failure. - Add
--atomic
flag by default on upgrade process rolls back changes made in case of a failed upgrade.
Updates
- Update default helm3 version to
v3.6.3
- Update documentation
Porter Helm3 Mixin v0.1.12
Features
- Add a new build for linux arm64
Porter Helm3 Mixin v0.1.11
Fixes:
- Remove the patch that escape complexe keys. It get a side effect of being nullified at helm runtime
- Add more verification to handle uninstall error return