Skip to content

Commit 4babc27

Browse files
committed
Added release notes of 131263 and 131359
Signed-off-by: Rayan Das <[email protected]>
1 parent 237c3c7 commit 4babc27

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6330,5 +6330,47 @@
63306330
],
63316331
"duplicate": true,
63326332
"is_mapped": true
6333+
},
6334+
"131263": {
6335+
"commit": "0266d3bcb37f6a5e649ae0af7f1bf243938e4d56",
6336+
"text": "kube-apiserver: Fixes an issue updating the default ServiceCIDR API object and creating dual-stack Service API objects when `--service-cluster-ip-range` flag passed to kube-apiserver is changed from single-stack to dual-stack",
6337+
"markdown": "kube-apiserver: Fixes an issue updating the default ServiceCIDR API object and creating dual-stack Service API objects when `--service-cluster-ip-range` flag passed to kube-apiserver is changed from single-stack to dual-stack ([#131263](https://github.com/kubernetes/kubernetes/pull/131263), [@aojea](https://github.com/aojea)) [SIG API Machinery, Network and Testing]",
6338+
"author": "aojea",
6339+
"author_url": "https://github.com/aojea",
6340+
"pr_url": "https://github.com/kubernetes/kubernetes/pull/131263",
6341+
"pr_number": 131263,
6342+
"areas": [
6343+
"test"
6344+
],
6345+
"kinds": [
6346+
"bug"
6347+
],
6348+
"sigs": [
6349+
"api-machinery",
6350+
"network",
6351+
"testing"
6352+
],
6353+
"duplicate": true,
6354+
"is_mapped": true
6355+
},
6356+
"131359": {
6357+
"commit": "660df229bf3929741cf31659187060d0c651dcf9",
6358+
"text": "kube-apiserver disabled the beta WatchList feature by default in 1.33 in favor of the `StreamingCollectionEncodingToJSON` and `StreamingCollectionEncodingToProtobuf` features.\nkube-controller-manager no longer opts into enabling the WatchListClient feature in 1.33.",
6359+
"markdown": "kube-apiserver disabled the beta WatchList feature by default in 1.33 in favor of the `StreamingCollectionEncodingToJSON` and `StreamingCollectionEncodingToProtobuf` features.\nkube-controller-manager no longer opts into enabling the WatchListClient feature in 1.33. ([#131359](https://github.com/kubernetes/kubernetes/pull/131359), [@deads2k](https://github.com/deads2k)) [SIG API Machinery, Network and Testing]",
6360+
"author": "deads2k",
6361+
"author_url": "https://github.com/deads2k",
6362+
"pr_url": "https://github.com/kubernetes/kubernetes/pull/131359",
6363+
"pr_number": 131359,
6364+
"areas": [
6365+
"apiserver"
6366+
],
6367+
"kinds": [
6368+
"cleanup"
6369+
],
6370+
"sigs": [
6371+
"api-machinery"
6372+
],
6373+
"duplicate": true,
6374+
"is_mapped": true
63336375
}
63346376
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ if necessary when pods with nominated node names got deleted or nominated on a d
330330
in the `NetworkDeviceData` are now validated more strictly. ([#129219](https://github.com/kubernetes/kubernetes/pull/129219), [@danwinship](https://github.com/danwinship)) [SIG Network]
331331
- YAML input that might previously have been misinterpreted as JSON is now correctly accepted. ([#130666](https://github.com/kubernetes/kubernetes/pull/130666), [@thockin](https://github.com/thockin))
332332
- [kubectl] Improved the describe output for projected volume sources to clearly indicate whether Secret and ConfigMap entries are optional. ([#129457](https://github.com/kubernetes/kubernetes/pull/129457), [@gshaibi](https://github.com/gshaibi)) [SIG CLI]
333+
- kube-apiserver: Fixes an issue updating the default ServiceCIDR API object and creating dual-stack Service API objects when `--service-cluster-ip-range` flag passed to kube-apiserver is changed from single-stack to dual-stack. ([#131263](https://github.com/kubernetes/kubernetes/pull/131263), [@aojea](https://github.com/aojea)) [SIG API Machinery, Network and Testing]
333334

334335
### Other (Cleanup or Flake)
335336

@@ -373,4 +374,5 @@ kubelet and kube-proxy will continue to report `iptables` errors if its usage is
373374
- Renamed coredns metrics, see https://github.com/coredns/coredns/blob/v1.11.0/plugin/forward/README.md#metrics. ([#129175](https://github.com/kubernetes/kubernetes/pull/129175), [@DamianSawicki](https://github.com/DamianSawicki)) [SIG Cloud Provider]
374375
- Updated CNI plugins to `v1.6.2`. ([#129776](https://github.com/kubernetes/kubernetes/pull/129776), [@saschagrunert](https://github.com/saschagrunert)) [SIG Cloud Provider, Node and Testing]
375376
- Updated cri-tools to `v1.32.0`. ([#129116](https://github.com/kubernetes/kubernetes/pull/129116), [@saschagrunert](https://github.com/saschagrunert))
376-
- Updated the etcd client library to `v3.5.21` ([#131103](https://github.com/kubernetes/kubernetes/pull/131103), [@ahrtr](https://github.com/ahrtr)) [SIG API Machinery, Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Etcd, Instrumentation, Network, Node and Storage]
377+
- Updated the etcd client library to `v3.5.21` ([#131103](https://github.com/kubernetes/kubernetes/pull/131103), [@ahrtr](https://github.com/ahrtr)) [SIG API Machinery, Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Etcd, Instrumentation, Network, Node and Storage]
378+
- kube-apiserver disables the beta WatchList feature by default in 1.33 in favor of the `StreamingCollectionEncodingToJSON` and `StreamingCollectionEncodingToProtobuf` features.kube-controller-manager no longer opts into enabling the WatchListClient feature in 1.33. ([#131359](https://github.com/kubernetes/kubernetes/pull/131359), [@deads2k](https://github.com/deads2k)) [SIG API Machinery]

0 commit comments

Comments
 (0)