Skip to content

Commit 2ebd7d6

Browse files
committed
fix punctuation for pr-123642-map.yaml
1 parent ac0c6b6 commit 2ebd7d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ releasenote:
33
text: |-
44
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`
6-
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`
6+
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`.
77
pr_body: ""

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

Lines changed: 2 additions & 2 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 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]",
5151
"documentation": [
5252
{
5353
"description": "[KEP]",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
New Service names are now validated with `NameIsDNSLabel()`, relaxing the pre-existing validation. ([#134493](https://github.com/kubernetes/kubernetes/pull/134493), [@adrianmoisey](https://github.com/adrianmoisey))
108108
- The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate is enabled:
109109
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`
110-
- `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]
110+
- `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]
111111
- The scheduler now clears the `nominatedNodeName` field for Pods upon scheduling or binding failure. External components, such as Cluster Autoscaler and Karpenter, should not overwrite this field. ([#135007](https://github.com/kubernetes/kubernetes/pull/135007), [@ania-borowiec](https://github.com/ania-borowiec)) [SIG Scheduling and Testing]
112112
- Updated `applyconfiguration-gen` to generate extract functions for all subresources. ([#132665](https://github.com/kubernetes/kubernetes/pull/132665), [@mrIncompetent](https://github.com/mrIncompetent))
113113
- Updated `applyconfiguration-gen` to preserve struct and field comments from source types in the generated code. ([#132663](https://github.com/kubernetes/kubernetes/pull/132663), [@mrIncompetent](https://github.com/mrIncompetent))

0 commit comments

Comments
 (0)