Skip to content

Commit 4fb2b49

Browse files
authored
Merge pull request #2728 from rayandas/release-notes-draft-v1.33.0-alpha.1
Update release notes draft to version v1.33.0-alpha.1
2 parents 5400eb7 + b7975f4 commit 4fb2b49

Some content is hidden

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

43 files changed

+2410
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 125901
2+
releasenote:
3+
text: Implemented logging and event recording for probe results with an `Unknown`
4+
status in the kubelet's prober module. This helped improve the diagnosis and monitoring
5+
of cases where container probes returned an `Unknown` result, enhancing the observability
6+
and reliability of health checks.
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 127193
2+
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.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 127709
2+
releasenote:
3+
text: Implemented full support for contextual logging in `client-go/rest`. `BackoffManagerWithContext`
4+
was used instead of `BackoffManager` to ensure that the caller could interrupt
5+
the sleep.
6+
pr_body: ""
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pr: 127897
2+
releasenote:
3+
text: Kubernetes components that accepted X.509 client certificate
4+
authentication now read the user UID from a certificate subject
5+
name RDN with object ID `1.3.6.1.4.1.57683.2`. An RDN with this
6+
object ID had to contain a string value and appear no more than
7+
once in the certificate subject. Reading the user UID from this
8+
RDN could be disabled by setting the beta feature gate
9+
`AllowParsingUserUIDFromCertAuth` to `false`(until the feature
10+
gate graduated to GA).
11+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128086
2+
releasenote:
3+
text: Fixed a storage bug related to multipath. iSCSI and Fibre Channel devices
4+
attached to nodes via multipath now resolve correctly when partitioned.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128212
2+
releasenote:
3+
text: Implemented validation for `NodeSelectorRequirement` values in Kubernetes
4+
when creating pods.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 128546
2+
releasenote:
3+
text: Implemented a new status field, `.status.terminatingReplicas`, for Deployments
4+
and ReplicaSets to track terminating pods. The new field is present when the `DeploymentPodReplacementPolicy`
5+
feature gate is enabled.
6+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 128621
2+
releasenote:
3+
text: Fixed CVE-2024-51744.
4+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 128810
2+
releasenote:
3+
text: Implemented the `scheduler_cache_size` metric. Additionally, the `scheduler_scheduler_cache_size`
4+
metric is now deprecated in favor of `scheduler_cache_size`, and will be removed in
5+
v1.34.
6+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 128811
2+
releasenote:
3+
text: Added a `/statusz` HTTP endpoint to the kubelet.
4+
pr_body: ""

0 commit comments

Comments
 (0)