Skip to content

Commit 1155907

Browse files
authored
Merge pull request #2835 from yujen77300/release-notes-draft-v1.34.0-rc.0
Update release notes draft to version v1.34.0-rc.0
2 parents aaf4381 + 04476e0 commit 1155907

File tree

99 files changed

+3762
-58
lines changed

Some content is hidden

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

99 files changed

+3762
-58
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 125271
2+
releasenote:
3+
text: The `baseline` and `restricted` pod security admission levels blocked setting
4+
the `host` field on probe and lifecycle handlers.
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 128010
2+
releasenote:
3+
text: 'Enabled kube-apiserver support for `PodCertificateRequest` and `PodCertificate` projected volumes (behind the `PodCertificateRequest` feature gate).'
4+
pr_body: ""
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pr: 129837
2+
releasenote:
3+
text: |-
4+
When proxying to an aggregated API server, kube-apiserver used the
5+
`EndpointSlices` of the `service` indicated by the `APIServer`, rather than
6+
using Endpoints.
7+
8+
If you were using the aggregated API server feature, and you were writing out
9+
the endpoints for it by hand (rather than letting kube-controller-manager
10+
generate `Endpoints` and `EndpointSlices` for it automatically based on the
11+
Service definition), then you should write out an EndpointSlice object rather
12+
than (or in addition to) an `Endpoints` object.
13+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130160
2+
releasenote:
3+
text: Added new optional APIs in `ResouceSlice.Basic` and `ResourceClaim.Status.AllocatedDeviceStatus`.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130387
2+
releasenote:
3+
text: Added a detailed event for in-place pod vertical scaling completed, improving cluster management and debugging.
4+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 130593
2+
releasenote:
3+
text: 'DRA: When the prioritized list feature was used in a request and the resulting
4+
number of allocated devices exceeded the number of allowed devices per claim,
5+
the scheduler aborted the attempt to allocate devices early. Previously, it tried
6+
to many different combinations, which could take a long time.'
7+
pr_body: ""
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 130606
2+
releasenote:
3+
text: Added support in the Kubelet for monitoring the health of devices allocated via Dynamic Resource
4+
Allocation (DRA) and report it in the `pod.status.containerStatuses.allocatedResourcesStatus`
5+
field. This required the DRA plugin to implement the new v1alpha1 `NodeHealth`
6+
gRPC service. This feature was controlled by the `ResourceHealthStatus` feature
7+
gate.
8+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 130653
2+
releasenote:
3+
text: |-
4+
Extended resources backed by DRA feature allowed cluster operator to specify `extendedResourceName` in `DeviceClass`, and application operator to continue using extended resources in pod's requests to request for DRA devices matching the DeviceClass.
5+
6+
`NodeResourcesFit` plugin scoring didn't work for extended resources backed by DRA.
7+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130713
2+
releasenote:
3+
text: Updated pause version to `registry.k8s.io/pause:3.10.1`.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 130727
2+
releasenote:
3+
text: Migrated Memory Manager to contextual logging.
4+
pr_body: ""

0 commit comments

Comments
 (0)