Skip to content

Commit 37187b9

Browse files
committed
Add missing md and json content for PR #133412
1 parent 1fbcfbb commit 37187b9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7490,5 +7490,23 @@
74907490
],
74917491
"duplicate_kind": true,
74927492
"is_mapped": true
7493+
},
7494+
"133412": {
7495+
"commit": "2629fe25faa73837201dcfc7c4de039112ca125f",
7496+
"text": "Fixed an issue that caused kube-apiserver to panic in 1.34.0-rc.0.",
7497+
"markdown": "Fixed an issue that caused kube-apiserver to panic in 1.34.0-rc.0. ([#133412](https://github.com/kubernetes/kubernetes/pull/133412), [@richabanker](https://github.com/richabanker))",
7498+
"author": "richabanker",
7499+
"author_url": "https://github.com/richabanker",
7500+
"pr_url": "https://github.com/kubernetes/kubernetes/pull/133412",
7501+
"pr_number": 133412,
7502+
"kinds": [
7503+
"bug"
7504+
],
7505+
"sigs": [
7506+
"api-machinery",
7507+
"etcd"
7508+
],
7509+
"duplicate_kind": true,
7510+
"is_mapped": true
74937511
}
74947512
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
- Updated the HPA controller so that it no longer emitted a `FailedRescale` event if a scale operation initially failed due to a conflict but succeeded after a retry; it now emitted a `SuccessfulRescale` event in this case. A `FailedRescale` event was still emitted if all retries were exhausted. ([#132007](https://github.com/kubernetes/kubernetes/pull/132007), [@AumPatel1](https://github.com/AumPatel1)) [SIG Apps and Autoscaling]
310310
- `Statefulset` respected `minReadySeconds`. ([#130909](https://github.com/kubernetes/kubernetes/pull/130909), [@Edwinhr716](https://github.com/Edwinhr716))
311311
- `kubectl create|delete|get|replace --raw` commands now honored the server root paths specified in the kubeconfig file. ([#131165](https://github.com/kubernetes/kubernetes/pull/131165), [@liggitt](https://github.com/liggitt))
312+
- Fixed an issue that caused `kube-apiserver` to panic in 1.34.0-rc.0. ([133412](https://github.com/kubernetes/kubernetes/pull/133412), [@richabanker](https://github.com/richabanker)) [SIG API Machinery and Etcd]
312313

313314
### Other (Cleanup or Flake)
314315

0 commit comments

Comments
 (0)