File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 11# HEAD
22
3+ # [ v2.6.0] ( https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/releases/tag/v2.6.0 )
4+
5+ ### Feature
6+
7+ - Optional controller to automatically clean up stale PV/PVC objects when a Node is deleted (#385 , @justinblalock87 )
8+ - Support for watching ConfigMap changes and restarting main sync loop including informer and job controller (if specified) (#265 , @yibozhuang )
9+
10+ ### Bug or Regression
11+
12+ - Fix: CVE-2022 -1996
13+ fix: CVE-2022 -29526 (#335 , @umagnus )
14+ - Fix: CVE-2022 -27664 (#339 , @andyzhangx )
15+ - Fix: CVE-2022 -32149 (#342 , @andyzhangx )
16+ - Fix: CVE-2022 -41723 (#367 , @andyzhangx )
17+ - Fix: CVE-2023 -2431 (#383 , @andyzhangx )
18+ - Fix: set admin user in windows image build (#338 , @andyzhangx )
19+
20+ ### Other (Cleanup or Flake)
21+
22+ - Chore: replace unmaintained ` github.com/ghodss/yaml ` dependency with ` sigs.k8s.io/yaml ` (#387 , @Juneezee )
23+ - Cleanup: remove Windows 20H2 image build since 20H2 is not maintained and supported any more from more than 1 year ago (#382 , @andyzhangx )
24+ - Images are no longer published on quay.io. Use registry.k8s.io for image access. (#394 , @msau42 )
25+
326# [ v2.5.0] ( https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/releases/tag/v2.5.0 )
427
528Image updates:
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ Recommended provisioner versions with Kubernetes versions
9797
9898| Provisioner version | K8s version | Reason |
9999| ------------------- | ------------- | ------------------------- |
100+ | [ 2.6.0] [ 6 ] | 1.12+ | |
100101| [ 2.5.0] [ 5 ] | 1.12+ | |
101102| [ 2.4.0] [ 4 ] | 1.12+ | fs on block support |
102103| [ 2.2.0] [ 3 ] | 1.10 | Beta API default, block |
@@ -108,6 +109,7 @@ Recommended provisioner versions with Kubernetes versions
108109[ 3 ] : https://github.com/kubernetes-incubator/external-storage/tree/local-volume-provisioner-v2.2.0/local-volume
109110[ 4 ] : https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/tree/v2.4.0
110111[ 5 ] : https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/tree/v2.5.0
112+ [ 6 ] : https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/tree/v2.6.0
111113
112114
113115## K8s Feature Status
Original file line number Diff line number Diff line change 11## v2.0.0
22
3- ** Breaking changes: **
3+ ### Breaking changes
44
5- - Flattened some keys of the helm chart
5+ - Helm Chart values flattened when possible ( # 393 , @ mauriciopoppe )
66 - Flattened top level ` common ` dictionary, all the keys are now at the top level.
77 - Flattened top level ` daemonset ` dictionary, all the keys are now at the top level.
88- ` rbac.pspEnabled ` removed
99- ` useAlphaAPI ` removed
10+
11+ ### Features
12+
13+ - Add enableWindows helm chart value to control the deployment of Windows manifests (#388 , @jennwah )
14+ - Helm chart v1.0.0 uses registry.k8s.io/sig-storage/local-volume-provisioner: v2 .5.0
15+ Add field .Values.daemonset.nodeSelectorWindows to the helm chart. (#353 , @mauriciopoppe )
You can’t perform that action at this time.
0 commit comments