Releases: crossplane-contrib/provider-helm
v0.20.2
This release updates golang.org/x/net
to v0.33.0
to fix CVE-2024-45338
What's Changed
- (release-0.20): Update go.mod dependencies [SECURITY] by @sergenyalcin in #259
Full Changelog: v0.20.1...v0.20.2
v0.20.1
This release includes updates to the go.mod file to address security vulnerabilities.
What's Changed
- (release-0.20): Update go.mod dependencies [SECURITY] by @sergenyalcin in #257
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
Note
Starting with v0.20.0
, the image is published under the upbound
organization in the Upbound Marketplace.
The new location for the image is xpkg.upbound.io/upbound/provider-helm:v0.20.0
. Please use the new location when installing/upgrading the provider.
- allow additional build arguments by @jastang in #236
- consume golangci-lint 1.61.0 by @erhancagirici in #246
- Remove unused publishing code. by @jeanduplessis in #247
- [Backport release-0.20] bump helm to 3.16.2 by @github-actions in #249
New Contributors
- @jastang made their first contribution in #236
- @jeanduplessis made their first contribution in #247
Full Changelog: v0.19.0...v0.20.0
v0.19.0
Release v0.19.0 brings some fixes and improvements, including:
- MR metrics
- Azure Workload and Upbound Identity authentication
- fix for skipping helm login when no credentials are provided
What's Changed
- fix(helm): skip login if no credentials are provided by @thde in #208
- Introduce MR metrics by @ezgidemirel in #222
- Consume kube client package from provider-kubernetes & new identity modes for auth by @turkenh in #223
New Contributors
- @thde made their first contribution in #208
- @ezgidemirel made their first contribution in #222
Full Changelog: v0.18.1...v0.19.0
v0.18.1
v0.18.0
Release v0.18.0 adds support for managementPolicies.
What's Changed
- Adding support for managementPolicies (fixes #209) by @jtyr in #217
- Add OWNERS.md file with current maintainers by @jbw976 in #218
- Update README steps for install and local development by @jbw976 in #220
New Contributors
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
Important
This release contains some changes with the default values of --max-reconcile-rate
and MaxConcurrentReconciles
options based on some performance experiments. Please consider overriding those values (i.e. with a DeploymentRuntimeConfig) if you want to stick with previous values for some reason. See the PR description here for more details.
- feat(in-cluster): update example to use native crossplane way by @haarchri in #210
- Configurable MaxConcurrentReconciles with a better default for max-reconcile-rate by @turkenh in #211
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- GKE Default Credentials and Temporary Access Tokens by @bradkwadsworth-mw in #136
- feat(meta.pkg): set to v1 by @haarchri in #200
- Azure AD identity support for AzureAD-enabled AKS clusters by @erhancagirici in #205
New Contributors
- @bradkwadsworth-mw made their first contribution in #136
- @erhancagirici made their first contribution in #205
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Update Makefile by @barunavo in #129
- Update docker repository by @jonnylangefeld in #183
- Patch dependencies with high cves detected by grype by @gmrodgers in #184
- Fix Makefile default target. by @bobh66 in #192
New Contributors
- @barunavo made their first contribution in #129
- @jonnylangefeld made their first contribution in #183
- @gmrodgers made their first contribution in #184
Full Changelog: v0.14.0...v0.15.0