Skip to content

Commit 2064289

Browse files
committed
YAML lint error in map file 132219, updated .yaml, .md and .json for PR 132219
1 parent 8ae6165 commit 2064289

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pr: 132645
22
releasenote:
3-
text: Graduated the `ConsistentListFromCache` to GA
3+
text: Graduated the `ConsistentListFromCache` to GA.
44
pr_body: ""

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3840,8 +3840,8 @@
38403840
},
38413841
"132645": {
38423842
"commit": "cb0b66a89f93952ea15c2f76fb878dd878e743a2",
3843-
"text": "Graduated the `ConsistentListFromCache` to GA",
3844-
"markdown": "Graduated the `ConsistentListFromCache` to GA ([#132645](https://github.com/kubernetes/kubernetes/pull/132645), [@serathius](https://github.com/serathius))",
3843+
"text": "Graduated the `ConsistentListFromCache` to GA.",
3844+
"markdown": "Graduated the `ConsistentListFromCache` to GA. ([#132645](https://github.com/kubernetes/kubernetes/pull/132645), [@serathius](https://github.com/serathius))",
38453845
"author": "serathius",
38463846
"author_url": "https://github.com/serathius",
38473847
"pr_url": "https://github.com/kubernetes/kubernetes/pull/132645",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
- Graduated relaxed DNS search string validation to GA. For the Pod API, `.spec.dnsConfig.searches`
9090
now allows an underscore (`_`) where a dash (`-`) would be allowed, and it allows search strings be a single dot `.`. ([#132036](https://github.com/kubernetes/kubernetes/pull/132036), [@adrianmoisey](https://github.com/adrianmoisey)) [SIG Network and Testing]
9191
- Graduated scheduler `QueueingHint` support to GA (general availability) ([#131973](https://github.com/kubernetes/kubernetes/pull/131973), [@sanposhiho](https://github.com/sanposhiho)) [SIG Scheduling and Testing]
92-
- Graduated the `ConsistentListFromCache` to GA ([#132645](https://github.com/kubernetes/kubernetes/pull/132645), [@serathius](https://github.com/serathius))
92+
- Graduated the `ConsistentListFromCache` to GA. ([#132645](https://github.com/kubernetes/kubernetes/pull/132645), [@serathius](https://github.com/serathius))
9393
- Implemented prioritization of resize requests based on `priorityClass` and QoS class when node resources are insufficient to accommodate all pending resize operations. ([#132342](https://github.com/kubernetes/kubernetes/pull/132342), [@natasha41575](https://github.com/natasha41575)) [SIG Node and Testing]
9494
- Included the namespace in the output of `kubectl delete` for better identification of resources. ([#126619](https://github.com/kubernetes/kubernetes/pull/126619), [@totegamma](https://github.com/totegamma))
9595
- Kube-apiserver: Each unique set of etcd server overrides specified with `--etcd-servers-overrides` surfaced health checks named `etcd-override-<index>` and `etcd-override-readiness-<index>`. These checks were still excluded by the `?exclude=etcd` and `?exclude=etcd-readiness` directives. ([#129438](https://github.com/kubernetes/kubernetes/pull/129438), [@pacoxu](https://github.com/pacoxu)) [SIG API Machinery and Testing]

0 commit comments

Comments
 (0)