Skip to content

Commit ea8a93e

Browse files
Apply suggestions from code review
Co-authored-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
1 parent f138f44 commit ea8a93e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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 has now been enabled:
4+
The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate is 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: 133511
22
releasenote:
3-
text: Eliminated and prevented future use of `md5` in favor of more appropriate
3+
text: Eliminated and prevented future use of the `md5` algorithm in favor of more appropriate
44
hashing algorithms.
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 disabled by default. To use the feature, user must enable the certificates
4+
gate is set disabled by default. To use the feature, users 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-134744-map.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pr: 134744
22
releasenote:
33
text: |-
4-
ACTION REQUIRED
4+
ACTION REQUIRED:
55
66
vendor: Updated `k8s.io/system-validators` to `v1.12.1`. The cgroups validator now throws an error instead of a warning if cgroups v1 is detected on the host and the provided KubeletVersion is `v1.35` or newer.
77
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pr: 135080
22
releasenote:
33
text: Promoted the `JobManagedBy` feature to general availability. The `JobManagedBy`
4-
feature gate was locked to `true` and will be removed in a future release of Kubernetes.
4+
feature gate was locked to `true` and will be removed in a future Kubernetes release.
55
pr_body: ""

0 commit comments

Comments
 (0)