Skip to content

Commit 07e1c7d

Browse files
github-actions[bot]sergelogvinov
authored andcommitted
chore: release v0.18.1
Release v0.18.1 Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
1 parent f43f18f commit 07e1c7d

7 files changed

Lines changed: 71 additions & 62 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
* enable support for capmox ([6145c7d](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/6145c7d91cfc47c131ac453e2a90a915e5694b2b))
77

8+
## [0.18.1](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.18.0...v0.18.1) (2026-04-04)
9+
10+
11+
### Bug Fixes
12+
13+
* goreleaser ([c1d0907](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/c1d090788efcb1dff46782b4c14cb1877d72dd24))
14+
* handle unmount when node does not exist ([f43f18f](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/f43f18fdd42764a6c296c9e4c7e509a32767d856))
15+
* pv migrate watch ([7b8a477](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/7b8a477febad84fc70da833e93bcc1b1574af560))
16+
817
## [0.18.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.17.1...v0.18.0) (2026-01-24)
918

1019

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.5.5
21+
version: 0.5.6
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.18.0
26+
appVersion: v0.18.1

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.5.5](https://img.shields.io/badge/Version-0.5.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.18.0](https://img.shields.io/badge/AppVersion-v0.18.0-informational?style=flat-square)
3+
![Version: 0.5.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.18.1](https://img.shields.io/badge/AppVersion-v0.18.1-informational?style=flat-square)
44

55
Container Storage Interface plugin for Proxmox
66

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

Lines changed: 20 additions & 20 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.5.5
19+
helm.sh/chart: proxmox-csi-plugin-0.5.6
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.18.0"
22+
app.kubernetes.io/version: "v0.18.1"
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.5.5
32+
helm.sh/chart: proxmox-csi-plugin-0.5.6
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.18.0"
35+
app.kubernetes.io/version: "v0.18.1"
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.5.5
45+
helm.sh/chart: proxmox-csi-plugin-0.5.6
4646
app.kubernetes.io/name: proxmox-csi-plugin
4747
app.kubernetes.io/instance: proxmox-csi-plugin
48-
app.kubernetes.io/version: "v0.18.0"
48+
app.kubernetes.io/version: "v0.18.1"
4949
app.kubernetes.io/managed-by: Helm
5050
rules:
5151
- apiGroups: [""]
@@ -92,10 +92,10 @@ metadata:
9292
name: proxmox-csi-plugin-node
9393
namespace: csi-proxmox
9494
labels:
95-
helm.sh/chart: proxmox-csi-plugin-0.5.5
95+
helm.sh/chart: proxmox-csi-plugin-0.5.6
9696
app.kubernetes.io/name: proxmox-csi-plugin
9797
app.kubernetes.io/instance: proxmox-csi-plugin
98-
app.kubernetes.io/version: "v0.18.0"
98+
app.kubernetes.io/version: "v0.18.1"
9999
app.kubernetes.io/managed-by: Helm
100100
rules:
101101
- apiGroups:
@@ -111,10 +111,10 @@ kind: ClusterRoleBinding
111111
metadata:
112112
name: proxmox-csi-plugin-controller
113113
labels:
114-
helm.sh/chart: proxmox-csi-plugin-0.5.5
114+
helm.sh/chart: proxmox-csi-plugin-0.5.6
115115
app.kubernetes.io/name: proxmox-csi-plugin
116116
app.kubernetes.io/instance: proxmox-csi-plugin
117-
app.kubernetes.io/version: "v0.18.0"
117+
app.kubernetes.io/version: "v0.18.1"
118118
app.kubernetes.io/managed-by: Helm
119119
roleRef:
120120
apiGroup: rbac.authorization.k8s.io
@@ -146,10 +146,10 @@ metadata:
146146
name: proxmox-csi-plugin-controller
147147
namespace: csi-proxmox
148148
labels:
149-
helm.sh/chart: proxmox-csi-plugin-0.5.5
149+
helm.sh/chart: proxmox-csi-plugin-0.5.6
150150
app.kubernetes.io/name: proxmox-csi-plugin
151151
app.kubernetes.io/instance: proxmox-csi-plugin
152-
app.kubernetes.io/version: "v0.18.0"
152+
app.kubernetes.io/version: "v0.18.1"
153153
app.kubernetes.io/managed-by: Helm
154154
rules:
155155
- apiGroups: ["coordination.k8s.io"]
@@ -173,10 +173,10 @@ metadata:
173173
name: proxmox-csi-plugin-controller
174174
namespace: csi-proxmox
175175
labels:
176-
helm.sh/chart: proxmox-csi-plugin-0.5.5
176+
helm.sh/chart: proxmox-csi-plugin-0.5.6
177177
app.kubernetes.io/name: proxmox-csi-plugin
178178
app.kubernetes.io/instance: proxmox-csi-plugin
179-
app.kubernetes.io/version: "v0.18.0"
179+
app.kubernetes.io/version: "v0.18.1"
180180
app.kubernetes.io/managed-by: Helm
181181
roleRef:
182182
apiGroup: rbac.authorization.k8s.io
@@ -194,10 +194,10 @@ metadata:
194194
name: proxmox-csi-plugin-node
195195
namespace: csi-proxmox
196196
labels:
197-
helm.sh/chart: proxmox-csi-plugin-0.5.5
197+
helm.sh/chart: proxmox-csi-plugin-0.5.6
198198
app.kubernetes.io/name: proxmox-csi-plugin
199199
app.kubernetes.io/instance: proxmox-csi-plugin
200-
app.kubernetes.io/version: "v0.18.0"
200+
app.kubernetes.io/version: "v0.18.1"
201201
app.kubernetes.io/managed-by: Helm
202202
spec:
203203
updateStrategy:
@@ -233,7 +233,7 @@ spec:
233233
- DAC_OVERRIDE
234234
seccompProfile:
235235
type: RuntimeDefault
236-
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.18.0"
236+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.18.1"
237237
imagePullPolicy: IfNotPresent
238238
args:
239239
- "-v=5"
@@ -340,10 +340,10 @@ metadata:
340340
name: proxmox-csi-plugin-controller
341341
namespace: csi-proxmox
342342
labels:
343-
helm.sh/chart: proxmox-csi-plugin-0.5.5
343+
helm.sh/chart: proxmox-csi-plugin-0.5.6
344344
app.kubernetes.io/name: proxmox-csi-plugin
345345
app.kubernetes.io/instance: proxmox-csi-plugin
346-
app.kubernetes.io/version: "v0.18.0"
346+
app.kubernetes.io/version: "v0.18.1"
347347
app.kubernetes.io/managed-by: Helm
348348
spec:
349349
replicas: 1
@@ -388,7 +388,7 @@ spec:
388388
readOnlyRootFilesystem: true
389389
seccompProfile:
390390
type: RuntimeDefault
391-
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.18.0"
391+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.18.1"
392392
imagePullPolicy: IfNotPresent
393393
args:
394394
- "-v=5"

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

Lines changed: 20 additions & 20 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.5.5
19+
helm.sh/chart: proxmox-csi-plugin-0.5.6
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.18.0"
22+
app.kubernetes.io/version: "v0.18.1"
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.5.5
32+
helm.sh/chart: proxmox-csi-plugin-0.5.6
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.18.0"
35+
app.kubernetes.io/version: "v0.18.1"
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.5.5
71+
helm.sh/chart: proxmox-csi-plugin-0.5.6
7272
app.kubernetes.io/name: proxmox-csi-plugin
7373
app.kubernetes.io/instance: proxmox-csi-plugin
74-
app.kubernetes.io/version: "v0.18.0"
74+
app.kubernetes.io/version: "v0.18.1"
7575
app.kubernetes.io/managed-by: Helm
7676
rules:
7777
- apiGroups: [""]
@@ -118,10 +118,10 @@ metadata:
118118
name: proxmox-csi-plugin-node
119119
namespace: csi-proxmox
120120
labels:
121-
helm.sh/chart: proxmox-csi-plugin-0.5.5
121+
helm.sh/chart: proxmox-csi-plugin-0.5.6
122122
app.kubernetes.io/name: proxmox-csi-plugin
123123
app.kubernetes.io/instance: proxmox-csi-plugin
124-
app.kubernetes.io/version: "v0.18.0"
124+
app.kubernetes.io/version: "v0.18.1"
125125
app.kubernetes.io/managed-by: Helm
126126
rules:
127127
- apiGroups:
@@ -137,10 +137,10 @@ kind: ClusterRoleBinding
137137
metadata:
138138
name: proxmox-csi-plugin-controller
139139
labels:
140-
helm.sh/chart: proxmox-csi-plugin-0.5.5
140+
helm.sh/chart: proxmox-csi-plugin-0.5.6
141141
app.kubernetes.io/name: proxmox-csi-plugin
142142
app.kubernetes.io/instance: proxmox-csi-plugin
143-
app.kubernetes.io/version: "v0.18.0"
143+
app.kubernetes.io/version: "v0.18.1"
144144
app.kubernetes.io/managed-by: Helm
145145
roleRef:
146146
apiGroup: rbac.authorization.k8s.io
@@ -172,10 +172,10 @@ metadata:
172172
name: proxmox-csi-plugin-controller
173173
namespace: csi-proxmox
174174
labels:
175-
helm.sh/chart: proxmox-csi-plugin-0.5.5
175+
helm.sh/chart: proxmox-csi-plugin-0.5.6
176176
app.kubernetes.io/name: proxmox-csi-plugin
177177
app.kubernetes.io/instance: proxmox-csi-plugin
178-
app.kubernetes.io/version: "v0.18.0"
178+
app.kubernetes.io/version: "v0.18.1"
179179
app.kubernetes.io/managed-by: Helm
180180
rules:
181181
- apiGroups: ["coordination.k8s.io"]
@@ -199,10 +199,10 @@ metadata:
199199
name: proxmox-csi-plugin-controller
200200
namespace: csi-proxmox
201201
labels:
202-
helm.sh/chart: proxmox-csi-plugin-0.5.5
202+
helm.sh/chart: proxmox-csi-plugin-0.5.6
203203
app.kubernetes.io/name: proxmox-csi-plugin
204204
app.kubernetes.io/instance: proxmox-csi-plugin
205-
app.kubernetes.io/version: "v0.18.0"
205+
app.kubernetes.io/version: "v0.18.1"
206206
app.kubernetes.io/managed-by: Helm
207207
roleRef:
208208
apiGroup: rbac.authorization.k8s.io
@@ -220,10 +220,10 @@ metadata:
220220
name: proxmox-csi-plugin-node
221221
namespace: csi-proxmox
222222
labels:
223-
helm.sh/chart: proxmox-csi-plugin-0.5.5
223+
helm.sh/chart: proxmox-csi-plugin-0.5.6
224224
app.kubernetes.io/name: proxmox-csi-plugin
225225
app.kubernetes.io/instance: proxmox-csi-plugin
226-
app.kubernetes.io/version: "v0.18.0"
226+
app.kubernetes.io/version: "v0.18.1"
227227
app.kubernetes.io/managed-by: Helm
228228
spec:
229229
updateStrategy:
@@ -259,7 +259,7 @@ spec:
259259
- DAC_OVERRIDE
260260
seccompProfile:
261261
type: RuntimeDefault
262-
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.18.0"
262+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.18.1"
263263
imagePullPolicy: IfNotPresent
264264
args:
265265
- "-v=5"
@@ -360,10 +360,10 @@ metadata:
360360
name: proxmox-csi-plugin-controller
361361
namespace: csi-proxmox
362362
labels:
363-
helm.sh/chart: proxmox-csi-plugin-0.5.5
363+
helm.sh/chart: proxmox-csi-plugin-0.5.6
364364
app.kubernetes.io/name: proxmox-csi-plugin
365365
app.kubernetes.io/instance: proxmox-csi-plugin
366-
app.kubernetes.io/version: "v0.18.0"
366+
app.kubernetes.io/version: "v0.18.1"
367367
app.kubernetes.io/managed-by: Helm
368368
spec:
369369
replicas: 1
@@ -408,7 +408,7 @@ spec:
408408
readOnlyRootFilesystem: true
409409
seccompProfile:
410410
type: RuntimeDefault
411-
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.18.0"
411+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.18.1"
412412
imagePullPolicy: IfNotPresent
413413
args:
414414
- "-v=5"

0 commit comments

Comments
 (0)