Skip to content

Commit 27dd451

Browse files
github-actions[bot]sergelogvinov
authored andcommitted
chore: release v0.9.0
Release v0.9.0 Signed-off-by: Serge Logvinov <[email protected]>
1 parent a30235b commit 27dd451

File tree

8 files changed

+96
-73
lines changed

8 files changed

+96
-73
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11

2+
## [v0.9.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.8.2...v0.9.0) (2025-01-01)
3+
4+
Welcome to the v0.9.0 release of Proxmox CSI Plugin!
5+
6+
### Bug Fixes
7+
8+
- volume size (b08a592)
9+
10+
### Features
11+
12+
- minimal chunk size (898f6e7)
13+
14+
### Miscellaneous
15+
16+
- release v0.9.0 (1555d55)
17+
- bump deps (a30235b)
18+
- bump deps (db61132)
19+
- bump deps (0695c22)
20+
- bump deps (2351ca2)
21+
- release v0.8.2 (0cd72b0)
22+
- **chart:** update csi sidecar (d3b2b84)
23+
24+
225
## [v0.8.2](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.8.1...v0.8.2) (2024-09-28)
326

427
Welcome to the v0.8.2 release of Proxmox CSI Plugin!

charts/proxmox-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ maintainers:
1818
url: https://github.com/sergelogvinov
1919
#
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.3.0
21+
version: 0.3.1
2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
2525
# It is recommended to use it with quotes.
26-
appVersion: v0.8.2
26+
appVersion: v0.9.0

charts/proxmox-csi-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# proxmox-csi-plugin
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.2](https://img.shields.io/badge/AppVersion-v0.8.2-informational?style=flat-square)
3+
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square)
44

55
Container Storage Interface plugin for Proxmox
66

