Releases: mittwald/go-helm-client
Releases · mittwald/go-helm-client
v0.9.0
v0.8.5
What's Changed
- Updating public repo URL by @hokadiri in #55
- Use release name from spec in Teplate by @suikast42 in #57
- Use chart version from ChartSpec in LintChart by @semin-lev in #60
- Pass a PostRenderer down to helm by @sethgupton-mastery in #62
New Contributors
- @hokadiri made their first contribution in #55
- @suikast42 made their first contribution in #57
- @semin-lev made their first contribution in #60
- @sethgupton-mastery made their first contribution in #62
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.3
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
- @sykim-etri made their first contribution in #43
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
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 <m.helmich@mittwald.de>
v0.8.0
v0.7.0
return release in InstallOrUpgradeChart method (#29) * return release in InstallOrUpgradeChart method * Update client.go Co-authored-by: Henning <h.surmeier@mittwald.de> * return releases too in case of error Co-authored-by: Henning <h.surmeier@mittwald.de>
v0.6.0
v0.5.0: Merge pull request #25 from mittwald/add/extend_interface_functions
add interface functions to list & get releases