Skip to content

Releases: mittwald/go-helm-client

v0.8.3

08 Dec 07:50
0b3a716
Compare
Choose a tag to compare

What's Changed

  • update debug message and fix to apply options.RepositoryConfig by @sykim-etri in #43
  • Add createnamespace to installoptions and Update debug message when upgrading a release by @sykim-etri in #44
  • fix chartIsInstalled checking release existence by history by @elenz97 in #47
  • update client examples and godoc by @elenz97 in #48
  • Fix memory leak and use context by @jkmw in #50

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

07 Oct 09:43
fb6d506
Compare
Choose a tag to compare
Merge pull request #40 from mittwald/add/list-release-hist

Add ListReleaseHistory func

v0.8.1

05 Oct 08:06
b084219
Compare
Choose a tag to compare
Pass debug log to HelmClient (#21)

* Pass debug log to HelmClient

and allow setting via Client interface

* Update generated interface post-merge

* Add missing go.sum entry

that didn't get added when running CI commands locally (?)

* Adding relevant mockgen changes

* Make "upgradeCRD*" functions members of HelmClient struct

Co-authored-by: Martin Helmich <[email protected]>

v0.8.0

01 Jul 13:55
4c9f928
Compare
Choose a tag to compare
Merge pull request #32 from mittwald/add/uninstall_release_by_name

add UninstallReleaseByName method

v0.7.0

23 Jun 09:48
d73010a
Compare
Choose a tag to compare
return release in InstallOrUpgradeChart method (#29)

* return release in InstallOrUpgradeChart method

* Update client.go

Co-authored-by: Henning <[email protected]>

* return releases too in case of error

Co-authored-by: Henning <[email protected]>

v0.6.0

22 Jun 13:06
98c47de
Compare
Choose a tag to compare
add interface functions to rollback releases (#28)

* add interface functions to rollback releases

* bump ci tools

* re-generate

* fix comment

v0.5.0: Merge pull request #25 from mittwald/add/extend_interface_functions

28 Apr 08:50
d504b9f
Compare
Choose a tag to compare

v0.4.2

04 Feb 13:38
a0eb275
Compare
Choose a tag to compare
Merge pull request #17 from mittwald/bump/helm_deps

bump helm & cross dependencies

v0.4.1

18 Sep 11:07
875e8b7
Compare
Choose a tag to compare
bump go & helm version (#14)

v0.4.0

08 Sep 11:12
03cff00
Compare
Choose a tag to compare
Merge pull request #13 from mittwald/add-template-lint

add helm template and lint