-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.7.4 #10845
Merged
k8s-ci-robot
merged 1 commit into
kubernetes-sigs:main
from
vishalanarase:release-v1.7.4
Jul 9, 2024
Merged
🚀 Release v1.7.4 #10845
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## 👌 Kubernetes version support | ||
|
||
- Management Cluster: v1.26.x -> v1.30.x | ||
- Workload Cluster: v1.24.x -> v1.30.x | ||
|
||
[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) | ||
|
||
## Changes since v1.7.3 | ||
vishalanarase marked this conversation as resolved.
Show resolved
Hide resolved
|
||
## :chart_with_upwards_trend: Overview | ||
- 23 new commits merged | ||
- 6 feature additions ✨ | ||
- 5 bugs fixed 🐛 | ||
|
||
## :sparkles: New Features | ||
- Bootstrap: Allow CAPBK to generate JoinConfiguration discovery kubeconfig (#10842) | ||
sbueringer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- ClusterClass: Extend ControlPlane/ MD / MP builtin to include metadata (#10850) | ||
- CABPK: Add kubeadm v1beta4 types (#10771) | ||
- Dependency: Bump to Go 1.22.4 (#10801) | ||
- MachineDeployment: Add remediation strategy support in MachineDeployment (#10759) | ||
- Runtime SDK/ClusterClass: Extend cluster builtin to include UID (#10831) | ||
|
||
## :bug: Bug Fixes | ||
- ClusterResourceSet: Correctly handle concurrent updates to ClusterResourceSetBinding (#10785) | ||
- Machine: Machine deletion skips waiting for volumes detached for unreachable Nodes (#10765) | ||
- Machine: Speed up ignoring terminating Pods when draining unreachable Nodes (#10766) | ||
- ClusterClass/MachineSet/MachineDeployment: MD/MS topo reconciler: only add finalizer for owned MD/MS (#10781) | ||
- util: Patch helper should be able to patch non-spec objects (#10833) | ||
|
||
## :seedling: Others | ||
- clusterctl: Add ionoscloud provider (#10769) | ||
- clusterctl: Bump cert-manager to v1.15.1 (#10814) | ||
- Control-plane: Allow control plane provider to set endpoint (#10800) | ||
- Dependency: Bump to Go 1.22.5 (#10829) | ||
- e2e: Improvements to ownerReferences and finalizers test (#10747) | ||
- Machine: Improve logs & conditions when machine is waiting for node (#10762) | ||
- MachineHealthCheck: MachineHealthCheck should take Machine's InfraReady condition (#10758) | ||
- MachineSet: Deprioritize unknown NodeHealthy conditions for deletion (#10770) | ||
- MachineSet: Ensure unhealthy machines get deletion priority (#10761) | ||
|
||
:book: Additionally, there have been 3 contributions to our documentation and book. (#10760, #10779, #10796) | ||
|
||
## Dependencies | ||
|
||
### Added | ||
_Nothing has changed._ | ||
|
||
### Changed | ||
_Nothing has changed._ | ||
|
||
### Removed | ||
_Nothing has changed._ | ||
|
||
_Thanks to all our contributors!_ 😊 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
if we don't get any new PRs this should be good to go in.
@Sunnatillo @chandankumar4 please take a look