Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Release v1.6.3 #10252

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG/v1.6.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## 👌 Kubernetes version support

- Management Cluster: v1.25.x -> v1.29.x
- Workload Cluster: v1.23.x -> v1.29.x

[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)

## Changes since v1.6.2
## :chart_with_upwards_trend: Overview
- 14 new commits merged
- 2 bugs fixed 🐛

## :bug: Bug Fixes
- CAPD: Fix(capd): remove hack for btrfs/zfs support (#10192)
- e2e: Test: retry GetOwnerGraph in owner references test on certificate errors (#10217)

## :seedling: Others
- CABPK: Add pod metadata to capbk manager (#10212)
- clusterctl: Add 0 default to worker-machine-count help (#10205)
- clusterctl: Add hivelocity infra provider to clusterctl (#10168)
- Dependency: Bump go version to 1.21.8 (#10246)
- Dependency: Bump protobuf to v1.33.0 to address CVEs (#10249)
- Release: Improve release-staging build (#10190)
- Release: Read in dockerfiles from stdin (#10209)

:book: Additionally, there have been 4 contributions to our documentation and book. (#10230, #10241, #10243, #10260)

## Dependencies
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we drop this or add a "No dependency changes in this release" statement?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm. Q: Why is this section empty? We have a bump in l.22

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was updated with the force push just a few minutes ago: https://github.com/kubernetes-sigs/cluster-api/pull/10252/files#r1521783375

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does that look right you @sbueringer ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good. Sorry I think I missed the sub sections :)


### Added
_Nothing has changed._

### Changed
- google.golang.org/protobuf: v1.31.0 → v1.33.0

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