Skip to content

Commit f138f44

Browse files
committed
incorporate map changes to .json and .md files
1 parent 3dd26c2 commit f138f44

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

releases/release-1.35/release-notes/release-notes-draft.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"123642": {
4848
"commit": "b4d4cc93840fa30a305b013acd1b1060ed3f8ee2",
49-
"text": "The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate is enabled:\n- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`\n- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`.",
50-
"markdown": "The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate is enabled:\n - `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`\n - `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`. ([#123642](https://github.com/kubernetes/kubernetes/pull/123642), [@aramase](https://github.com/aramase)) [SIG API Machinery, Auth and Testing]",
49+
"text": "The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate has now been enabled:\n- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`\n- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`.",
50+
"markdown": "The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate has now been enabled:\n - `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`\n - `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`. ([#123642](https://github.com/kubernetes/kubernetes/pull/123642), [@aramase](https://github.com/aramase)) [SIG API Machinery, Auth and Testing]",
5151
"documentation": [
5252
{
5353
"description": "[KEP]",
@@ -2303,8 +2303,8 @@
23032303
},
23042304
"134263": {
23052305
"commit": "da2eea1bf2816e2215e9978e7817d5d150228551",
2306-
"text": "The namespace is now included in the `--dry-run=client` output for `HorizontalPodAutoscaler (HPA)` objects.",
2307-
"markdown": "The namespace is now included in the `--dry-run=client` output for `HorizontalPodAutoscaler (HPA)` objects. ([#134263](https://github.com/kubernetes/kubernetes/pull/134263), [@ardaguclu](https://github.com/ardaguclu)) [SIG CLI and Testing]",
2306+
"text": "Namespace is now included in the `--dry-run=client` output for `HorizontalPodAutoscaler (HPA)` objects.",
2307+
"markdown": "Namespace is now included in the `--dry-run=client` output for `HorizontalPodAutoscaler (HPA)` objects. ([#134263](https://github.com/kubernetes/kubernetes/pull/134263), [@ardaguclu](https://github.com/ardaguclu)) [SIG CLI and Testing]",
23082308
"author": "ardaguclu",
23092309
"author_url": "https://github.com/ardaguclu",
23102310
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134263",
@@ -2713,8 +2713,8 @@
27132713
},
27142714
"134452": {
27152715
"commit": "d5efbf2ebf9725ab2bada9136c6958268b31dc4f",
2716-
"text": "DRA: The `DynamicResourceAllocation` feature gate for the core functionality (GA in `v1.34`) was locked to enabled by default and cannot be disabled.",
2717-
"markdown": "DRA: The `DynamicResourceAllocation` feature gate for the core functionality (GA in `v1.34`) was locked to enabled by default and cannot be disabled. ([#134452](https://github.com/kubernetes/kubernetes/pull/134452), [@pohly](https://github.com/pohly)) [SIG Auth, Node, Scheduling and Testing]",
2716+
"text": "DRA: The `DynamicResourceAllocation` feature gate for the core functionality (GA in `v1.34`) has now been locked to enabled-by-default and cannot be disabled anymore.",
2717+
"markdown": "DRA: The `DynamicResourceAllocation` feature gate for the core functionality (GA in `v1.34`) has now been locked to enabled-by-default and cannot be disabled anymore. ([#134452](https://github.com/kubernetes/kubernetes/pull/134452), [@pohly](https://github.com/pohly)) [SIG Auth, Node, Scheduling and Testing]",
27182718
"author": "pohly",
27192719
"author_url": "https://github.com/pohly",
27202720
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134452",
@@ -3065,8 +3065,8 @@
30653065
},
30663066
"134624": {
30673067
"commit": "a058cf788a214b25c42173a6d7df8e77b26e2b1b",
3068-
"text": "The Pod Certificates feature moved to beta. The `PodCertificateRequest` feature gate is set `false` by default. To use the feature, user must enable the certificates API groups in `v1beta1` and enable the `PodCertificateRequest` feature gate. The `UserAnnotations` field was added to the `PodCertificateProjection` API and the corresponding `UnverifiedUserAnnotations` field was added to the `PodCertificateRequest` API.",
3069-
"markdown": "The Pod Certificates feature moved to beta. The `PodCertificateRequest` feature gate is set `false` by default. To use the feature, user must enable the certificates API groups in `v1beta1` and enable the `PodCertificateRequest` feature gate. The `UserAnnotations` field was added to the `PodCertificateProjection` API and the corresponding `UnverifiedUserAnnotations` field was added to the `PodCertificateRequest` API. ([#134624](https://github.com/kubernetes/kubernetes/pull/134624), [@yt2985](https://github.com/yt2985)) [SIG API Machinery, Apps, Auth, Etcd, Instrumentation, Node and Testing]",
3068+
"text": "The Pod Certificates feature moved to beta. The `PodCertificateRequest` feature gate is set disabled by default. To use the feature, user must enable the certificates API groups in `v1beta1` and enable the `PodCertificateRequest` feature gate. The `UserAnnotations` field was added to the `PodCertificateProjection` API and the corresponding `UnverifiedUserAnnotations` field was added to the `PodCertificateRequest` API.",
3069+
"markdown": "The Pod Certificates feature moved to beta. The `PodCertificateRequest` feature gate is set disabled by default. To use the feature, user must enable the certificates API groups in `v1beta1` and enable the `PodCertificateRequest` feature gate. The `UserAnnotations` field was added to the `PodCertificateProjection` API and the corresponding `UnverifiedUserAnnotations` field was added to the `PodCertificateRequest` API. ([#134624](https://github.com/kubernetes/kubernetes/pull/134624), [@yt2985](https://github.com/yt2985)) [SIG API Machinery, Apps, Auth, Etcd, Instrumentation, Node and Testing]",
30703070
"author": "yt2985",
30713071
"author_url": "https://github.com/yt2985",
30723072
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134624",
@@ -3253,8 +3253,8 @@
32533253
},
32543254
"134691": {
32553255
"commit": "59616d50fd67877f158ebf5bcc7a12aff9fe3a92",
3256-
"text": "The `SystemdWatchdog` feature gate is locked to default and will be removed in future release. The systemd watchdog functionality in `kubelet` can be enabled via systemd without any feature gate configuration. See the [systemd watchdog documentation](https://kubernetes.io/docs/reference/node/systemd-watchdog/) for more information.",
3257-
"markdown": "The `SystemdWatchdog` feature gate is locked to default and will be removed in future release. The systemd watchdog functionality in `kubelet` can be enabled via systemd without any feature gate configuration. See the [systemd watchdog documentation](https://kubernetes.io/docs/reference/node/systemd-watchdog/) for more information. ([#134691](https://github.com/kubernetes/kubernetes/pull/134691), [@SergeyKanzhelev](https://github.com/SergeyKanzhelev))",
3256+
"text": "The `SystemdWatchdog` feature gate has been locked to default and will be removed in future release. The systemd watchdog functionality in `kubelet` can be enabled via systemd without any feature gate configuration. See the [systemd watchdog documentation](https://kubernetes.io/docs/reference/node/systemd-watchdog/) for more information.",
3257+
"markdown": "The `SystemdWatchdog` feature gate has been locked to default and will be removed in future release. The systemd watchdog functionality in `kubelet` can be enabled via systemd without any feature gate configuration. See the [systemd watchdog documentation](https://kubernetes.io/docs/reference/node/systemd-watchdog/) for more information. ([#134691](https://github.com/kubernetes/kubernetes/pull/134691), [@SergeyKanzhelev](https://github.com/SergeyKanzhelev))",
32583258
"author": "SergeyKanzhelev",
32593259
"author_url": "https://github.com/SergeyKanzhelev",
32603260
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134691",
@@ -3463,8 +3463,8 @@
34633463
},
34643464
"134746": {
34653465
"commit": "0452b0aec7c0def662cb43c8ddaeb0df521c71b8",
3466-
"text": "Added the `ChangeContainerStatusOnKubeletRestart` feature gate, which defaults to disabled. When the feature gate is disabled, `kubelet` does not change the Pod status upon restart, and Pods do not re-run startup probes after `kubelet` restart.",
3467-
"markdown": "Added the `ChangeContainerStatusOnKubeletRestart` feature gate, which defaults to disabled. When the feature gate is disabled, `kubelet` does not change the Pod status upon restart, and Pods do not re-run startup probes after `kubelet` restart. ([#134746](https://github.com/kubernetes/kubernetes/pull/134746), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG Node and Testing]",
3466+
"text": "Added the `ChangeContainerStatusOnKubeletRestart` feature gate, which defaults to disabled. When the feature gate is disabled, `kubelet` does not change the Pod status upon restart, and Pods do not re-run startup probes after the `kubelet` restarts.",
3467+
"markdown": "Added the `ChangeContainerStatusOnKubeletRestart` feature gate, which defaults to disabled. When the feature gate is disabled, `kubelet` does not change the Pod status upon restart, and Pods do not re-run startup probes after the `kubelet` restarts. ([#134746](https://github.com/kubernetes/kubernetes/pull/134746), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG Node and Testing]",
34683468
"documentation": [
34693469
{
34703470
"description": "[KEP]",
@@ -3515,8 +3515,8 @@
35153515
},
35163516
"134769": {
35173517
"commit": "276c59af7c4c78153248a816f5fa04f499323028",
3518-
"text": "Fixed a bug where Job status updates failed after resuming a Job that was previously started and suspended.\nThe error message was: `status.startTime: Required value: startTime cannot be removed for unsuspended job`.",
3519-
"markdown": "Fixed a bug where Job status updates failed after resuming a Job that was previously started and suspended.\n The error message was: `status.startTime: Required value: startTime cannot be removed for unsuspended job`. ([#134769](https://github.com/kubernetes/kubernetes/pull/134769), [@dejanzele](https://github.com/dejanzele)) [SIG Apps and Testing]",
3518+
"text": "Fixed a bug where Job status updates fail after resuming a Job that was previously started and suspended.\nThe error message was: `status.startTime: Required value: startTime cannot be removed for unsuspended job`.",
3519+
"markdown": "Fixed a bug where Job status updates fail after resuming a Job that was previously started and suspended.\n The error message was: `status.startTime: Required value: startTime cannot be removed for unsuspended job`. ([#134769](https://github.com/kubernetes/kubernetes/pull/134769), [@dejanzele](https://github.com/dejanzele)) [SIG Apps and Testing]",
35203520
"author": "dejanzele",
35213521
"author_url": "https://github.com/dejanzele",
35223522
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134769",
@@ -3915,8 +3915,8 @@
39153915
},
39163916
"134948": {
39173917
"commit": "a490c43f0ec6bf9fa4fa19a5b9a5a9937716d87a",
3918-
"text": "Promoted `PodObservedGenerationTracking` to general availability.",
3919-
"markdown": "Promoted `PodObservedGenerationTracking` to general availability. ([#134948](https://github.com/kubernetes/kubernetes/pull/134948), [@natasha41575](https://github.com/natasha41575)) [SIG API Machinery, Apps, Node, Scheduling and Testing]",
3918+
"text": "Promoted `PodObservedGenerationTracking` to GA.",
3919+
"markdown": "Promoted `PodObservedGenerationTracking` to GA. ([#134948](https://github.com/kubernetes/kubernetes/pull/134948), [@natasha41575](https://github.com/natasha41575)) [SIG API Machinery, Apps, Node, Scheduling and Testing]",
39203920
"author": "natasha41575",
39213921
"author_url": "https://github.com/natasha41575",
39223922
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134948",
@@ -3941,8 +3941,8 @@
39413941
},
39423942
"134949": {
39433943
"commit": "a13ad97048f4da8e4ce2f22dcd6e02a4173ecf9e",
3944-
"text": "Promoted `InPlacePodVerticalScaling` to general availability.",
3945-
"markdown": "Promoted `InPlacePodVerticalScaling` to general availability. ([#134949](https://github.com/kubernetes/kubernetes/pull/134949), [@natasha41575](https://github.com/natasha41575)) [SIG API Machinery, Node and Scheduling]",
3944+
"text": "Promoted `InPlacePodVerticalScaling` to GA.",
3945+
"markdown": "Promoted `InPlacePodVerticalScaling` to GA. ([#134949](https://github.com/kubernetes/kubernetes/pull/134949), [@natasha41575](https://github.com/natasha41575)) [SIG API Machinery, Node and Scheduling]",
39463946
"author": "natasha41575",
39473947
"author_url": "https://github.com/natasha41575",
39483948
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134949",

0 commit comments

Comments
 (0)