Skip to content

Commit bf6f281

Browse files
authored
Merge pull request #396 from msau42/release
Update CHANGELOG for 2.6.0
2 parents ff4c279 + 49c2b07 commit bf6f281

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

528
Image updates:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

helm/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
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)

0 commit comments

Comments
 (0)