Releases: rancher/cluster-api-addon-provider-fleet
v0.11.0
What's Changed
- Update metadata.yaml for next release by @github-actions in #309
- Perform
ResourceDiffcompare before patch by @Danil-Grigorev in #317 - chore(deps): Bump clap from 4.5.38 to 4.5.39 by @dependabot in #311
- fix: Add fleet annotation to namespace of CAPI cluster by @yiannistri in #321
- Integrate namespace annotation patch into sync workflow by @Danil-Grigorev in #323
- Use
ControlPlaneInitializedcondition to determine if cluster is ready to connect by @yiannistri in #324 - Add e2e and failure investigation docs by @Danil-Grigorev in #325
New Contributors
- @github-actions made their first contribution in #309
Full Changelog: v0.10.0...v0.11.0
v0.10.1
What's Changed
- [release-0.10] Perform
ResourceDiffcompare before patch (#317) by @alexander-demicev in #318
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Default fleet key in CM at all cases by @Danil-Grigorev in #276
- chore(deps): Bump fleet-api-rs from 0.12.1 to 0.12.2 in the dependencies group by @dependabot in #274
- Update docs url by @anmazzotti in #280
- chore(deps): Bump clap from 4.5.35 to 4.5.37 by @dependabot in #258
- chore(deps): Bump chrono from 0.4.40 to 0.4.41 by @dependabot in #281
- Add resource requests and limits by @alexander-demicev in #287
- Prepare metadata yaml for v0.10.0 by @alexander-demicev in #292
- Add workflow to automatically update metadata yaml by @alexander-demicev in #291
- chore(deps): Bump clap from 4.5.37 to 4.5.38 by @dependabot in #286
- Bump kube to 1.0.0 by @Danil-Grigorev in #296
- chore(deps): Bump actix-web from 4.10.2 to 4.11.0 by @dependabot in #285
- chore(deps): Bump the dependencies group across 1 directory with 3 updates by @dependabot in #304
- chore(deps): Bump tokio from 1.44.2 to 1.45.1 by @dependabot in #300
- bug: Add controller readiness barrier by @Danil-Grigorev in #307
- chore(deps): Bump opentelemetry-otlp from 0.29.0 to 0.30.0 by @dependabot in #303
- feat: Add bootstrapLocalCluster option to FleetAddonConfig by @Danil-Grigorev in #308
- chore: Update dependencies, add clippy CI, and cleanup code by @Danil-Grigorev in #305
Full Changelog: v0.8.0...v0.10.0
v0.9.0
What's Changed
- Default fleet key in CM at all cases by @Danil-Grigorev in #276
- chore(deps): Bump fleet-api-rs from 0.12.1 to 0.12.2 in the dependencies group by @dependabot in #274
- Update docs url by @anmazzotti in #280
- chore(deps): Bump clap from 4.5.35 to 4.5.37 by @dependabot in #258
- chore(deps): Bump chrono from 0.4.40 to 0.4.41 by @dependabot in #281
- Add resource requests and limits by @alexander-demicev in #287
- [release-0.9] Bump metadata.yaml by @alexander-demicev in #293
Full Changelog: v0.8.0...v0.9.0
v0.8.1
What's Changed
- Default fleet key in CM at all cases by @Danil-Grigorev in #277
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- chore(deps): Bump opentelemetry_sdk from 0.28.0 to 0.29.0 by @dependabot in #223
- chore(deps): Bump opentelemetry-otlp from 0.28.0 to 0.29.0 by @dependabot in #222
- Simplify dynamic watch setup version separation by @Danil-Grigorev in #219
- Add missing RBAC for BundleNamespaceMapping deletion by @Danil-Grigorev in #226
- Ensure flags update does not upgrade fleet chart by @Danil-Grigorev in #228
- chore(deps): Bump tonic from 0.12.3 to 0.13.0 by @dependabot in #227
- Dynamic watches setup: wait until the first subscriber added by @Danil-Grigorev in #232
- chore(deps): Bump clap from 4.5.32 to 4.5.34 by @dependabot in #230
- Add annotations to Cluster.fleet object by @k0da in #236
- Update prometheus to 0.14.0 by @Danil-Grigorev in #238
- Manually update OTEL crates by @Danil-Grigorev in #239
- chore(deps): Bump clap from 4.5.34 to 4.5.35 by @dependabot in #242
- chore(deps): Bump opentelemetry from 0.27.1 to 0.29.0 by @dependabot in #225
- chore(deps): Bump tokio from 1.44.1 to 1.44.2 by @dependabot in #243
- 🌱 Update GHA workflows to replace 3rd-party actions by @yiannistri in #248
- Sync feature gates to ConfigMap by @anmazzotti in #251
- Perform flags modification only in ConfigMap or install by @Danil-Grigorev in #254
- chore(deps): Bump anyhow from 1.0.97 to 1.0.98 by @dependabot in #253
- Replace release action with gh release by @Danil-Grigorev in #255
- chore(deps): Bump fleet-api-rs from 0.12.0 to 0.12.1 in the dependencies group by @dependabot in #256
- chore(deps): Bump rand from 0.9.0 to 0.9.1 by @dependabot in #257
- add github token to release workflow by @salasberryfin in #259
- do not publish new release as draft by @salasberryfin in #260
- Permit to open discussions on release by @Danil-Grigorev in #267
- add discussions permissions to release job by @salasberryfin in #270
- Prepare for release v0.8.0 by @Danil-Grigorev in #272
New Contributors
- @k0da made their first contribution in #236
- @yiannistri made their first contribution in #248
- @anmazzotti made their first contribution in #251
Full Changelog: v0.7.0...v0.8.0
v0.7.4
What's Changed
- Add annotations to Cluster.fleet object (#236) by @Danil-Grigorev in #237
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
What’s New
This release focuses on bringing first-class citizen support for cross-namespaced ClusterClasses by allowing applications to be installed on clusters referencing a common template namespace.
This namespace may contain all your ClusterClasses and application GitRepos/Bundles/HelmApps. Clusters referencing a differenly namespaced ClusterClass will be targeted by this apps based on label selection as usual.
This minor release introduces fixes to a couple of bugs with RBAC and fleet helm chart flags handling.
What's Changed
- Prepare release 0.7.2 by @Danil-Grigorev in #229
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What’s New
This release focuses on bringing first-class citizen support for cross-namespaced ClusterClasses by allowing applications to be installed on clusters referencing a common template namespace.
This namespace may contain all your ClusterClasses and application GitRepos/Bundles/HelmApps. Clusters referencing a differenly namespaced ClusterClass will be targeted by this apps based on label selection as usual.
What's Changed
- Prepare release 0.7.1 by @Danil-Grigorev in #224
Full Changelog: v0.7.0...v0.7.1