Skip to content

Commit d120527

Browse files
authored
Merge pull request #2761 from hacktivist123/release-notes-draft-v1.33.0-rc.0
Update release notes draft to version v1.33.0-rc.0
2 parents 84548a4 + 1030e55 commit d120527

13 files changed

+3743
-117
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pr: 127193
22
releasenote:
3-
text: Fixed a bug in HorizontalPodAutoscaler. HPAs with `ContainerResource` metrics no longer error when container metrics
4-
are missing. Instead they use the same logic as `Resource` metrics to perform calculations.
3+
text: Fixed a bug in HorizontalPodAutoscaler. HPAs with `ContainerResource` metrics
4+
no longer return an error when container metrics are missing. Instead they use
5+
the same logic as `Resource` metrics to perform calculations.
56
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 128516
2+
releasenote:
3+
text: Fixed an issue where pods did not correctly have a pending phase after the node reboot.
4+
pr_body: ""
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pr: 128929
22
releasenote:
3-
text: Fixed a bug where the kube-proxy `EndpointSliceCache` memory
4-
was leaked.
3+
text: Fixed a bug where the kube-proxy `EndpointSliceCache` memory experienced a leak.
54
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 129923
2+
releasenote:
3+
text: Disabled the git-repo volume plugin by default, with the option to re-enable it.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130028
2+
releasenote:
3+
text: 'kubelet: Added `KubeletConfiguration.subidsPerPod`.'
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130035
2+
releasenote:
3+
text: Added an alpha feature gate `OrderedNamespaceDeletion`. When enabled, the
4+
pods resources are deleted before all other resources during namespace deletion.
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130138
2+
releasenote:
3+
text: Enabled user namespaces support (feature gate `UserNamespacesSupport`) by default.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130345
2+
releasenote:
3+
text: 'kubeadm: Used generic terminology in logs instead of directly mentioning YAML or JSON.'
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130902
2+
releasenote:
3+
text: Errors that occur during pod resize actuation will now surface in the `PodResizeInProgress` condition.
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131020
2+
releasenote:
3+
text: Fixed a bug where kube-apiserver could emit a subsequent watch event
4+
even if the previous event failed to decrypt and was not emitted.
5+
pr_body: ""

0 commit comments

Comments
 (0)