docs/deploy/proxmox-csi-plugin-release.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ metadata:
1616
name: proxmox-csi-plugin-controller
1717
namespace: csi-proxmox
1818
labels:
19-
helm.sh/chart: proxmox-csi-plugin-0.2.14
19+
helm.sh/chart: proxmox-csi-plugin-0.3.1
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.8.2"
22+
app.kubernetes.io/version: "v0.9.0"
2323
app.kubernetes.io/managed-by: Helm
2424
---
2525
# Source: proxmox-csi-plugin/templates/serviceaccount.yaml
@@ -29,10 +29,10 @@ metadata:
2929
name: proxmox-csi-plugin-node
3030
namespace: csi-proxmox
3131
labels:
32-
helm.sh/chart: proxmox-csi-plugin-0.2.14
32+
helm.sh/chart: proxmox-csi-plugin-0.3.1
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.8.2"
35+
app.kubernetes.io/version: "v0.9.0"
3636
app.kubernetes.io/managed-by: Helm
3737
---
3838
# Source: proxmox-csi-plugin/templates/controller-clusterrole.yaml
@@ -42,10 +42,10 @@ metadata:
4242
name: proxmox-csi-plugin-controller
4343
namespace: csi-proxmox
4444
labels:
45-
helm.sh/chart: proxmox-csi-plugin-0.2.14
45+
helm.sh/chart: proxmox-csi-plugin-0.3.1
4646
app.kubernetes.io/name: proxmox-csi-plugin
4747
app.kubernetes.io/instance: proxmox-csi-plugin
48-
app.kubernetes.io/version: "v0.8.2"
48+
app.kubernetes.io/version: "v0.9.0"
4949
app.kubernetes.io/managed-by: Helm
5050
rules:
5151
- apiGroups: [""]
@@ -85,10 +85,10 @@ metadata:
8585
name: proxmox-csi-plugin-node
8686
namespace: csi-proxmox
8787
labels:
88-
helm.sh/chart: proxmox-csi-plugin-0.2.14
88+
helm.sh/chart: proxmox-csi-plugin-0.3.1
8989
app.kubernetes.io/name: proxmox-csi-plugin
9090
app.kubernetes.io/instance: proxmox-csi-plugin
91-
app.kubernetes.io/version: "v0.8.2"
91+
app.kubernetes.io/version: "v0.9.0"
9292
app.kubernetes.io/managed-by: Helm
9393
rules:
9494
- apiGroups:
@@ -133,10 +133,10 @@ metadata:
133133
name: proxmox-csi-plugin-controller
134134
namespace: csi-proxmox
135135
labels:
136-
helm.sh/chart: proxmox-csi-plugin-0.2.14
136+
helm.sh/chart: proxmox-csi-plugin-0.3.1
137137
app.kubernetes.io/name: proxmox-csi-plugin
138138
app.kubernetes.io/instance: proxmox-csi-plugin
139-
app.kubernetes.io/version: "v0.8.2"
139+
app.kubernetes.io/version: "v0.9.0"
140140
app.kubernetes.io/managed-by: Helm
141141
rules:
142142
- apiGroups: ["coordination.k8s.io"]
@@ -175,10 +175,10 @@ metadata:
175175
name: proxmox-csi-plugin-node
176176
namespace: csi-proxmox
177177
labels:
178-
helm.sh/chart: proxmox-csi-plugin-0.2.14
178+
helm.sh/chart: proxmox-csi-plugin-0.3.1
179179
app.kubernetes.io/name: proxmox-csi-plugin
180180
app.kubernetes.io/instance: proxmox-csi-plugin
181-
app.kubernetes.io/version: "v0.8.2"
181+
app.kubernetes.io/version: "v0.9.0"
182182
app.kubernetes.io/managed-by: Helm
183183
spec:
184184
updateStrategy:
@@ -214,7 +214,7 @@ spec:
214214
- DAC_OVERRIDE
215215
seccompProfile:
216216
type: RuntimeDefault
217-
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.8.2"
217+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.9.0"
218218
imagePullPolicy: IfNotPresent
219219
args:
220220
- "-v=5"
@@ -246,7 +246,7 @@ spec:
246246
readOnlyRootFilesystem: true
247247
seccompProfile:
248248
type: RuntimeDefault
249-
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.4"
249+
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0"
250250
imagePullPolicy: IfNotPresent
251251
args:
252252
- "-v=5"
@@ -270,7 +270,7 @@ spec:
270270
readOnlyRootFilesystem: true
271271
seccompProfile:
272272
type: RuntimeDefault
273-
image: "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"
273+
image: "registry.k8s.io/sig-storage/livenessprobe:v2.14.0"
274274
imagePullPolicy: IfNotPresent
275275
args:
276276
- "-v=5"
@@ -318,10 +318,10 @@ metadata:
318318
name: proxmox-csi-plugin-controller
319319
namespace: csi-proxmox
320320
labels:
321-
helm.sh/chart: proxmox-csi-plugin-0.2.14
321+
helm.sh/chart: proxmox-csi-plugin-0.3.1
322322
app.kubernetes.io/name: proxmox-csi-plugin
323323
app.kubernetes.io/instance: proxmox-csi-plugin
324-
app.kubernetes.io/version: "v0.8.2"
324+
app.kubernetes.io/version: "v0.9.0"
325325
app.kubernetes.io/managed-by: Helm
326326
spec:
327327
replicas: 1
@@ -366,7 +366,7 @@ spec:
366366
readOnlyRootFilesystem: true
367367
seccompProfile:
368368
type: RuntimeDefault
369-
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.8.2"
369+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.9.0"
370370
imagePullPolicy: IfNotPresent
371371
args:
372372
- "-v=5"
@@ -391,7 +391,7 @@ spec:
391391
readOnlyRootFilesystem: true
392392
seccompProfile:
393393
type: RuntimeDefault
394-
image: "registry.k8s.io/sig-storage/csi-attacher:v4.4.4"
394+
image: "registry.k8s.io/sig-storage/csi-attacher:v4.7.0"
395395
imagePullPolicy: IfNotPresent
396396
args:
397397
- "-v=5"
@@ -415,7 +415,7 @@ spec:
415415
readOnlyRootFilesystem: true
416416
seccompProfile:
417417
type: RuntimeDefault
418-
image: "registry.k8s.io/sig-storage/csi-provisioner:v3.6.4"
418+
image: "registry.k8s.io/sig-storage/csi-provisioner:v5.1.0"
419419
imagePullPolicy: IfNotPresent
420420
args:
421421
- "-v=5"
@@ -451,7 +451,7 @@ spec:
451451
readOnlyRootFilesystem: true
452452
seccompProfile:
453453
type: RuntimeDefault
454-
image: "registry.k8s.io/sig-storage/csi-resizer:v1.9.4"
454+
image: "registry.k8s.io/sig-storage/csi-resizer:v1.12.0"
455455
imagePullPolicy: IfNotPresent
456456
args:
457457
- "-v=5"
@@ -475,7 +475,7 @@ spec:
475475
readOnlyRootFilesystem: true
476476
seccompProfile:
477477
type: RuntimeDefault
478-
image: "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"
478+
image: "registry.k8s.io/sig-storage/livenessprobe:v2.14.0"
479479
imagePullPolicy: IfNotPresent
480480
args:
481481
- "-v=5"

