Releases: kubernetes-sigs/cluster-api-operator
Releases · kubernetes-sigs/cluster-api-operator
v0.17.1
What's Changed
- 🐛: fix unknown provider errors when using fetchConfigs by @k8s-infra-cherrypick-robot in #745
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
✨ New Features
- Allow accepting self-hosted gitlab installations by @ts-mini in #706
- Handle Kubernetes events for waiting CoreProvider in preflight check by @dmvolod in #703
- Add IPAM provider support to Cluster API Operator Helm chart by @rgeraskin in #688
🐛 Bug Fixes
🌱 Others
- Update helm chart index.yaml to v0.16.0 by @furkatgofurov7 in #702
- Add new Makefile target to run e2e tests locally by @dmvolod in #715
- Fix linter for the e2e test packages by @dmvolod in #718
- Bump golangci/golangci-lint-action from 6.1.1 to 6.3.0 by @dependabot in #721
- Bump the kubernetes group in /test with 3 updates by @dependabot in #708
- Bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.19.5 in /test by @dependabot in #709
- Bump the kubernetes group with 5 updates by @dependabot in #710
- Bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.19.5 by @dependabot in #712
- Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 by @dependabot in #713
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #714
- Bump golang.org/x/oauth2 from 0.24.0 to 0.26.0 by @dependabot in #722
- Bump golangci/golangci-lint-action from 6.3.0 to 6.3.1 by @dependabot in #723
- Add alias to GenericProviderReconciler type by @dmvolod in #725
- Add ability to build operator images in a private docker registry by @dmvolod in #728
- Bump CAPI to latest v1.9.5 patch release by @furkatgofurov7 in #729
- Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 by @dependabot in #727
- Bump actions/cache from 4.2.0 to 4.2.1 by @dependabot in #731
- Utilize tilt-provider.yaml and Tilt deploy approach from the Cluster API by @dmvolod in #726
📖 Documentation
New Contributors
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
✨ New Features
- Adding fetchConfig to InfrastructureProvider template in helmchart by @ts-mini in #650
- Add OCI source for provider ConfigMap preparation by @Danil-Grigorev in #683
🐛 Bug Fixes
- Fix dependency version for make update-helm-plugin-repo by @Danil-Grigorev in #663
- Remove metricsBindAddr from helmchart by @Arakos in #665
- Avoid empty manager field in ControlPlaneProvider when no features gates provided by @afarbos in #681
- Fix helm chart e2e tests: MatchYAML to Equal by @rgeraskin in #692
- Perform full chart install in e2e test by @Danil-Grigorev in #668
- Downgrade kustomize version to v5.3.0 by @furkatgofurov7 in #698
- Bump gcb-docker-gcloud image tag in cloudbuild by @furkatgofurov7 in #700
🌱 Others
- Update helm chart index.yaml to v0.15.0 by @Danil-Grigorev in #662
- Implement healthz and readyz checks in the deployment by @Danil-Grigorev in #666
- Update helm chart index.yaml to v0.15.1 by @furkatgofurov7 in #673
- Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 in /test by @dependabot in #674
- Bump golang.org/x/tools from 0.28.0 to 0.29.0 in /test by @dependabot in #682
- Bump sigs.k8s.io/cluster-api from 1.9.0 to 1.9.4 by @dependabot in #689
- Bump golang.org/x/net from 0.27.0 to 0.33.0 in /hack/tools by @dependabot in #684
- Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 in /hack/tools by @dependabot in #685
- Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in the ginkgo group by @dependabot in #679
- Make annotation and component constants public and exportable by @dmvolod in #687
- Bump sigs.k8s.io/cluster-api from 1.8.5 to 1.9.4 by @dependabot in #691
- Align kustomize layover structure with v5 version by @furkatgofurov7 in #694
- Bump Go version to 1.23.0 by @furkatgofurov7 in #695
- Use go version without the patch number in go.mod files by @furkatgofurov7 in #696
📖 Documentation
- Document OCI source usage, publish and preload subcommands by @Danil-Grigorev in #690
- Simplifying ConfigMap with metadata configuration by @dmvolod in #697
New Contributors
- @Arakos made their first contribution in #665
- @afarbos made their first contribution in #681
- @ts-mini made their first contribution in #650
- @rgeraskin made their first contribution in #692
- @dmvolod made their first contribution in #687
Full Changelog: v0.15.0...v0.16.0
v0.15.1
This patch release addresses several bug fixes and improvements, including the removal of metricsBindAddr and an enhanced e2e test coverage with full chart installation.
What's Changed
🐛 Bug Fixes
- Remove metricsBindAddr from helmchart by @k8s-infra-cherrypick-robot in #669
- Perform full chart install in e2e test by @k8s-infra-cherrypick-robot in #670
- Fix dependency version for make update-helm-plugin-repo by @k8s-infra-cherrypick-robot in #672
Other Changes
- Implement healthz and readyz checks in the deployment by @k8s-infra-cherrypick-robot in #671
Thanks to all our contributors! 😊
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- ✨ Add featureGates to ControlPlaneProvider by @kahirokunn in #536
- 🐛 Fix remove namespace arg check for provider by @serngawy in #625
- 📖 Improve release notes with additional information by @furkatgofurov7 in #622
- 🌱 Update helm chart index.yaml to v0.14.0 by @furkatgofurov7 in #621
- 🌱 Bump CAPI to v1.8.5 by @furkatgofurov7 in #632
- 🌱 Bump actions/cache from 4.1.0 to 4.1.2 by @dependabot in #626
- 🌱 Bump the kubernetes group across 1 directory with 5 updates by @dependabot in #636
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.22.0 in /test by @dependabot in #640
- 🌱 Bump golang.org/x/tools from 0.26.0 to 0.27.0 in /test by @dependabot in #642
- 🌱 Bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #647
- 🌱 Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in #646
- 🌱 Bump github.com/onsi/gomega from 1.35.1 to 1.36.1 in /test by @dependabot in #653
- 🌱 Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /test by @dependabot in #648
- 🌱 Bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #652
- 🌱 Bump github.com/onsi/gomega from 1.35.1 to 1.36.1 in the ginkgo group across 1 directory by @dependabot in #655
- 🌱 Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /hack/chart-update by @dependabot in #651
- 🌱 Bump CAPI to 1.9 by @Danil-Grigorev in #649
- 🌱 Bump the kubernetes group across 1 directory with 5 updates by @dependabot in #659
- 🌱 Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in /hack/tools by @dependabot in #657
- 🌱 Bump golang.org/x/crypto to v0.31.0 in root and test go mod by @furkatgofurov7 in #660
New Contributors
- @serngawy made their first contribution in #625
- @kahirokunn made their first contribution in #536
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- ✨ Update index.yaml for v0.13.0 minor release by @Danil-Grigorev in #599
- ✨ Handle config secret updates by @tjamet in #565
- 🐛 Remove the invalid caBundle, required for 1.31 by @MaxRink in #591
- 🐛 Allow to use image overrides from mounted custerctl-config.yaml file by @Danil-Grigorev in #616
- 🌱 Verify PR titles with shell script by @Danil-Grigorev in #601
- 🌱 Clarify release test infra steps by @Danil-Grigorev in #603
- 🌱 pr-verify: use env var for passing the PR title by @chrischdi in #606
- 🌱 Bump sigs.k8s.io/controller-runtime from 0.17.3 to 0.17.6 by @dependabot in #595
- 🌱 Bump golang.org/x/oauth2 from 0.18.0 to 0.23.0 by @dependabot in #608
- 🌱 Bump the kubernetes group across 1 directory with 3 updates by @dependabot in #610
- 🌱 Bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #615
- 🌱 Bump golang.org/x/tools from 0.21.0 to 0.26.0 in /test by @dependabot in #618
- 🌱 Bump golang.org/x/net from 0.17.0 to 0.23.0 in /hack/chart-update by @dependabot in #498
- 🌱 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #558
- 🌱 Add additional hook post-upgrade by @nightguide in #571
- 🌱 build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 25.0.6+incompatible in /hack/chart-update by @dependabot in #581
- 🌱 Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in /test by @dependabot in #582
- 🌱 Bump the kubernetes group across 1 directory with 5 updates by @dependabot in #609
- 🌱 Bump CAPI to v1.7.7 and other dependencies by @furkatgofurov7 in #620
New Contributors
- @MaxRink made their first contribution in #591
- @tjamet made their first contribution in #565
- @chrischdi made their first contribution in #606
- @nightguide made their first contribution in #571
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- ✨ Update index.yaml for v0.12.0 minor release by @furkatgofurov7 in #574
- 🐛 Fix infra Helm chart logic for additionalDeployments by @willie-yao in #583
- 🌱 bump github.com/go-logr/logr from 1.4.1 to 1.4.2 by @dependabot in #543
- 🌱 Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #553
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.1 in /test by @dependabot in #579
- ✨ Pass image overrides to in-memory client by @Danil-Grigorev in #598
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- ✨Update index.yaml for v0.11.0 by @alexander-demicev in #551
- ✨ Add support for customizing additional provider deployments by @willie-yao in #538
- 🐛 feat(rbac): use real ServiceAccount instead of default by @cwrau in #519
- 🌱 Add more cases to helm test by @willie-yao in #549
- 📖 Fix manifestPatches field name by @apricote in #561
- 📖 Correct Helm chart install instructions in docs + add warnings about --wait being required by @willie-yao in #550
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Changelog
- 1e758d1 Merge pull request #539 from willie-yao/add-sync-wave
- a93dff8 Add sync-wave annotations
- 7e8c9cd Merge pull request #533 from willie-yao/fix-upstream-chart
- 92f0294 Fix helm chart logic
- fab98f2 Merge pull request #523 from kubernetes-sigs/dependabot/go_modules/test/golang.org/x/tools-0.21.0
- e644619 Merge pull request #521 from Fedosin/helm_no_cert_manager
- cc612a3 Merge pull request #528 from Fedosin/bump_cert_manager
- e5af903 Merge pull request #511 from kubernetes-sigs/dependabot/go_modules/sigs.k8s.io/cluster-api-1.7.1
- 1de0b55 Merge pull request #508 from kubernetes-sigs/dependabot/go_modules/ginkgo-8c24f35628
- 4db37e4 Merge pull request #527 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-6
- 40c9191 Merge branch 'main' into dependabot/go_modules/sigs.k8s.io/cluster-api-1.7.1
- 26bde5e Bump cert-manager version to v1.14.5
- 4123e88 docs: update documentation on cert manager removal from helm chart
- 3103c1e 🌱 Bump golangci/golangci-lint-action from 5 to 6
- 2e244f4 Merge pull request #510 from kubernetes-sigs/dependabot/go_modules/test/sigs.k8s.io/cluster-api-1.7.1
- a00fc0a 🌱 Bump sigs.k8s.io/cluster-api from 1.7.0 to 1.7.1 in /test
- 436643a Merge pull request #512 from kubernetes-sigs/dependabot/go_modules/test/sigs.k8s.io/cluster-api/test-1.7.1
- 5b08632 🌱 Bump golang.org/x/tools from 0.19.0 to 0.21.0 in /test
- a182056 Merge pull request #514 from kubernetes-sigs/dependabot/go_modules/test/github.com/onsi/gomega-1.33.1
- 4891995 Update generated code
- ef61df2 🌱 Bump github.com/onsi/gomega in the ginkgo group
- 44ffe2e Update generated code
- b8e319c 🌱 Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 in /test
- 3bb5a22 🌱 Bump sigs.k8s.io/cluster-api/test in /test
- b2a75ba 🌱 Bump sigs.k8s.io/cluster-api from 1.7.0 to 1.7.1
- 8cb8da6 Merge pull request #507 from kubernetes-sigs/dependabot/go_modules/kubernetes-ec3d011d16
- a83d119 breaking: remove cert-manager support from helm chart
- 22b3a28 Merge pull request #408 from Fedosin/plugin_upgrade_plan
- c57f03f Merge pull request #517 from Fedosin/hack_tools_gomod
- 7e6e7eb fix: remove TestDeployCAPIOperator
- f02776a test: add "upgrade plan" tests
- 8b61e23 Implement "upgrade plan" support
- b8998ba fix go.mod for hack/tools
- 3553969 Update generated code
- af08a04 🌱 Bump the kubernetes group with 5 updates
- 1e93d52 Merge pull request #505 from Fedosin/fix_unsupported_downgrade_message
- 3c01964 Merge pull request #502 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-5
- 0c2a3fd Fix unsupportedProviderDowngradeMessage message
- 7879197 Merge pull request #504 from Danil-Grigorev/index-v0.10.1
- 21e0b8a This PR updates index.yaml for v0.10.1. Automatically generated by make update-helm-repo.
- cc5a7aa 🌱 Bump golangci/golangci-lint-action from 4 to 5
- 505d465 Merge pull request #500 from Danil-Grigorev/retain-crds-on-delete
- 8095eab Merge pull request #501 from alexander-demicev/index-v0.10.0
- 5a19c98 Add helm.sh/resource-policy: keep to CRDs to prevent deletion
- fc2e8ba Merge pull request #494 from Fedosin/bump_tooling
- 4268ed3 This PR updates index.yaml for v0.10.0. Automatically generated by make update-helm-repo.
- d929c4e chore: bump tooling