Skip to content

Commit 8ae6165

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

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: 132219
22
releasenote:
3-
text: Promoted the Ordered Namespace Deletion to Conformance
3+
text: Promoted the Ordered Namespace Deletion to Conformance.
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
@@ -2874,8 +2874,8 @@
28742874
},
28752875
"132219": {
28762876
"commit": "3bab7bccd39cf0161c1f832413146be1988438be",
2877-
"text": "Promoted the Ordered Namespace Deletion to Conformance",
2878-
"markdown": "Promoted the Ordered Namespace Deletion to Conformance ([#132219](https://github.com/kubernetes/kubernetes/pull/132219), [@BenTheElder](https://github.com/BenTheElder)) [SIG API Machinery, Architecture and Testing]",
2877+
"text": "Promoted the Ordered Namespace Deletion to Conformance.",
2878+
"markdown": "Promoted the Ordered Namespace Deletion to Conformance. ([#132219](https://github.com/kubernetes/kubernetes/pull/132219), [@BenTheElder](https://github.com/BenTheElder)) [SIG API Machinery, Architecture and Testing]",
28792879
"documentation": [
28802880
{
28812881
"description": "[KEP]",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
- Kubelet: Extended the `--image-credential-provider-config` flag to accept a directory path in addition to a single file. When a directory was specified, all .json, .yaml, and .yml files in that directory were loaded and merged in lexicographical order. ([#131658](https://github.com/kubernetes/kubernetes/pull/131658), [@dims](https://github.com/dims)) [SIG Auth and Node]
107107
- LeaseLocks could now have custom labels that different holders would overwrite when they became the holder of the underlying lease. ([#131632](https://github.com/kubernetes/kubernetes/pull/131632), [@DerekFrank](https://github.com/DerekFrank))
108108
- Migrated validation in `CertificateSigningRequest` to use declarative validation. When the `DeclarativeValidation` feature gate is enabled, mismatches with existing validation are reported via metrics. If `DeclarativeValidationTakeover` is enabled, declarative validation becomes the primary source of errors for migrated fields. ([#132361](https://github.com/kubernetes/kubernetes/pull/132361), [@yongruilin](https://github.com/yongruilin)) [SIG API Machinery and Auth]
109-
- Promoted the Ordered Namespace Deletion to Conformance ([#132219](https://github.com/kubernetes/kubernetes/pull/132219), [@BenTheElder](https://github.com/BenTheElder)) [SIG API Machinery, Architecture and Testing]
109+
- Promoted the Ordered Namespace Deletion to Conformance. ([#132219](https://github.com/kubernetes/kubernetes/pull/132219), [@BenTheElder](https://github.com/BenTheElder)) [SIG API Machinery, Architecture and Testing]
110110
- Promoted the feature `OrderedNamespaceDeletion` to GA. ([#131514](https://github.com/kubernetes/kubernetes/pull/131514), [@cici37](https://github.com/cici37)) [SIG API Machinery and Testing]
111111
- Removed "endpoint-controller" and "workload-leader-election" FlowSchemas from the default APF configuration.
112112

0 commit comments

Comments
 (0)