Skip to main content
Version: 0.13

v0.13.0

  • (github-actions[bot]) released this 2025-07-23 15:09:14 +0000 UTC*

Notable changes​

  • HelmOps and OCI storage receive new features and are no longer experimental
  • Improved traceability for built images
  • More accurate and lightweight resource status updates

Additions​

HelmOps​

HelmOps is no longer experimental.

HelmOp resources (renamed from HelmApp) now support:

  • Polling Helm repositories
  • Semantic versioning constraints (with this known issue for OCI charts)
  • Preventing bundle naming collision between GitOps and HelmOps bundles
  • Installing Helm charts in setups with strict TLS mode enabled

Metrics and cluster statuses now include HelmOps data. See the Fleet documentation for more details.

OCI Storage​

OCI storage is no longer experimental, and is enabled by default, although bundles will not use it by default. It can still be disabled by setting OCI_STORAGE=false in extraEnv when installing Fleet.

It also supports garbage collection on a best-effort basis, as well as improved traceability of secrets used in OCI storage. This includes labeling the secrets that Fleet clones to downstream clusters and generating an event if deleting an OCI artifact results in an error.

See the Fleet documentation for more details.

Traceability improvements​

Provenance of Docker manifests is now attested. Patch by @thardeck in https://github.com/rancher/fleet/pull/3846

Bugfixes​

And also:

What's Changed​

New Contributors​

Full Changelog: https://github.com/rancher/fleet/compare/v0.13.0-rc.3...v0.13.0

Download​

Information retrieved from here