Skip to content

Commit b3a6cb8

Browse files
authored
Merge pull request #2744 from michellengnx/release-notes-draft-v1.33.0-alpha.3
Update release notes draft to version v1.33.0-alpha.3
2 parents f141b2d + e6a70b0 commit b3a6cb8

19 files changed

+1349
-37
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 129498
2+
releasenote:
3+
text: Removed the `JobPodFailurePolicy` feature gate, which graduated to GA in 1.31
4+
and was unconditionally enabled.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 129790
2+
releasenote:
3+
text: Fixed the bug where Events failed to be created when the referenced object name
4+
was not a valid Event name. Now, a UUID is used as the name instead of the referenced
5+
object name and the timestamp suffix.
6+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 129946
2+
releasenote:
3+
text: Fixed a regression in 1.32 that prevented pods with `postStart` hooks from starting.
4+
pr_body: ""
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pr: 130032
22
releasenote:
3-
text: "kube-proxy: Fixed a potential memory leak which can occur in clusters with high volume of UDP workflows."
3+
text: 'kube-proxy: Fixed a potential memory leak that could occur in clusters with
4+
a high volume of UDP workflows.'
45
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 130060
2+
releasenote:
3+
text: 'kube-apiserver: Fixed a bug where the `ResourceQuota` admission plugin
4+
did not respect any scope changes when a resource was updated, such as
5+
setting or unsetting the `terminationGracePeriodSeconds` field of an
6+
existing pod.'
7+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130061
2+
releasenote:
3+
text: Promoted the Job's JobBackoffLimitPerIndex feature-gate to stable.
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130128
2+
releasenote:
3+
text: Promoted `RelaxedDNSSearchValidation` to beta, allowing for Pod search domains
4+
to be a single dot "." or contain an underscore "_".
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130202
2+
releasenote:
3+
text: 'kubeadm: fixed panic when no UpgradeConfiguration was found in the config
4+
file.'
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130238
2+
releasenote:
3+
text: Promoted kubectl `--subresource` flag to stable.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130256
2+
releasenote:
3+
text: Fixed rare and sporadic network issues that occurred when the host was under heavy load.
4+
pr_body: ""

0 commit comments

Comments
 (0)