docs/deploy/proxmox-csi-plugin-talos.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ metadata:
1616
name: proxmox-csi-plugin-controller
1717
namespace: csi-proxmox
1818
labels:
19-
helm.sh/chart: proxmox-csi-plugin-0.2.14
19+
helm.sh/chart: proxmox-csi-plugin-0.3.1
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.8.2"
22+
app.kubernetes.io/version: "v0.9.0"
2323
app.kubernetes.io/managed-by: Helm
2424
---
2525
# Source: proxmox-csi-plugin/templates/serviceaccount.yaml
@@ -29,10 +29,10 @@ metadata:
2929
name: proxmox-csi-plugin-node
3030
namespace: csi-proxmox
3131
labels:
32-
helm.sh/chart: proxmox-csi-plugin-0.2.14
32+
helm.sh/chart: proxmox-csi-plugin-0.3.1
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.8.2"
35+
app.kubernetes.io/version: "v0.9.0"
3636
app.kubernetes.io/managed-by: Helm
3737
---
3838
# Source: proxmox-csi-plugin/templates/storageclass.yaml
@@ -68,10 +68,10 @@ metadata:
6868
name: proxmox-csi-plugin-controller
6969
namespace: csi-proxmox
7070
labels:
71-
helm.sh/chart: proxmox-csi-plugin-0.2.14
71+
helm.sh/chart: proxmox-csi-plugin-0.3.1
7272
app.kubernetes.io/name: proxmox-csi-plugin
7373
app.kubernetes.io/instance: proxmox-csi-plugin
74-
app.kubernetes.io/version: "v0.8.2"
74+
app.kubernetes.io/version: "v0.9.0"
7575
app.kubernetes.io/managed-by: Helm
7676
rules:
7777
- apiGroups: [""]
@@ -111,10 +111,10 @@ metadata:
111111
name: proxmox-csi-plugin-node
112112
namespace: csi-proxmox
113113
labels:
114-
helm.sh/chart: proxmox-csi-plugin-0.2.14
114+
helm.sh/chart: proxmox-csi-plugin-0.3.1
115115
app.kubernetes.io/name: proxmox-csi-plugin
116116
app.kubernetes.io/instance: proxmox-csi-plugin
117-
app.kubernetes.io/version: "v0.8.2"
117+
app.kubernetes.io/version: "v0.9.0"
118118
app.kubernetes.io/managed-by: Helm
119119
rules:
120120
- apiGroups:
@@ -159,10 +159,10 @@ metadata:
159159
name: proxmox-csi-plugin-controller
160160
namespace: csi-proxmox
161161
labels:
162-
helm.sh/chart: proxmox-csi-plugin-0.2.14
162+
helm.sh/chart: proxmox-csi-plugin-0.3.1
163163
app.kubernetes.io/name: proxmox-csi-plugin
164164
app.kubernetes.io/instance: proxmox-csi-plugin
165-
app.kubernetes.io/version: "v0.8.2"
165+
app.kubernetes.io/version: "v0.9.0"
166166
app.kubernetes.io/managed-by: Helm
167167
rules:
168168
- apiGroups: ["coordination.k8s.io"]
@@ -201,10 +201,10 @@ metadata:
201201
name: proxmox-csi-plugin-node
202202
namespace: csi-proxmox
203203
labels:
204-
helm.sh/chart: proxmox-csi-plugin-0.2.14
204+
helm.sh/chart: proxmox-csi-plugin-0.3.1
205205
app.kubernetes.io/name: proxmox-csi-plugin
206206
app.kubernetes.io/instance: proxmox-csi-plugin
207-
app.kubernetes.io/version: "v0.8.2"
207+
app.kubernetes.io/version: "v0.9.0"
208208
app.kubernetes.io/managed-by: Helm
209209
spec:
210210
updateStrategy:
@@ -240,7 +240,7 @@ spec:
240240
- DAC_OVERRIDE
241241
seccompProfile:
242242
type: RuntimeDefault
243-
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.8.2"
243+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.9.0"
244244
imagePullPolicy: IfNotPresent
245245
args:
246246
- "-v=5"
@@ -272,7 +272,7 @@ spec:
272272
readOnlyRootFilesystem: true
273273
seccompProfile:
274274
type: RuntimeDefault
275-
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.4"
275+
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0"
276276
imagePullPolicy: IfNotPresent
277277
args:
278278
- "-v=5"
@@ -296,7 +296,7 @@ spec:
296296
readOnlyRootFilesystem: true
297297
seccompProfile:
298298
type: RuntimeDefault
299-
image: "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"
299+
image: "registry.k8s.io/sig-storage/livenessprobe:v2.14.0"
300300
imagePullPolicy: IfNotPresent
301301
args:
302302
- "-v=5"
@@ -341,10 +341,10 @@ metadata:
341341
name: proxmox-csi-plugin-controller
342342
namespace: csi-proxmox
343343
labels:
344-
helm.sh/chart: proxmox-csi-plugin-0.2.14
344+
helm.sh/chart: proxmox-csi-plugin-0.3.1
345345
app.kubernetes.io/name: proxmox-csi-plugin
346346
app.kubernetes.io/instance: proxmox-csi-plugin
347-
app.kubernetes.io/version: "v0.8.2"
347+
app.kubernetes.io/version: "v0.9.0"
348348
app.kubernetes.io/managed-by: Helm
349349
spec:
350350
replicas: 1
@@ -389,7 +389,7 @@ spec:
389389
readOnlyRootFilesystem: true
390390
seccompProfile:
391391
type: RuntimeDefault
392-
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.8.2"
392+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.9.0"
393393
imagePullPolicy: IfNotPresent
394394
args:
395395
- "-v=5"
@@ -414,7 +414,7 @@ spec:
414414
readOnlyRootFilesystem: true
415415
seccompProfile:
416416
type: RuntimeDefault
417-
image: "registry.k8s.io/sig-storage/csi-attacher:v4.4.4"
417+
image: "registry.k8s.io/sig-storage/csi-attacher:v4.7.0"
418418
imagePullPolicy: IfNotPresent
419419
args:
420420
- "-v=5"
@@ -438,7 +438,7 @@ spec:
438438
readOnlyRootFilesystem: true
439439
seccompProfile:
440440
type: RuntimeDefault
441-
image: "registry.k8s.io/sig-storage/csi-provisioner:v3.6.4"
441+
image: "registry.k8s.io/sig-storage/csi-provisioner:v5.1.0"
442442
imagePullPolicy: IfNotPresent
443443
args:
444444
- "-v=5"
@@ -474,7 +474,7 @@ spec:
474474
readOnlyRootFilesystem: true
475475
seccompProfile:
476476
type: RuntimeDefault
477-
image: "registry.k8s.io/sig-storage/csi-resizer:v1.9.4"
477+
image: "registry.k8s.io/sig-storage/csi-resizer:v1.12.0"
478478
imagePullPolicy: IfNotPresent
479479
args:
480480
- "-v=5"
@@ -498,7 +498,7 @@ spec:
498498
readOnlyRootFilesystem: true
499499
seccompProfile:
500500
type: RuntimeDefault
501-
image: "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"
501+
image: "registry.k8s.io/sig-storage/livenessprobe:v2.14.0"
502502
imagePullPolicy: IfNotPresent
503503
args:
504504
- "-v=5"

0 commit comments

Comments
 (0)