-
Notifications
You must be signed in to change notification settings - Fork 398
/
Copy pathrelease-notes-draft.json
5867 lines (5867 loc) · 236 KB
/
release-notes-draft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"112957": {
"commit": "dc3f5ec6ccb9855dfa99f4c1078625df5fdfab6a",
"text": "\"kubelet allowed specifying a custom root directory for pod logs (instead of the default /var/log/pods) using the `podLogsDir` key in kubelet configuration.\"\n",
"markdown": "\"kubelet allowed specifying a custom root directory for pod logs (instead of the default /var/log/pods) using the `podLogsDir` key in kubelet configuration.\"\n ([#112957](https://github.com/kubernetes/kubernetes/pull/112957), [@mxpv](https://github.com/mxpv))",
"author": "mxpv",
"author_url": "https://github.com/mxpv",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/112957",
"pr_number": 112957,
"areas": [
"test",
"kubelet",
"code-generation"
],
"kinds": [
"api-change",
"feature"
],
"sigs": [
"scalability",
"node",
"api-machinery",
"testing"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"114301": {
"commit": "5b2c9195839baf74076b8618d5ac58645755f752",
"text": "Enabled concurrent log rotation in kubelet. You can now configure the maximum number of concurrent rotations with the `containerLogMaxWorkers` setting, and adjust the monitoring interval with `containerLogMonitorInterval`.",
"markdown": "Enabled concurrent log rotation in kubelet. You can now configure the maximum number of concurrent rotations with the `containerLogMaxWorkers` setting, and adjust the monitoring interval with `containerLogMonitorInterval`. ([#114301](https://github.com/kubernetes/kubernetes/pull/114301), [@harshanarayana](https://github.com/harshanarayana))",
"author": "harshanarayana",
"author_url": "https://github.com/harshanarayana",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/114301",
"pr_number": 114301,
"areas": [
"test",
"kubelet",
"code-generation"
],
"kinds": [
"bug",
"api-change",
"feature"
],
"sigs": [
"node",
"api-machinery",
"testing"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"114672": {
"commit": "98bd90fbe279f9083db92c51badce424d6d8b1c1",
"text": "Text logging in Kubernetes components now uses [textlogger](https://pkg.go.dev/k8s.io/klog/v2@v2.120.0/textlogger). The same split streams of info and error log entries with buffering of info entries is now also supported for text output (off by default, alpha feature). Previously, this was only supported for JSON. Performance is better also without split streams.",
"markdown": "Text logging in Kubernetes components now uses [textlogger](https://pkg.go.dev/k8s.io/klog/v2@v2.120.0/textlogger). The same split streams of info and error log entries with buffering of info entries is now also supported for text output (off by default, alpha feature). Previously, this was only supported for JSON. Performance is better also without split streams. ([#114672](https://github.com/kubernetes/kubernetes/pull/114672), [@pohly](https://github.com/pohly))",
"author": "pohly",
"author_url": "https://github.com/pohly",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/114672",
"pr_number": 114672,
"areas": [
"test",
"kubelet",
"kube-proxy",
"apiserver",
"kubectl",
"cloudprovider",
"code-generation",
"dependency"
],
"kinds": [
"api-change",
"feature"
],
"sigs": [
"network",
"storage",
"node",
"api-machinery",
"cluster-lifecycle",
"auth",
"cli",
"instrumentation",
"testing",
"architecture",
"cloud-provider"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"115768": {
"commit": "c02f5bc0f8e5b71b5c0aa71513bf52a6c91592dd",
"text": "\"Implemented the `prescore` extension point for the `volumeBinding` plugin. It now returns skip if it doesn't do anything in Score.\"\n",
"markdown": "\"Implemented the `prescore` extension point for the `volumeBinding` plugin. It now returns skip if it doesn't do anything in Score.\"\n ([#115768](https://github.com/kubernetes/kubernetes/pull/115768), [@AxeZhan](https://github.com/AxeZhan))",
"author": "AxeZhan",
"author_url": "https://github.com/AxeZhan",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/115768",
"pr_number": 115768,
"areas": [
"test"
],
"kinds": [
"api-change",
"feature"
],
"sigs": [
"scheduling",
"storage",
"testing"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"116209": {
"commit": "d2fc690421629db43165f3b2e828994c529c79ad",
"text": "Users are now allowed to mutate `FSGroupPolicy` and `PodInfoOnMount` in `CSIDriver.Spec`.",
"markdown": "Users are now allowed to mutate `FSGroupPolicy` and `PodInfoOnMount` in `CSIDriver.Spec`. ([#116209](https://github.com/kubernetes/kubernetes/pull/116209), [@haoruan](https://github.com/haoruan))",
"author": "haoruan",
"author_url": "https://github.com/haoruan",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/116209",
"pr_number": 116209,
"areas": [
"test",
"code-generation"
],
"kinds": [
"api-change",
"feature"
],
"sigs": [
"storage",
"api-machinery",
"testing"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"117024": {
"commit": "afa3f114d64ba5e02faae2e078deb1f82a9e0a07",
"text": "\"Scheduler now skips the `NodeAffinity Score` plugin when it has nothing to do with a Pod. You might have noticed an increase in the metric `plugin_execution_duration_seconds` for `extension_point=score` and `plugin=NodeAffinity`, because the plugin only runs when it's relevant.\"\n",
"markdown": "\"Scheduler now skips the `NodeAffinity Score` plugin when it has nothing to do with a Pod. You might have noticed an increase in the metric `plugin_execution_duration_seconds` for `extension_point=score` and `plugin=NodeAffinity`, because the plugin only runs when it's relevant.\"\n ([#117024](https://github.com/kubernetes/kubernetes/pull/117024), [@sanposhiho](https://github.com/sanposhiho))",
"author": "sanposhiho",
"author_url": "https://github.com/sanposhiho",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/117024",
"pr_number": 117024,
"areas": [
"test"
],
"kinds": [
"feature"
],
"sigs": [
"scheduling",
"testing"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"117046": {
"commit": "db82260c65df9cedaf93e924a2401b4e55a8a2a0",
"text": "\"Informers now supports adding Indexers after the informer starts.\"\n",
"markdown": "\"Informers now supports adding Indexers after the informer starts.\"\n ([#117046](https://github.com/kubernetes/kubernetes/pull/117046), [@howardjohn](https://github.com/howardjohn))",
"author": "howardjohn",
"author_url": "https://github.com/howardjohn",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/117046",
"pr_number": 117046,
"kinds": [
"feature"
],
"sigs": [
"api-machinery"
],
"feature": true,
"is_mapped": true
},
"119177": {
"commit": "195bb67d36c42faff8e99f97d2bad38587485989",
"text": "kube-scheduler implemented scheduling hints for the `NodeResourceFit` plugin. The scheduling hints allowed the scheduler to only retry scheduling a Pod that had been previously rejected by the `NodeResourceFit` plugin if a new Node or a Node update matched the Pod's resource requirements or if an old pod update or delete matched the Pod's resource requirements.",
"markdown": "Kube-scheduler implemented scheduling hints for the `NodeResourceFit` plugin. The scheduling hints allowed the scheduler to only retry scheduling a Pod that had been previously rejected by the `NodeResourceFit` plugin if a new Node or a Node update matched the Pod's resource requirements or if an old pod update or delete matched the Pod's resource requirements. ([#119177](https://github.com/kubernetes/kubernetes/pull/119177), [@carlory](https://github.com/carlory))",
"author": "carlory",
"author_url": "https://github.com/carlory",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/119177",
"pr_number": 119177,
"kinds": [
"feature"
],
"sigs": [
"scheduling"
],
"feature": true,
"is_mapped": true
},
"119200": {
"commit": "4163ce5017268b0ae25df327f0a210032ef1cc80",
"text": "kubectl debug now includes the sysadmin profile.",
"markdown": "Kubectl debug now includes the sysadmin profile. ([#119200](https://github.com/kubernetes/kubernetes/pull/119200), [@eiffel-fl](https://github.com/eiffel-fl))",
"documentation": [
{
"description": "[KEP]",
"url": "https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/1441-kubectl-debug#debugging-profiles",
"type": "KEP"
}
],
"author": "eiffel-fl",
"author_url": "https://github.com/eiffel-fl",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/119200",
"pr_number": 119200,
"areas": [
"test",
"kubectl"
],
"kinds": [
"feature"
],
"sigs": [
"cli",
"testing"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"119779": {
"commit": "8609b8c22c31714e02c5c00de385e404c7b7e6f1",
"text": "When a PreFilterResult filters out certain Nodes, the scheduling framework now categorizes them as rejected via `UnschedulableAndUnresolvable`. Consequently, these nodes are excluded from the candidates for the preemption process. Additionally, this update corrects how the scheduling framework handles the Unschedulable status from PreFilter. Previously, if PreFilter returned `Unschedulable`, it could lead to an unexpected abortion in the preemption process, which shouldn't occur in the default scheduler but might occur in schedulers with custom plugins.",
"markdown": "When a PreFilterResult filters out certain Nodes, the scheduling framework now categorizes them as rejected via `UnschedulableAndUnresolvable`. Consequently, these nodes are excluded from the candidates for the preemption process. Additionally, this update corrects how the scheduling framework handles the Unschedulable status from PreFilter. Previously, if PreFilter returned `Unschedulable`, it could lead to an unexpected abortion in the preemption process, which shouldn't occur in the default scheduler but might occur in schedulers with custom plugins. ([#119779](https://github.com/kubernetes/kubernetes/pull/119779), [@sanposhiho](https://github.com/sanposhiho))",
"author": "sanposhiho",
"author_url": "https://github.com/sanposhiho",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/119779",
"pr_number": 119779,
"kinds": [
"feature"
],
"sigs": [
"scheduling"
],
"feature": true,
"is_mapped": true
},
"119923": {
"commit": "26e2cc529915d342d3cf9df870b338695370756a",
"text": "\"Fixed an issue where mount points could become local without calling `NodePublishVolume` after node rebooting.\"\n",
"markdown": "\"Fixed an issue where mount points could become local without calling `NodePublishVolume` after node rebooting.\"\n ([#119923](https://github.com/kubernetes/kubernetes/pull/119923), [@cvvz](https://github.com/cvvz))",
"author": "cvvz",
"author_url": "https://github.com/cvvz",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/119923",
"pr_number": 119923,
"areas": [
"kubelet"
],
"kinds": [
"bug"
],
"sigs": [
"storage",
"node"
],
"duplicate": true,
"is_mapped": true
},
"120111": {
"commit": "20b28312ea9278c7b93340d0eca71023c45a43b3",
"text": "When using `kubectl logs \u003cpod-name\u003e` and the pod is not found, the error message now includes the namespace. Previously, the message would be \"Error from server (NotFound): pods \"my-pod-name\" not found\". Now, it reflects the namespace in the message as follows: \"Error from server (NotFound): pods \"my-pod-name\" not found in namespace \"default\"\".\n",
"markdown": "When using `kubectl logs \u003cpod-name\u003e` and the pod is not found, the error message now includes the namespace. Previously, the message would be \"Error from server (NotFound): pods \"my-pod-name\" not found\". Now, it reflects the namespace in the message as follows: \"Error from server (NotFound): pods \"my-pod-name\" not found in namespace \"default\"\".\n ([#120111](https://github.com/kubernetes/kubernetes/pull/120111), [@newtondev](https://github.com/newtondev))",
"author": "newtondev",
"author_url": "https://github.com/newtondev",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120111",
"pr_number": 120111,
"areas": [
"kubectl"
],
"kinds": [
"bug"
],
"sigs": [
"cli"
],
"is_mapped": true
},
"120159": {
"commit": "96461a22a45e09bb9cfc3515ff49616779a9a2a6",
"text": "Modified the error message of `unmanagedFatal` to enhance clarity while preserving grammatical consistency with `unmanagedWarning`. This improvement ensures a more understandable prompt for users.",
"markdown": "Modified the error message of `unmanagedFatal` to enhance clarity while preserving grammatical consistency with `unmanagedWarning`. This improvement ensures a more understandable prompt for users. ([#120159](https://github.com/kubernetes/kubernetes/pull/120159), [@Ithrael](https://github.com/Ithrael))",
"author": "Ithrael",
"author_url": "https://github.com/Ithrael",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120159",
"pr_number": 120159,
"areas": [
"kubectl"
],
"kinds": [
"documentation"
],
"sigs": [
"cli"
],
"is_mapped": true
},
"120246": {
"commit": "45656f8774c7c761f87a593f68563ccdb3b67523",
"text": "\"kubectl: Removed the deprecated flag `prune-whitelist` for apply. Please use the flag `prune-allowlist` instead.\"\n",
"markdown": "\"kubectl: Removed the deprecated flag `prune-whitelist` for apply. Please use the flag `prune-allowlist` instead.\"\n ([#120246](https://github.com/kubernetes/kubernetes/pull/120246), [@pacoxu](https://github.com/pacoxu))",
"author": "pacoxu",
"author_url": "https://github.com/pacoxu",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120246",
"pr_number": 120246,
"areas": [
"test",
"kubectl"
],
"kinds": [
"cleanup",
"deprecation"
],
"sigs": [
"cli",
"testing"
],
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"120291": {
"commit": "2efed1f1cb33bf7e3f44bb5e74bdaa9f7a5092f1",
"text": "Fixed Windows credential provider, cannot find binary. Windows credential provider binary path may have \".exe\" suffix so it is better to use `LookPath()` to support it flexibly.",
"markdown": "Fixed Windows credential provider, cannot find binary. Windows credential provider binary path may have \".exe\" suffix so it is better to use `LookPath()` to support it flexibly. ([#120291](https://github.com/kubernetes/kubernetes/pull/120291), [@lzhecheng](https://github.com/lzhecheng))",
"author": "lzhecheng",
"author_url": "https://github.com/lzhecheng",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120291",
"pr_number": 120291,
"areas": [
"provider/azure"
],
"kinds": [
"bug"
],
"sigs": [
"cloud-provider"
],
"is_mapped": true
},
"120344": {
"commit": "31a482a14937f8421de62b1416ab150ee1b3ff25",
"text": "Added the `disable-force-detach` CLI option for `kube-controller-manager`. By default, it's set to `false`. When enabled, it prevents force detaching volumes based on maximum unmount time and node status. If activated, the non-graceful node shutdown feature must be used to recover from node failure. Additionally, if a pod needs to be forcibly terminated at the risk of corruption, the appropriate VolumeAttachment object must be deleted.",
"markdown": "Added the `disable-force-detach` CLI option for `kube-controller-manager`. By default, it's set to `false`. When enabled, it prevents force detaching volumes based on maximum unmount time and node status. If activated, the non-graceful node shutdown feature must be used to recover from node failure. Additionally, if a pod needs to be forcibly terminated at the risk of corruption, the appropriate VolumeAttachment object must be deleted. ([#120344](https://github.com/kubernetes/kubernetes/pull/120344), [@rohitssingh](https://github.com/rohitssingh))",
"author": "rohitssingh",
"author_url": "https://github.com/rohitssingh",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120344",
"pr_number": 120344,
"areas": [
"test",
"code-generation"
],
"kinds": [
"bug",
"api-change",
"feature"
],
"sigs": [
"storage",
"api-machinery",
"apps",
"testing"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"120346": {
"commit": "835ad2bccd93ccccb7c4ec80b194832809332a67",
"text": "A new flag called `custom` has been introduced in `kubectl debug`, allowing users to customize pre-defined profiles.",
"markdown": "A new flag called `custom` has been introduced in `kubectl debug`, allowing users to customize pre-defined profiles. ([#120346](https://github.com/kubernetes/kubernetes/pull/120346), [@ardaguclu](https://github.com/ardaguclu))",
"documentation": [
{
"url": "https://github.com/kubernetes/enhancements/pull/4293",
"type": "KEP"
}
],
"author": "ardaguclu",
"author_url": "https://github.com/ardaguclu",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120346",
"pr_number": 120346,
"areas": [
"kubectl"
],
"kinds": [
"feature"
],
"sigs": [
"cli"
],
"feature": true,
"is_mapped": true
},
"120642": {
"commit": "6d6398ef9266abce3518a4c9a3d4e4d8feeffdc1",
"text": "Added consistent vanity import to files and provided tooling for verifying and updating them.",
"markdown": "Added consistent vanity import to files and provided tooling for verifying and updating them. ([#120642](https://github.com/kubernetes/kubernetes/pull/120642), [@jcchavezs](https://github.com/jcchavezs))",
"author": "jcchavezs",
"author_url": "https://github.com/jcchavezs",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120642",
"pr_number": 120642,
"areas": [
"kubelet",
"kube-proxy",
"apiserver",
"kubectl",
"cloudprovider",
"code-generation",
"ipvs",
"dependency"
],
"kinds": [
"api-change"
],
"sigs": [
"network",
"scalability",
"scheduling",
"storage",
"node",
"api-machinery",
"autoscaling",
"auth",
"apps",
"windows",
"cli",
"instrumentation",
"testing",
"release",
"architecture",
"cloud-provider"
],
"duplicate": true,
"do_not_publish": true,
"is_mapped": true
},
"120718": {
"commit": "5f4a20e65d0a472b5c90b85055059d987eed9d5e",
"text": "Node podresources API now includes init containers with containerRestartPolicy of `Always` when `SidecarContainers` feature is enabled.",
"markdown": "Node podresources API now includes init containers with containerRestartPolicy of `Always` when `SidecarContainers` feature is enabled. ([#120718](https://github.com/kubernetes/kubernetes/pull/120718), [@gjkim42](https://github.com/gjkim42))",
"documentation": [
{
"description": "[KEP]",
"url": "https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/753-sidecar-containers",
"type": "KEP"
}
],
"author": "gjkim42",
"author_url": "https://github.com/gjkim42",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120718",
"pr_number": 120718,
"areas": [
"test",
"kubelet"
],
"kinds": [
"feature"
],
"sigs": [
"node",
"testing"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"120902": {
"commit": "6c046796175de51e33290804a7665db5fa752a80",
"text": "Added an optimization to reduce stack memory usage for watch requests. It can be disabled with the feature gate: `APIServingWithRoutine=false`",
"markdown": "Added an optimization to reduce stack memory usage for watch requests. It can be disabled with the feature gate: `APIServingWithRoutine=false` ([#120902](https://github.com/kubernetes/kubernetes/pull/120902), [@linxiulei](https://github.com/linxiulei))",
"author": "linxiulei",
"author_url": "https://github.com/linxiulei",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/120902",
"pr_number": 120902,
"areas": [
"apiserver"
],
"kinds": [
"cleanup"
],
"sigs": [
"api-machinery"
],
"is_mapped": true
},
"121413": {
"commit": "e36fc426a71891a9c3b821225aed9f7ba2a92c0e",
"text": "```",
"markdown": "``` ([#121413](https://github.com/kubernetes/kubernetes/pull/121413), [@humblec](https://github.com/humblec)) [SIG Cloud Provider]",
"author": "humblec",
"author_url": "https://github.com/humblec",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121413",
"pr_number": 121413,
"areas": [
"provider/gcp"
],
"kinds": [
"cleanup"
],
"sigs": [
"cloud-provider"
],
"do_not_publish": true
},
"121461": {
"commit": "8e11104f0bec8abe62efd7acbb0afe6d908d195d",
"text": "\"Promoted the `CRDValidationRatcheting` feature gate to beta and made it enabled by default.\"\n",
"markdown": "\"Promoted the `CRDValidationRatcheting` feature gate to beta and made it enabled by default.\"\n ([#121461](https://github.com/kubernetes/kubernetes/pull/121461), [@alexzielenski](https://github.com/alexzielenski))",
"documentation": [
{
"description": "[KEP]",
"url": "https://kep.k8s.io/4008",
"type": "external"
}
],
"author": "alexzielenski",
"author_url": "https://github.com/alexzielenski",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121461",
"pr_number": 121461,
"areas": [
"test"
],
"kinds": [
"feature"
],
"sigs": [
"api-machinery",
"testing"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"121512": {
"commit": "11b974043604f5ccbeb6e5e62e1d9edcf00bc336",
"text": "The `apiserver.latency.k8s.io/decode-response-object` annotation was added to the audit log to record the decoding time.",
"markdown": "The `apiserver.latency.k8s.io/decode-response-object` annotation was added to the audit log to record the decoding time. ([#121512](https://github.com/kubernetes/kubernetes/pull/121512), [@HirazawaUi](https://github.com/HirazawaUi))",
"author": "HirazawaUi",
"author_url": "https://github.com/HirazawaUi",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121512",
"pr_number": 121512,
"areas": [
"apiserver"
],
"kinds": [
"feature"
],
"sigs": [
"api-machinery"
],
"feature": true,
"is_mapped": true
},
"121669": {
"commit": "89c314ed8b71c0894167cab151414517f298668d",
"text": "Fixed an issue to ignore unnecessary node events and improve daemonset controller performance.",
"markdown": "Fixed an issue to ignore unnecessary node events and improve daemonset controller performance. ([#121669](https://github.com/kubernetes/kubernetes/pull/121669), [@xigang](https://github.com/xigang))",
"author": "xigang",
"author_url": "https://github.com/xigang",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121669",
"pr_number": 121669,
"kinds": [
"bug"
],
"sigs": [
"apps"
],
"is_mapped": true
},
"121719": {
"commit": "14f8f5519d6d3e3e7d747231b7c7bf25584aa0dd",
"text": "A new kubelet metric `image_pull_duration_seconds` was added. The metric tracks the duration (in seconds) it takes for an image to be pulled, including the time spent in the waiting queue of image puller. The metric is broken down by bucketed image size.",
"markdown": "A new kubelet metric `image_pull_duration_seconds` was added. The metric tracks the duration (in seconds) it takes for an image to be pulled, including the time spent in the waiting queue of image puller. The metric is broken down by bucketed image size. ([#121719](https://github.com/kubernetes/kubernetes/pull/121719), [@ruiwen-zhao](https://github.com/ruiwen-zhao))",
"author": "ruiwen-zhao",
"author_url": "https://github.com/ruiwen-zhao",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121719",
"pr_number": 121719,
"areas": [
"kubelet"
],
"kinds": [
"feature"
],
"sigs": [
"node",
"instrumentation"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"121720": {
"commit": "cbfebf02e8c87096d45de4bec5d95f3d6835a23d",
"text": "\"Added a new internal metric `kubelet_first_network_pod_start_sli_duration_second` in the kubelet that allowed developers to understand the source of the latency problems on node startups.\"\n",
"markdown": "\"Added a new internal metric `kubelet_first_network_pod_start_sli_duration_second` in the kubelet that allowed developers to understand the source of the latency problems on node startups.\"\n ([#121720](https://github.com/kubernetes/kubernetes/pull/121720), [@aojea](https://github.com/aojea))",
"author": "aojea",
"author_url": "https://github.com/aojea",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121720",
"pr_number": 121720,
"areas": [
"kubelet"
],
"kinds": [
"documentation"
],
"sigs": [
"network",
"node",
"instrumentation"
],
"duplicate": true,
"is_mapped": true
},
"121736": {
"commit": "ae2be16e516dcd19da60341b170a3defff57e6bc",
"text": "Updated `kube-dns` to `v1.22.27`.",
"markdown": "Updated `kube-dns` to `v1.22.27`. ([#121736](https://github.com/kubernetes/kubernetes/pull/121736), [@ty-dc](https://github.com/ty-dc))",
"author": "ty-dc",
"author_url": "https://github.com/ty-dc",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121736",
"pr_number": 121736,
"areas": [
"provider/gcp"
],
"kinds": [
"cleanup"
],
"sigs": [
"cloud-provider"
],
"is_mapped": true
},
"121778": {
"commit": "0f7cc6fcaa0313c871312dbd1775f0f1a34684d3",
"text": "Added kubelet metrics to track the memory manager allocation and pinning.",
"markdown": "Added kubelet metrics to track the memory manager allocation and pinning. ([#121778](https://github.com/kubernetes/kubernetes/pull/121778), [@Tal-or](https://github.com/Tal-or))",
"author": "Tal-or",
"author_url": "https://github.com/Tal-or",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121778",
"pr_number": 121778,
"areas": [
"test",
"kubelet"
],
"kinds": [
"feature"
],
"sigs": [
"node",
"testing"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"121815": {
"commit": "91655922197276ced2e4e36114bb753e384dbd83",
"text": "\"Made decoding etcd's response respect the timeout context.\"\n",
"markdown": "\"Made decoding etcd's response respect the timeout context.\"\n ([#121815](https://github.com/kubernetes/kubernetes/pull/121815), [@HirazawaUi](https://github.com/HirazawaUi))",
"author": "HirazawaUi",
"author_url": "https://github.com/HirazawaUi",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121815",
"pr_number": 121815,
"areas": [
"apiserver"
],
"kinds": [
"bug"
],
"sigs": [
"api-machinery"
],
"is_mapped": true
},
"121834": {
"commit": "ccb1d08162b3b9231a11f5ed5f46322b6cd72cd1",
"text": "\"Added `imagefs.inodesfree` to default `EvictionHard` settings.\"\n",
"markdown": "\"Added `imagefs.inodesfree` to default `EvictionHard` settings.\"\n ([#121834](https://github.com/kubernetes/kubernetes/pull/121834), [@vaibhav2107](https://github.com/vaibhav2107))",
"author": "vaibhav2107",
"author_url": "https://github.com/vaibhav2107",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121834",
"pr_number": 121834,
"areas": [
"kubelet"
],
"kinds": [
"bug"
],
"sigs": [
"node"
],
"is_mapped": true
},
"121876": {
"commit": "02aaad0de94708b00e95ba6e809ac07d34eff61c",
"text": "When scheduling a mix of pods using `ResourceClaims` and others that don't, scheduling a pod with `ResourceClaims` has a lower impact on scheduling latency.",
"markdown": "When scheduling a mix of pods using `ResourceClaims` and others that don't, scheduling a pod with `ResourceClaims` has a lower impact on scheduling latency. ([#121876](https://github.com/kubernetes/kubernetes/pull/121876), [@pohly](https://github.com/pohly))",
"documentation": [
{
"description": "[KEP]",
"url": "https://github.com/kubernetes/enhancements/issues/3063",
"type": "KEP"
}
],
"author": "pohly",
"author_url": "https://github.com/pohly",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121876",
"pr_number": 121876,
"areas": [
"test",
"code-generation",
"e2e-test-framework"
],
"kinds": [
"api-change",
"feature"
],
"sigs": [
"scheduling",
"node",
"api-machinery",
"testing"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"121908": {
"commit": "3ca88dc1d0e73546ccc58a20496fd475f91d7116",
"text": "Updated `kubedns` and `nodelocaldns` to release version `1.22.28`.",
"markdown": "Updated `kubedns` and `nodelocaldns` to release version `1.22.28`. ([#121908](https://github.com/kubernetes/kubernetes/pull/121908), [@mzaian](https://github.com/mzaian))",
"author": "mzaian",
"author_url": "https://github.com/mzaian",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121908",
"pr_number": 121908,
"areas": [
"provider/gcp"
],
"kinds": [
"feature"
],
"sigs": [
"cloud-provider"
],
"feature": true,
"is_mapped": true
},
"121912": {
"commit": "76cd7521aa6216fb069dbd2d1f0f2c7a37fba32f",
"text": "\"Added the `CEL` library for IP Addresses and CIDRs. This was made available for use starting from version `1.31`.\"\n",
"markdown": "\"Added the `CEL` library for IP Addresses and CIDRs. This was made available for use starting from version `1.31`.\"\n ([#121912](https://github.com/kubernetes/kubernetes/pull/121912), [@JoelSpeed](https://github.com/JoelSpeed))",
"author": "JoelSpeed",
"author_url": "https://github.com/JoelSpeed",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121912",
"pr_number": 121912,
"areas": [
"apiserver"
],
"kinds": [
"api-change",
"feature"
],
"sigs": [
"api-machinery"
],
"feature": true,
"duplicate_kind": true,
"is_mapped": true
},
"121919": {
"commit": "8a9e0d936a7976680e2e6ff597721650f1ef809c",
"text": "\"Fixed a regression in `kube-proxy` introduced in version `1.26.0+` to make externalIPs work with externalTrafficPolicy: Local.\"\n",
"markdown": "\"Fixed a regression in `kube-proxy` introduced in version `1.26.0+` to make externalIPs work with externalTrafficPolicy: Local.\"\n ([#121919](https://github.com/kubernetes/kubernetes/pull/121919), [@uablrek](https://github.com/uablrek))",
"author": "uablrek",
"author_url": "https://github.com/uablrek",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121919",
"pr_number": 121919,
"areas": [
"kube-proxy",
"ipvs"
],
"kinds": [
"bug",
"regression"
],
"sigs": [
"network"
],
"duplicate_kind": true,
"is_mapped": true
},
"121946": {
"commit": "66d038d84d3d7da0394aca2720823fedadec0dee",
"text": "\"kube-apiserver now reloads the `--authorization-config` file when it changes. Reloads increment the `apiserver_authorization_config_controller_automatic_reload_last_timestamp_seconds` timestamp metric, with `status=\"success\"` for successful reloads and `status=\"failed\"` for failed reloads. Failed reloads keep using the previously loaded authorization configuration.\"\n",
"markdown": "\"kube-apiserver now reloads the `--authorization-config` file when it changes. Reloads increment the `apiserver_authorization_config_controller_automatic_reload_last_timestamp_seconds` timestamp metric, with `status=\"success\"` for successful reloads and `status=\"failed\"` for failed reloads. Failed reloads keep using the previously loaded authorization configuration.\"\n ([#121946](https://github.com/kubernetes/kubernetes/pull/121946), [@liggitt](https://github.com/liggitt))",
"author": "liggitt",
"author_url": "https://github.com/liggitt",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121946",
"pr_number": 121946,
"areas": [
"test",
"apiserver"
],
"kinds": [
"feature"
],
"sigs": [
"api-machinery",
"auth",
"testing"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"121952": {
"commit": "e566bd7769cb3dd00e2401d85e5af6d542523d66",
"text": "The scheduler now retries Pods, which are failed by `nodevolumelimits` due to not found PVCs, only when new PVCs are added.",
"markdown": "The scheduler now retries Pods, which are failed by `nodevolumelimits` due to not found PVCs, only when new PVCs are added. ([#121952](https://github.com/kubernetes/kubernetes/pull/121952), [@sanposhiho](https://github.com/sanposhiho))",
"author": "sanposhiho",
"author_url": "https://github.com/sanposhiho",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121952",
"pr_number": 121952,
"kinds": [
"feature"
],
"sigs": [
"scheduling",
"storage"
],
"feature": true,
"duplicate": true,
"is_mapped": true
},
"121954": {
"commit": "e04316a68af3fdf51467202809f8a611895097b6",
"text": "\"Some interfaces' signatures in the scheduler were updated: - PluginsRunner: used NodeInfo in `RunPreScorePlugins` and `RunScorePlugins`. - PreScorePlugin: used NodeInfo in `PreScore`. - Extender: used NodeInfo in `Filter` and `Prioritize`.\"\n",
"markdown": "\"Some interfaces' signatures in the scheduler were updated: - PluginsRunner: used NodeInfo in `RunPreScorePlugins` and `RunScorePlugins`. - PreScorePlugin: used NodeInfo in `PreScore`. - Extender: used NodeInfo in `Filter` and `Prioritize`.\"\n ([#121954](https://github.com/kubernetes/kubernetes/pull/121954), [@AxeZhan](https://github.com/AxeZhan))",
"author": "AxeZhan",
"author_url": "https://github.com/AxeZhan",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121954",
"pr_number": 121954,
"areas": [
"test"
],
"kinds": [
"cleanup",
"feature"
],
"sigs": [
"scheduling",
"storage",
"node",
"autoscaling",
"testing"
],
"feature": true,
"duplicate": true,
"duplicate_kind": true,
"is_mapped": true
},
"121958": {
"commit": "a56093db9f5cd63b35f962f541a8979760c00439",
"text": "\"kubeadm: improved the overall logic, error handling, and output messages when waiting for the kubelet and API server `/healthz` endpoints to return `OK`. The kubelet and API server checks no longer ran in parallel, but one after another (in serial).\"\n",
"markdown": "\"kubeadm: improved the overall logic, error handling, and output messages when waiting for the kubelet and API server `/healthz` endpoints to return `OK`. The kubelet and API server checks no longer ran in parallel, but one after another (in serial).\"\n ([#121958](https://github.com/kubernetes/kubernetes/pull/121958), [@neolit123](https://github.com/neolit123))",
"author": "neolit123",
"author_url": "https://github.com/neolit123",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121958",
"pr_number": 121958,
"areas": [
"kubeadm"
],
"kinds": [
"cleanup"
],
"sigs": [
"cluster-lifecycle"
],
"is_mapped": true
},
"121983": {
"commit": "0c24ec6e8a4364bfdc2aa33b0705f7225d3352d0",
"text": "\"Cleanup: removed `getStorageAccountName` warning messages.\"\n",
"markdown": "\"Cleanup: removed `getStorageAccountName` warning messages.\"\n ([#121983](https://github.com/kubernetes/kubernetes/pull/121983), [@andyzhangx](https://github.com/andyzhangx))",
"author": "andyzhangx",
"author_url": "https://github.com/andyzhangx",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/121983",
"pr_number": 121983,
"areas": [
"provider/azure"
],
"kinds": [
"cleanup"
],
"sigs": [
"storage",
"cloud-provider"
],
"duplicate": true,
"is_mapped": true
},
"122013": {
"commit": "040c59bb9d163a2d54dfb171bd602990cfead982",
"text": "A deprecated flag `--pod-max-in-unschedulable-pods-duration` was initially planned to be removed in v1.26, but we had to change this plan. We found [an issue](https://github.com/kubernetes/kubernetes/issues/110175) in which Pods can be stuck in the unschedulable pod pool for 5 min, and using this flag is the only workaround for this issue. \nThis issue only could happen if you use custom plugins or if you change plugin set being used in your scheduler via the scheduler config.",
"markdown": "A deprecated flag `--pod-max-in-unschedulable-pods-duration` was initially planned to be removed in v1.26, but we had to change this plan. We found [an issue](https://github.com/kubernetes/kubernetes/issues/110175) in which Pods can be stuck in the unschedulable pod pool for 5 min, and using this flag is the only workaround for this issue. \n This issue only could happen if you use custom plugins or if you change plugin set being used in your scheduler via the scheduler config. ([#122013](https://github.com/kubernetes/kubernetes/pull/122013), [@sanposhiho](https://github.com/sanposhiho))",
"author": "sanposhiho",
"author_url": "https://github.com/sanposhiho",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/122013",
"pr_number": 122013,
"kinds": [
"documentation"
],
"sigs": [
"scheduling"
],
"is_mapped": true
},
"122022": {
"commit": "5322af7f9e06dc457b48f6737edf3e1bf36490e5",
"text": "\"Previously, the scheduling queue didn't notice any extenders' failures, potentially resulting in missed cluster events and Pods rejected by Extenders being stuck in the unschedulable pod pool for up to 5 minutes in the worst-case scenario. Now, the scheduling queue notices extenders' failures and requeues Pods rejected by Extenders appropriately.\"\n",
"markdown": "\"Previously, the scheduling queue didn't notice any extenders' failures, potentially resulting in missed cluster events and Pods rejected by Extenders being stuck in the unschedulable pod pool for up to 5 minutes in the worst-case scenario. Now, the scheduling queue notices extenders' failures and requeues Pods rejected by Extenders appropriately.\"\n ([#122022](https://github.com/kubernetes/kubernetes/pull/122022), [@sanposhiho](https://github.com/sanposhiho))",
"author": "sanposhiho",
"author_url": "https://github.com/sanposhiho",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/122022",
"pr_number": 122022,
"kinds": [
"bug"
],
"sigs": [
"scheduling"
],
"is_mapped": true
},
"122023": {
"commit": "cacdf6c70728086bfcab387b901d9765cbcbfb6b",
"text": "Added `exec-interactive-mode` and `exec-provide-cluster-info` flags in kubectl config set-credentials command.",
"markdown": "Added `exec-interactive-mode` and `exec-provide-cluster-info` flags in kubectl config set-credentials command. ([#122023](https://github.com/kubernetes/kubernetes/pull/122023), [@ardaguclu](https://github.com/ardaguclu))",
"author": "ardaguclu",
"author_url": "https://github.com/ardaguclu",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/122023",
"pr_number": 122023,
"areas": [
"kubectl"
],
"kinds": [
"feature"
],
"sigs": [
"cli"
],
"feature": true,
"is_mapped": true
},
"122030": {
"commit": "eb1ae05cf040346bdb197490ef74ed929fdf60b7",
"text": "For statically provisioned PVs, if their volume source is of CSI type or they have a migrated annotation, when they are deleted, the PersistentVolume controller won't change their phase to the Failed state. With this patch, the external provisioner can remove the finalizer in the next reconcile loop. Unfortunately, if a previously existing PV has the Failed state, this patch won't take effect. Users are required to remove the finalizer manually.",
"markdown": "For statically provisioned PVs, if their volume source is of CSI type or they have a migrated annotation, when they are deleted, the PersistentVolume controller won't change their phase to the Failed state. With this patch, the external provisioner can remove the finalizer in the next reconcile loop. Unfortunately, if a previously existing PV has the Failed state, this patch won't take effect. Users are required to remove the finalizer manually. ([#122030](https://github.com/kubernetes/kubernetes/pull/122030), [@carlory](https://github.com/carlory))",
"documentation": [
{
"description": "[KEP]",
"url": "https://github.com/kubernetes/enhancements/issues/2644",
"type": "KEP"
}
],
"author": "carlory",
"author_url": "https://github.com/carlory",
"pr_url": "https://github.com/kubernetes/kubernetes/pull/122030",
"pr_number": 122030,
"kinds": [
"bug"
],
"sigs": [
"storage",
"apps"
],
"duplicate": true,
"is_mapped": true
},
"122032": {
"commit": "f68a965e5ae7a954b567c6162de0e2d17606d680",
"text": "\"The GA feature-gate `APISelfSubjectReview` has been removed, and the feature is unconditionally enabled.\"\n",
"markdown": "\"The GA feature-gate `APISelfSubjectReview` has been removed, and the feature is unconditionally enabled.\"\n ([#122032](https://github.com/kubernetes/kubernetes/pull/122032), [@carlory](https://github.com/carlory))",
"documentation": [
{
"description": "[KEP]",