Skip to content

Releases: MChorfa/porter-helm3

v1.0.1

24 Feb 17:11
d3d4efb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Oct 17:26
0bc01c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v1.0.0

v1.0.0-rc.2

21 Sep 18:34
700d843
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

v1.0.0-rc.1

13 Sep 21:03
1878b49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v1.0.0-rc.1

v0.1.16

20 May 23:19
92d7633
Compare
Choose a tag to compare

What's Changed

  • Work withnonroot invocation images by @carolynvs in #42
  • Remove packr and use go:embed by @carolynvs in #39
  • Upgrade to helm 3.8.2

v0.1.15

29 Sep 22:18
Compare
Choose a tag to compare

Features

  • Add flags to allow setting the --timeout and --debug for any given Porter action like Install, Upgrade or Uninstall

v0.1.14

23 Sep 01:52
Compare
Choose a tag to compare

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 action install and upgrade
  • Replace flag is removed, because it is not recommended for production use

Fix issues and update documentation

01 Sep 00:35
Compare
Choose a tag to compare

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

25 Oct 03:44
Compare
Choose a tag to compare

Features

  • Add a new build for linux arm64

Porter Helm3 Mixin v0.1.11

20 Oct 04:41
Compare
Choose a tag to compare

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