Skip to content

Commit 8249291

Browse files
committed
removed duplicate notes
Signed-off-by: Rayan Das <[email protected]>
1 parent ec69593 commit 8249291

File tree

2 files changed

+1
-73
lines changed

2 files changed

+1
-73
lines changed

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

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,29 +1991,6 @@
19911991
],
19921992
"is_mapped": true
19931993
},
1994-
"129422": {
1995-
"commit": "bf403cb9e84e20826da8e654c8b32fe9d4889808",
1996-
"text": "Kubernetes is now built with Go `1.23.4`.",
1997-
"markdown": "Kubernetes is now built with Go `1.23.4`. ([#129422](https://github.com/kubernetes/kubernetes/pull/129422), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]",
1998-
"author": "cpanato",
1999-
"author_url": "https://github.com/cpanato",
2000-
"pr_url": "https://github.com/kubernetes/kubernetes/pull/129422",
2001-
"pr_number": 129422,
2002-
"areas": [
2003-
"test",
2004-
"release-eng"
2005-
],
2006-
"kinds": [
2007-
"feature"
2008-
],
2009-
"sigs": [
2010-
"release",
2011-
"testing"
2012-
],
2013-
"feature": true,
2014-
"duplicate": true,
2015-
"is_mapped": true
2016-
},
20171994
"129450": {
20181995
"commit": "fcc1e9002af912ccfca0e5553bc8b7890b18115a",
20191996
"text": "kubeadm: removed preflight check for nsenter on Linux nodes\nkubeadm: added preflight check for `losetup` on Linux nodes. It's required by kubelet for keeping a block device opened.",
@@ -3159,29 +3136,6 @@
31593136
"feature": true,
31603137
"is_mapped": true
31613138
},
3162-
"129962": {
3163-
"commit": "8b1307894d06260f48877740550ac961077e0fa0",
3164-
"text": "Changed the version of Go that Kubernetes builds against. Kubernetes is now built with Go `1.23.5`.",
3165-
"markdown": "Changed the version of Go that Kubernetes builds against. Kubernetes is now built with Go `1.23.5`. ([#129962](https://github.com/kubernetes/kubernetes/pull/129962), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]",
3166-
"author": "cpanato",
3167-
"author_url": "https://github.com/cpanato",
3168-
"pr_url": "https://github.com/kubernetes/kubernetes/pull/129962",
3169-
"pr_number": 129962,
3170-
"areas": [
3171-
"test",
3172-
"release-eng"
3173-
],
3174-
"kinds": [
3175-
"feature"
3176-
],
3177-
"sigs": [
3178-
"release",
3179-
"testing"
3180-
],
3181-
"feature": true,
3182-
"duplicate": true,
3183-
"is_mapped": true
3184-
},
31853139
"129970": {
31863140
"commit": "070f0ad3bdfc17da90defdb45bb644aaf07dd43e",
31873141
"text": "The `resource.k8s.io/v1beta1` API is deprecated and will be removed in 1.36. Use `v1beta2` instead.",
@@ -3667,29 +3621,6 @@
36673621
"duplicate_kind": true,
36683622
"is_mapped": true
36693623
},
3670-
"130074": {
3671-
"commit": "77d7f6380071e5719345aa34461c3e4619e0efab",
3672-
"text": "Kubernetes is now built with Go `1.23.6`",
3673-
"markdown": "Kubernetes is now built with Go `1.23.6` ([#130074](https://github.com/kubernetes/kubernetes/pull/130074), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]",
3674-
"author": "cpanato",
3675-
"author_url": "https://github.com/cpanato",
3676-
"pr_url": "https://github.com/kubernetes/kubernetes/pull/130074",
3677-
"pr_number": 130074,
3678-
"areas": [
3679-
"test",
3680-
"release-eng"
3681-
],
3682-
"kinds": [
3683-
"feature"
3684-
],
3685-
"sigs": [
3686-
"release",
3687-
"testing"
3688-
],
3689-
"feature": true,
3690-
"duplicate": true,
3691-
"is_mapped": true
3692-
},
36933624
"130098": {
36943625
"commit": "4f925a63a0d828bbb210824221c1a36f14af2929",
36953626
"text": "The v1 Endpoints API is now officially deprecated (though still fully supported). The API will not be removed, but all users should use the EndpointSlice API instead.",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ consistent with typed JSON metadata decoding, rather than dropping all labels an
157157
- Calculated pod resources are now cached when adding pods to NodeInfo in the scheduler framework, improving performance when processing unschedulable pods. ([#129635](https://github.com/kubernetes/kubernetes/pull/129635), [@macsko](https://github.com/macsko)) [SIG Scheduling]
158158
- `cel-go` has been bumped to `v0.23.2`. ([#129844](https://github.com/kubernetes/kubernetes/pull/129844), [@cici37](https://github.com/cici37)) [SIG API Machinery, Auth, Cloud Provider and Node]
159159
- Changed metadata management for Pods to populate `.metadata.generation` on writes. New pods will have a `metadata.generation` of 1; updates to mutable fields in the Pod `.spec` will result in `metadata.generation` being incremented by 1. ([#130181](https://github.com/kubernetes/kubernetes/pull/130181), [@natasha41575](https://github.com/natasha41575)) [SIG Apps, Node and Testing]
160-
- Changed the version of Go that Kubernetes builds against. Kubernetes is now built with Go `1.23.5`. ([#129962](https://github.com/kubernetes/kubernetes/pull/129962), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]
161160
- DRA: Starting Kubernetes 1.33, regular users with namespaced cluster `edit` role assigned have `read` permission to `resourceclaims`, `resourceclaims/status`,`resourceclaimtemplates`. And `write` permission for `resourceclaims`, `resourceclaimtemplates`. ([#130738](https://github.com/kubernetes/kubernetes/pull/130738), [@ritazh](https://github.com/ritazh)) [SIG Auth]
162161
- `DRAResourceClaimDeviceStatus` is now turned on by default allowing DRA-Drivers to report device status data for each allocated device. ([#130814](https://github.com/kubernetes/kubernetes/pull/130814), [@LionelJouin](https://github.com/LionelJouin)) [SIG Network and Node]
163162
- `DistributeCPUsAcrossNUMA` policy option is promoted to Beta. ([#130541](https://github.com/kubernetes/kubernetes/pull/130541), [@swatisehgal](https://github.com/swatisehgal)) [SIG Node]
@@ -200,9 +199,7 @@ large collections. Streaming list responses can be disabled via the `StreamingJS
200199
kubeadm: added preflight check for `losetup` on Linux nodes. It's required by kubelet for keeping a block device opened. ([#129450](https://github.com/kubernetes/kubernetes/pull/129450), [@carlory](https://github.com/carlory)) [SIG Cluster Lifecycle]
201200
- kubeadm: removed the feature gate EtcdLearnerMode which graduated to GA in 1.32. ([#129589](https://github.com/kubernetes/kubernetes/pull/129589), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
202201
- kubelet + DRA: For DRA driver plugins (and only for those!), the kubelet now supports a rolling update with `maxSurge > 0` in the driver's DaemonSet. A DRA driver must support this, which can be done via the k8s.io/dynamic-resource-allocation/kubeletplugin helper package. ([#129832](https://github.com/kubernetes/kubernetes/pull/129832), [@pohly](https://github.com/pohly)) [SIG Node, Storage and Testing]
203-
- Kubernetes is now built with Go 1.23.6 ([#130074](https://github.com/kubernetes/kubernetes/pull/130074), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]
204-
- Kubernetes is now built with Go 1.24.0 ([#129688](https://github.com/kubernetes/kubernetes/pull/129688), [@cpanato](https://github.com/cpanato)) [SIG API Machinery, Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Instrumentation, Network, Node, Release, Scheduling, Storage and Testing]
205-
- Kubernetes is now built with Go `1.23.4`. ([#129422](https://github.com/kubernetes/kubernetes/pull/129422), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]
202+
- Kubernetes is now built with Go `1.24.0` ([#129688](https://github.com/kubernetes/kubernetes/pull/129688), [@cpanato](https://github.com/cpanato)) [SIG API Machinery, Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Instrumentation, Network, Node, Release, Scheduling, Storage and Testing]
206203
- NodeRestriction admission now validates that the audience value, the kubelet requested a service account token for, is part of the pod spec volume. The kube-apiserver featuregate `ServiceAccountNodeAudienceRestriction` is enabled by default in 1.33. ([#130017](https://github.com/kubernetes/kubernetes/pull/130017), [@aramase](https://github.com/aramase))
207204
- Pod resource checkpointing is now tracked by the `allocated_pods_state` and `actuated_pods_state` files, replacing the previously used `pod_status_manager_state`. ([#130599](https://github.com/kubernetes/kubernetes/pull/130599), [@tallclair](https://github.com/tallclair))
208205
- `PodLifecycleSleepAction` is now turned on by default allowing users to create containers with sleep lifecycle action with a duration of zero seconds ([#130621](https://github.com/kubernetes/kubernetes/pull/130621), [@sreeram-venkitesh](https://github.com/sreeram-venkitesh)) [SIG Node]

0 commit comments

Comments
 (0)