Skip to content

Commit ac3f2de

Browse files
Remove PR 134493 from 1.35 release notes draft
Signed-off-by: Anshuman Tripathi <[email protected]>
1 parent 6988371 commit ac3f2de

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,30 +3284,6 @@
32843284
"duplicate_kind": true,
32853285
"is_mapped": true
32863286
},
3287-
"134493": {
3288-
"commit": "0b90cb5e5a8f36ff51ef64eeca002c44eb17e6b9",
3289-
"text": "Promoted the `RelaxedServiceNameValidation` feature to beta (enabled by default).\nNew Service names are now validated with `NameIsDNSLabel()`, relaxing the pre-existing validation.",
3290-
"markdown": "Promoted the `RelaxedServiceNameValidation` feature to beta (enabled by default).\n 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))",
3291-
"documentation": [
3292-
{
3293-
"description": "[KEP]",
3294-
"url": "https://github.com/kubernetes/enhancements/issues/5311",
3295-
"type": "KEP"
3296-
}
3297-
],
3298-
"author": "adrianmoisey",
3299-
"author_url": "https://github.com/adrianmoisey",
3300-
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134493",
3301-
"pr_number": 134493,
3302-
"kinds": [
3303-
"feature"
3304-
],
3305-
"sigs": [
3306-
"network"
3307-
],
3308-
"feature": true,
3309-
"is_mapped": true
3310-
},
33113287
"134510": {
33123288
"commit": "9630ab9581afbac9835d53f9e620a1240a1d2d91",
33133289
"text": "Substantially simplified building Kubernetes by making the process run a pre-built container image directly without running `rsyncd`.",

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@
153153
- Promoted the `EnvFiles` feature gate to beta and is enabled by default. Additionally, the syntax specification for environment variables has been restricted to a subset of POSIX shell syntax (all variable values must be wrapped in single quotes). ([#134414](https://github.com/kubernetes/kubernetes/pull/134414), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG Node and Testing]
154154
- Promoted the `HostnameOverride` feature gate to beta and enabled it by default. ([#134729](https://github.com/kubernetes/kubernetes/pull/134729), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG Network and Node]
155155
- Promoted the `KubeletCrashLoopBackOffMax` feature gate to beta and enabled it by default. ([#135044](https://github.com/kubernetes/kubernetes/pull/135044), [@hankfreund](https://github.com/hankfreund))
156-
- Promoted the `RelaxedServiceNameValidation` feature to beta (enabled by default).
157-
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))
158156
- Selected a single device class deterministically when multiple device classes were available for an extended resource. ([#135037](https://github.com/kubernetes/kubernetes/pull/135037), [@yliaog](https://github.com/yliaog)) [SIG Node, Scheduling and Testing]
159157
- The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate is enabled:
160158
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`

0 commit comments

Comments
 (0)