Skip to content

Commit 73e5175

Browse files
Address GH review comments
- Update releases/release-1.35/release-notes/maps/pr-134545-map.yaml - Update releases/release-1.35/release-notes/release-notes-draft.json - Update release notes draft to version v1.35.0-rc.0 Co-authored-by: Tushar Mittal <78614901+kernel-kun@users.noreply.github.com> Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
1 parent 900f36c commit 73e5175

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: 134545
22
releasenote:
3-
text: Populated involvedObject.apiVersion on Events created for Nodes and Pods.
3+
text: Populated `involvedObject.apiVersion` on Events created for Nodes and Pods.
44
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
@@ -3398,8 +3398,8 @@
33983398
},
33993399
"134545": {
34003400
"commit": "501b768370037324c8ffd776dfa3d4d712624f1e",
3401-
"text": "Populated involvedObject.apiVersion on Events created for Nodes and Pods.",
3402-
"markdown": "Populated involvedObject.apiVersion on Events created for Nodes and Pods. ([#134545](https://github.com/kubernetes/kubernetes/pull/134545), [@novahe](https://github.com/novahe)) [SIG Cloud Provider, Network, Node, Scalability and Testing]",
3401+
"text": "Populated `involvedObject.apiVersion` on Events created for Nodes and Pods.",
3402+
"markdown": "Populated `involvedObject.apiVersion` on Events created for Nodes and Pods. ([#134545](https://github.com/kubernetes/kubernetes/pull/134545), [@novahe](https://github.com/novahe)) [SIG Cloud Provider, Network, Node, Scalability and Testing]",
34033403
"author": "novahe",
34043404
"author_url": "https://github.com/novahe",
34053405
"pr_url": "https://github.com/kubernetes/kubernetes/pull/134545",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
- Kubelet: Fixed an internal deadlock that caused the connection to a DRA driver to become unusable after being idle for 30 minutes. ([#133926](https://github.com/kubernetes/kubernetes/pull/133926), [@pohly](https://github.com/pohly))
247247
- Made legacy watch calls (`ResourceVersion` = 0 or unset) that generate init-events weigh higher in `API Priority and Fairness (APF)` seat usage. Properly accounting for their cost protects the API server from CPU overload. Users might see increased throttling of such calls as a result. ([#134601](https://github.com/kubernetes/kubernetes/pull/134601), [@shyamjvs](https://github.com/shyamjvs))
248248
- Namespace is now included in the `--dry-run=client` output for `HorizontalPodAutoscaler (HPA)` objects. ([#134263](https://github.com/kubernetes/kubernetes/pull/134263), [@ardaguclu](https://github.com/ardaguclu)) [SIG CLI and Testing]
249-
- Populated involvedObject.apiVersion on Events created for Nodes and Pods. ([#134545](https://github.com/kubernetes/kubernetes/pull/134545), [@novahe](https://github.com/novahe)) [SIG Cloud Provider, Network, Node, Scalability and Testing]
249+
- Populated `involvedObject.apiVersion` on Events created for Nodes and Pods. ([#134545](https://github.com/kubernetes/kubernetes/pull/134545), [@novahe](https://github.com/novahe)) [SIG Cloud Provider, Network, Node, Scalability and Testing]
250250
- Promoted VAC API test to conformance. ([#133615](https://github.com/kubernetes/kubernetes/pull/133615), [@carlory](https://github.com/carlory)) [SIG Architecture, Storage and Testing]
251251
- Removed `BlockOwnerDeletion` from `ResourceClaim` created from `ResourceClaimTemplate` and from `extendedResourceClaim` created by the `scheduler`. ([#134956](https://github.com/kubernetes/kubernetes/pull/134956), [@yliaog](https://github.com/yliaog)) [SIG Apps, Node and Scheduling]
252252
- Removed an incorrect `SessionAffinity` warning that appeared when a headless service was created or updated. ([#134054](https://github.com/kubernetes/kubernetes/pull/134054), [@Peac36](https://github.com/Peac36))

0 commit comments

Comments
 (0)