Skip to content

Releases: MChorfa/porter-helm3

Porter Helm3 Mixin v0.1.10

17 Oct 22:46
26a89e6
Compare
Choose a tag to compare

Fixes

  • Patch the issue with error message coming from Helm uninstall to gracefully handle the error being a release not loaded or found
  • Path the schema tests

Porter Helm3 Mixin v0.1.9

12 Oct 00:36
Compare
Choose a tag to compare

Features

  • Add repo update instruction at build-time for a defined public repository
  • Add a custom upsert switch for an install action where upgrade --install will be executed

Fixes

  • Patch the escaping issue for complex key definition

Closes

Porter Helm3 Mixin v0.1.8

29 Sep 22:07
Compare
Choose a tag to compare

Updates

  • Bump Default Helm3 Client Version to v3.3.4
  • Update Helm3 Client Version Configuration doc

Fixes

  • Remove single quotes from k8s outputs

Hot fix security concerns over helm cached credentials

21 Aug 19:52
Compare
Choose a tag to compare

Please do not use: cafile, certfile, keyfile, username, password in your mixin configuration. The mixin is noly limited to public repos for now

- helm3:
    repositories:
      stable:
        url: "https://kubernetes-charts.storage.googleapis.com"

New Helm (v3) mixin release! 🎉

18 Aug 22:54
Compare
Choose a tag to compare

Features

  • Upgrade default helm3 client to v3.3.0
  • Add the ability to specify a generic Kubernetes resource output. Thank you @vdice 👍 for your help!

Misc

  • Fix schema integration test

Fix mixin version issue

13 May 18:25
a7781be
Compare
Choose a tag to compare
  • Huge thanks to @vdice for fixing the mixin version issue
  • Update documentation
  • Retrofitting the HelmClientVersion semver constraint from helm2 mixin

Feature: ClientVersion

03 Apr 20:00
Compare
Choose a tag to compare
v0.1.4

Retrofitting clientVersion  from helm2

First release

01 Apr 13:45
Compare
Choose a tag to compare

This Mixin provide the Helm3 capabilities

Fix uninstall + Mixin config

27 Mar 13:11
Compare
Choose a tag to compare
Pre-release
v0.1.2

make namespace required for uninstalling a helm release

v0.1.1

02 Mar 20:22
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
match helm2 for kubernetes client package