|
46 | 46 | }, |
47 | 47 | "123642": { |
48 | 48 | "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]", |
51 | 51 | "documentation": [ |
52 | 52 | { |
53 | 53 | "description": "[KEP]", |
|
2303 | 2303 | }, |
2304 | 2304 | "134263": { |
2305 | 2305 | "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]", |
2308 | 2308 | "author": "ardaguclu", |
2309 | 2309 | "author_url": "https://github.com/ardaguclu", |
2310 | 2310 | "pr_url": "https://github.com/kubernetes/kubernetes/pull/134263", |
|
2713 | 2713 | }, |
2714 | 2714 | "134452": { |
2715 | 2715 | "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]", |
2718 | 2718 | "author": "pohly", |
2719 | 2719 | "author_url": "https://github.com/pohly", |
2720 | 2720 | "pr_url": "https://github.com/kubernetes/kubernetes/pull/134452", |
|
3065 | 3065 | }, |
3066 | 3066 | "134624": { |
3067 | 3067 | "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]", |
3070 | 3070 | "author": "yt2985", |
3071 | 3071 | "author_url": "https://github.com/yt2985", |
3072 | 3072 | "pr_url": "https://github.com/kubernetes/kubernetes/pull/134624", |
|
3253 | 3253 | }, |
3254 | 3254 | "134691": { |
3255 | 3255 | "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))", |
3258 | 3258 | "author": "SergeyKanzhelev", |
3259 | 3259 | "author_url": "https://github.com/SergeyKanzhelev", |
3260 | 3260 | "pr_url": "https://github.com/kubernetes/kubernetes/pull/134691", |
|
3463 | 3463 | }, |
3464 | 3464 | "134746": { |
3465 | 3465 | "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]", |
3468 | 3468 | "documentation": [ |
3469 | 3469 | { |
3470 | 3470 | "description": "[KEP]", |
|
3515 | 3515 | }, |
3516 | 3516 | "134769": { |
3517 | 3517 | "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]", |
3520 | 3520 | "author": "dejanzele", |
3521 | 3521 | "author_url": "https://github.com/dejanzele", |
3522 | 3522 | "pr_url": "https://github.com/kubernetes/kubernetes/pull/134769", |
|
3915 | 3915 | }, |
3916 | 3916 | "134948": { |
3917 | 3917 | "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]", |
3920 | 3920 | "author": "natasha41575", |
3921 | 3921 | "author_url": "https://github.com/natasha41575", |
3922 | 3922 | "pr_url": "https://github.com/kubernetes/kubernetes/pull/134948", |
|
3941 | 3941 | }, |
3942 | 3942 | "134949": { |
3943 | 3943 | "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]", |
3946 | 3946 | "author": "natasha41575", |
3947 | 3947 | "author_url": "https://github.com/natasha41575", |
3948 | 3948 | "pr_url": "https://github.com/kubernetes/kubernetes/pull/134949", |
|
0 commit comments