Skip to content

Commit 84548a4

Browse files
authored
Merge pull request #2751 from rayandas/release-notes-draft-v1.33.0-beta.0
Update release notes draft to version v1.33.0-beta.0
2 parents b5102b0 + 47c8873 commit 84548a4

19 files changed

+707
-46
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128586
2+
releasenote:
3+
text: Added DRA support for a "one-of" prioritized list of selection criteria to
4+
satisfy a device request in a resource claim.
5+
pr_body: ""
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 128786
2+
releasenote:
3+
text: |-
4+
The apiserver now returns warnings when objects are created with "invalid" IP
5+
or CIDR values (e.g. 192.168.000.005", with extra zeros).
6+
Non-standard formats may introduce security risks and are likely to be
7+
forbidden in a future Kubernetes release.
8+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 130243
2+
releasenote:
3+
text: Removed a warning related to Linux user namespaces and kernel version. Previously,
4+
if the feature gate `UserNamespacesSupport` was enabled, the kubelet warned when
5+
detecting a Linux kernel version earlier than 6.3.0. While user namespace support
6+
generally requires kernel 6.3 or newer, it can also work on older kernels.
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130260
2+
releasenote:
3+
text: The `BalancedAllocation` plugin now skips all best-effort (zero-requested)
4+
pods.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130335
2+
releasenote:
3+
text: Fixed an issue where kubelet would unmount volumes of running pods upon restart
4+
if the referenced PVC was being deleted by the user.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 130352
2+
releasenote:
3+
text: When the `PodObservedGenerationTracking` feature gate was set, the kubelet
4+
populated `status.observedGeneration` to reflect the latest `metadata.generation`
5+
it observed for the pod.
6+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130475
2+
releasenote:
3+
text: Added a mechanism that calculates a digest of etcd and the watch cache every
4+
5 minutes and exposes it as the `apiserver_storage_digest` metric.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130485
2+
releasenote:
3+
text: Allowed dynamic configuration of the service account name and audience that
4+
the kubelet could request a token for, as part of the node audience restriction feature.
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130507
2+
releasenote:
3+
text: Enabled the `OrderedNamespaceDeletion` feature gate by default.
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130559
2+
releasenote:
3+
text: Fixed a bug in the exclusive assignment availability check for the `InPlacePodVerticalScalingExclusiveCPUs`
4+
feature gate.
5+
pr_body: ""

0 commit comments

Comments
 (0)