Skip to content

Commit efebba0

Browse files
committed
Release Notes draft for k/k v1.35.0-beta.0
Signed-off-by: Urvashi0109 <[email protected]>
1 parent c412c34 commit efebba0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1902
-25
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 131220
2+
releasenote:
3+
text: Added the `CloudControllerManagerWatchBasedRoutesReconciliation` feature gate.
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132441
2+
releasenote:
3+
text: 'KEP-5440: Enabled support for resizing resources while a Job is suspended.
4+
This feature is alpha.'
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132579
2+
releasenote:
3+
text: Moved the `ImagePullIntent` and `ImagePulledRecord` objects used by the kubelet
4+
to track image pulls to the `v1beta1` API version.
5+
pr_body: ""
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 132812
2+
releasenote:
3+
text: |-
4+
Introduced new kubelet metrics for the Ensure Secret Pulled Images KEP, including:
5+
- `kubelet_imagemanager_ondisk_pullintents` for tracking pull intent records on disk
6+
- `kubelet_imagemanager_ondisk_pulledrecords` for tracking pulled image records on disk
7+
- `kubelet_imagemanager_image_mustpull_checks_total{result}` for counting image must-pull verification checks.
8+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 132919
2+
releasenote:
3+
text: "Enabled in-place resizing of pod-level resources. \n- Added `Resources`
4+
in `PodStatus` to capture resources set in the pod-level cgroup. \n- Added `AllocatedResources`
5+
in `PodStatus` to capture resources requested in the `PodSpec`."
6+
pr_body: ""
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pr: 133389
2+
releasenote:
3+
text: |-
4+
Introduced the Node Declared Features capability (alpha), which includes:
5+
- A new `Node.Status.DeclaredFeatures` field for publishing node-specific features.
6+
- A `component-helpers` library for feature registration and inference.
7+
- A `NodeDeclaredFeatures` scheduler plugin to match pods with nodes that provide required features.
8+
- A `NodeDeclaredFeatureValidator` admission plugin to validate pod updates against a node's declared features.
9+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133648
2+
releasenote:
3+
text: Enhanced discovery responses to merge API groups and resources from all peer
4+
apiservers when the `UnknownVersionInteroperabilityProxy` feature is enabled.
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 133968
2+
releasenote:
3+
text: Upgraded CoreDNS to v1.12.4.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 134058
2+
releasenote:
3+
text: Implemented scoring for DRA-backed extended resources.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 134180
2+
releasenote:
3+
text: Enabled the `WatchListClient` feature gate.
4+
pr_body: ""

0 commit comments

Comments
 (0)