Skip to content

Commit 73a6acf

Browse files
Apply suggestions from code review
Co-authored-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>
1 parent 2ebd7d6 commit 73a6acf

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pr: 123642
22
releasenote:
33
text: |-
4-
The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate is enabled:
4+
The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate has now been enabled:
55
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`
66
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`.
77
pr_body: ""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pr: 134263
22
releasenote:
3-
text: The namespace is now included in the `--dry-run=client` output for `HorizontalPodAutoscaler
3+
text: Namespace is now included in the `--dry-run=client` output for `HorizontalPodAutoscaler
44
(HPA)` objects.
55
pr_body: ""

releases/release-1.35/release-notes/maps/pr-134624-map.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pr: 134624
22
releasenote:
33
text: The Pod Certificates feature moved to beta. The `PodCertificateRequest` feature
4-
gate is set `false` by default. To use the feature, user must enable the certificates
4+
gate is set disabled by default. To use the feature, user must enable the certificates
55
API groups in `v1beta1` and enable the `PodCertificateRequest` feature gate. The
66
`UserAnnotations` field was added to the `PodCertificateProjection` API and the
77
corresponding `UnverifiedUserAnnotations` field was added to the `PodCertificateRequest`

releases/release-1.35/release-notes/maps/pr-134691-map.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pr: 134691
22
releasenote:
3-
text: The `SystemdWatchdog` feature gate is locked to default and will be removed
3+
text: The `SystemdWatchdog` feature gate has been locked to default and will be removed
44
in future release. The systemd watchdog functionality in `kubelet` can be enabled
55
via systemd without any feature gate configuration. See the [systemd watchdog
66
documentation](https://kubernetes.io/docs/reference/node/systemd-watchdog/) for

releases/release-1.35/release-notes/maps/pr-134746-map.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pr: 134746
22
releasenote:
33
text: Added the `ChangeContainerStatusOnKubeletRestart` feature gate, which defaults
44
to disabled. When the feature gate is disabled, `kubelet` does not change the
5-
Pod status upon restart, and Pods do not re-run startup probes after `kubelet`
6-
restart.
5+
Pod status upon restart, and Pods do not re-run startup probes after the `kubelet`
6+
restarts.
77
pr_body: ""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pr: 134769
22
releasenote:
33
text: |-
4-
Fixed a bug where Job status updates failed after resuming a Job that was previously started and suspended.
4+
Fixed a bug where Job status updates fail after resuming a Job that was previously started and suspended.
55
The error message was: `status.startTime: Required value: startTime cannot be removed for unsuspended job`.
66
pr_body: ""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pr: 134948
22
releasenote:
3-
text: Promoted `PodObservedGenerationTracking` to general availability.
3+
text: Promoted `PodObservedGenerationTracking` to GA.
44
pr_body: ""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pr: 134949
22
releasenote:
3-
text: Promoted `InPlacePodVerticalScaling` to general availability.
3+
text: Promoted `InPlacePodVerticalScaling` to GA.
44
pr_body: ""

0 commit comments

Comments
 (0)