v0.15.0

(github-actions[bot]) released this 2026-03-19 18:32:09 +0000 UTC

Breaking Changes

Imagescan, which has had a long life as an experimental feature, is now disabled by default. It can still be explicitly enabled; more information Image Scan on what this change means and how to keep the feature enabled. #4671 by @weyfonk in #4692

This release introduces Helm v4 and, since this version also incorporates Server-Side Apply, drift correction may be affected. To resolve possible issues where drift correction does not work, use force=true. This will be fixed in the next release.

Future Deprecation Notice

Imagescan will be deprecated in a future release.

Notable Changes

Additions

CLI

Core Features

Bugfixes

HelmOps

Resource Management

Automated Copy of Resources to Downstream Clusters

Stability & Operations

Notable Dependency Updates

  • Replace gorilla/mux with net/http ServeMux #4682 by @thardeck in #4717

  • Update Go to v1.25.8 #4778

  • Update go-git to v5.16.5 [security] #4614

  • Update Kubernetes dependencies to v0.35.2 #4721

  • Update Helm to v4.1.1 #4622

  • Update wrangler to v3.4.0 #4650

  • Update golang.org/x/crypto to v0.48.0 [security] #4653

  • Update golang.org/x/net to v0.51.0 [security] #4772

  • Update cloudflare/circl to v1.6.3 [security] #4723

Known Issues

Drift correction may not work as expected with Helm v4

In some cases, drift correction may not behave as expected due to Helm v4 migration. For more information, refer to #4878.

Workaround

Set the following option to force reconciliation:

correctDrift:
  enabled: true
  force: true

This issue will be addressed in a future release.

New Contributors

Full Changelog:

Full Changelog: v0.14.0…​v0.15.0