Skip to content

Commit 071adc5

Browse files
github-actions[bot]sergelogvinov
authored andcommitted
chore: release v0.13.0
Release v0.13.0 Signed-off-by: Serge Logvinov <[email protected]>
1 parent 6f04c9e commit 071adc5

File tree

8 files changed

+67
-51
lines changed

8 files changed

+67
-51
lines changed

CHANGELOG.md

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

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

8+
## [0.13.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.12.1...v0.13.0) (2025-07-20)
9+
10+
11+
### Features
12+
13+
* **chart:** customize pod labels ([93c1175](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/93c11750ac952ce006ebe50758e95f4e1f85c61b))
14+
* concurrent attach/detach pv ([3db4ca4](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/3db4ca40b8a301bb8c0426db34c23d12939f24bf))
15+
* get capacity with shared storages ([fa9c34b](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/fa9c34bc0803236e793a7ce60fcc2c15af94ec05))
16+
* qcow2 storage format ([8576e3c](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/8576e3ca1405826255dd7af48a418f19b4a70742))
17+
18+
19+
### Bug Fixes
20+
21+
* concurrent attach/detach pv ([af365ca](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/af365cadd632689b2f1b0bfaaf1a024c6cf1239c))
22+
* get volume annotation ([5528f1d](https://github.com/sergelogvinov/proxmox-csi-plugin/commit/5528f1d0706196e3a57a3c73b0f9ea35ceb4cc80))
23+
824
## [0.12.1](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.12.0...v0.12.1) (2025-06-10)
925

1026

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.11
21+
version: 0.3.12
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.12.1
26+
appVersion: v0.13.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.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.1](https://img.shields.io/badge/AppVersion-v0.12.1-informational?style=flat-square)
3+
![Version: 0.3.12](https://img.shields.io/badge/Version-0.3.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.0](https://img.shields.io/badge/AppVersion-v0.13.0-informational?style=flat-square)
44

55
Container Storage Interface plugin for Proxmox
66

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

Lines changed: 16 additions & 16 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.3.10
19+
helm.sh/chart: proxmox-csi-plugin-0.3.12
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.12.1"
22+
app.kubernetes.io/version: "v0.13.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.3.10
32+
helm.sh/chart: proxmox-csi-plugin-0.3.12
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.12.1"
35+
app.kubernetes.io/version: "v0.13.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.3.10
45+
helm.sh/chart: proxmox-csi-plugin-0.3.12
4646
app.kubernetes.io/name: proxmox-csi-plugin
4747
app.kubernetes.io/instance: proxmox-csi-plugin
48-
app.kubernetes.io/version: "v0.12.1"
48+
app.kubernetes.io/version: "v0.13.0"
4949
app.kubernetes.io/managed-by: Helm
5050
rules:
5151
- apiGroups: [""]
@@ -88,10 +88,10 @@ metadata:
8888
name: proxmox-csi-plugin-node
8989
namespace: csi-proxmox
9090
labels:
91-
helm.sh/chart: proxmox-csi-plugin-0.3.10
91+
helm.sh/chart: proxmox-csi-plugin-0.3.12
9292
app.kubernetes.io/name: proxmox-csi-plugin
9393
app.kubernetes.io/instance: proxmox-csi-plugin
94-
app.kubernetes.io/version: "v0.12.1"
94+
app.kubernetes.io/version: "v0.13.0"
9595
app.kubernetes.io/managed-by: Helm
9696
rules:
9797
- apiGroups:
@@ -136,10 +136,10 @@ metadata:
136136
name: proxmox-csi-plugin-controller
137137
namespace: csi-proxmox
138138
labels:
139-
helm.sh/chart: proxmox-csi-plugin-0.3.10
139+
helm.sh/chart: proxmox-csi-plugin-0.3.12
140140
app.kubernetes.io/name: proxmox-csi-plugin
141141
app.kubernetes.io/instance: proxmox-csi-plugin
142-
app.kubernetes.io/version: "v0.12.1"
142+
app.kubernetes.io/version: "v0.13.0"
143143
app.kubernetes.io/managed-by: Helm
144144
rules:
145145
- apiGroups: ["coordination.k8s.io"]
@@ -178,10 +178,10 @@ metadata:
178178
name: proxmox-csi-plugin-node
179179
namespace: csi-proxmox
180180
labels:
181-
helm.sh/chart: proxmox-csi-plugin-0.3.10
181+
helm.sh/chart: proxmox-csi-plugin-0.3.12
182182
app.kubernetes.io/name: proxmox-csi-plugin
183183
app.kubernetes.io/instance: proxmox-csi-plugin
184-
app.kubernetes.io/version: "v0.12.1"
184+
app.kubernetes.io/version: "v0.13.0"
185185
app.kubernetes.io/managed-by: Helm
186186
spec:
187187
updateStrategy:
@@ -217,7 +217,7 @@ spec:
217217
- DAC_OVERRIDE
218218
seccompProfile:
219219
type: RuntimeDefault
220-
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.12.1"
220+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.13.0"
221221
imagePullPolicy: IfNotPresent
222222
args:
223223
- "-v=5"
@@ -321,10 +321,10 @@ metadata:
321321
name: proxmox-csi-plugin-controller
322322
namespace: csi-proxmox
323323
labels:
324-
helm.sh/chart: proxmox-csi-plugin-0.3.10
324+
helm.sh/chart: proxmox-csi-plugin-0.3.12
325325
app.kubernetes.io/name: proxmox-csi-plugin
326326
app.kubernetes.io/instance: proxmox-csi-plugin
327-
app.kubernetes.io/version: "v0.12.1"
327+
app.kubernetes.io/version: "v0.13.0"
328328
app.kubernetes.io/managed-by: Helm
329329
spec:
330330
replicas: 1
@@ -369,7 +369,7 @@ spec:
369369
readOnlyRootFilesystem: true
370370
seccompProfile:
371371
type: RuntimeDefault
372-
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.12.1"
372+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.13.0"
373373
imagePullPolicy: IfNotPresent
374374
args:
375375
- "-v=5"

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

Lines changed: 16 additions & 16 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.3.10
19+
helm.sh/chart: proxmox-csi-plugin-0.3.12
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.12.1"
22+
app.kubernetes.io/version: "v0.13.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.3.10
32+
helm.sh/chart: proxmox-csi-plugin-0.3.12
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.12.1"
35+
app.kubernetes.io/version: "v0.13.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.3.10
71+
helm.sh/chart: proxmox-csi-plugin-0.3.12
7272
app.kubernetes.io/name: proxmox-csi-plugin
7373
app.kubernetes.io/instance: proxmox-csi-plugin
74-
app.kubernetes.io/version: "v0.12.1"
74+
app.kubernetes.io/version: "v0.13.0"
7575
app.kubernetes.io/managed-by: Helm
7676
rules:
7777
- apiGroups: [""]
@@ -114,10 +114,10 @@ metadata:
114114
name: proxmox-csi-plugin-node
115115
namespace: csi-proxmox
116116
labels:
117-
helm.sh/chart: proxmox-csi-plugin-0.3.10
117+
helm.sh/chart: proxmox-csi-plugin-0.3.12
118118
app.kubernetes.io/name: proxmox-csi-plugin
119119
app.kubernetes.io/instance: proxmox-csi-plugin
120-
app.kubernetes.io/version: "v0.12.1"
120+
app.kubernetes.io/version: "v0.13.0"
121121
app.kubernetes.io/managed-by: Helm
122122
rules:
123123
- apiGroups:
@@ -162,10 +162,10 @@ metadata:
162162
name: proxmox-csi-plugin-controller
163163
namespace: csi-proxmox
164164
labels:
165-
helm.sh/chart: proxmox-csi-plugin-0.3.10
165+
helm.sh/chart: proxmox-csi-plugin-0.3.12
166166
app.kubernetes.io/name: proxmox-csi-plugin
167167
app.kubernetes.io/instance: proxmox-csi-plugin
168-
app.kubernetes.io/version: "v0.12.1"
168+
app.kubernetes.io/version: "v0.13.0"
169169
app.kubernetes.io/managed-by: Helm
170170
rules:
171171
- apiGroups: ["coordination.k8s.io"]
@@ -204,10 +204,10 @@ metadata:
204204
name: proxmox-csi-plugin-node
205205
namespace: csi-proxmox
206206
labels:
207-
helm.sh/chart: proxmox-csi-plugin-0.3.10
207+
helm.sh/chart: proxmox-csi-plugin-0.3.12
208208
app.kubernetes.io/name: proxmox-csi-plugin
209209
app.kubernetes.io/instance: proxmox-csi-plugin
210-
app.kubernetes.io/version: "v0.12.1"
210+
app.kubernetes.io/version: "v0.13.0"
211211
app.kubernetes.io/managed-by: Helm
212212
spec:
213213
updateStrategy:
@@ -243,7 +243,7 @@ spec:
243243
- DAC_OVERRIDE
244244
seccompProfile:
245245
type: RuntimeDefault
246-
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.12.1"
246+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.13.0"
247247
imagePullPolicy: IfNotPresent
248248
args:
249249
- "-v=5"
@@ -344,10 +344,10 @@ metadata:
344344
name: proxmox-csi-plugin-controller
345345
namespace: csi-proxmox
346346
labels:
347-
helm.sh/chart: proxmox-csi-plugin-0.3.10
347+
helm.sh/chart: proxmox-csi-plugin-0.3.12
348348
app.kubernetes.io/name: proxmox-csi-plugin
349349
app.kubernetes.io/instance: proxmox-csi-plugin
350-
app.kubernetes.io/version: "v0.12.1"
350+
app.kubernetes.io/version: "v0.13.0"
351351
app.kubernetes.io/managed-by: Helm
352352
spec:
353353
replicas: 1
@@ -392,7 +392,7 @@ spec:
392392
readOnlyRootFilesystem: true
393393
seccompProfile:
394394
type: RuntimeDefault
395-
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.12.1"
395+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.13.0"
396396
imagePullPolicy: IfNotPresent
397397
args:
398398
- "-v=5"

docs/deploy/proxmox-csi-plugin.yml

Lines changed: 14 additions & 14 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.3.10
19+
helm.sh/chart: proxmox-csi-plugin-0.3.12
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.12.1"
22+
app.kubernetes.io/version: "v0.13.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.3.10
32+
helm.sh/chart: proxmox-csi-plugin-0.3.12
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.12.1"
35+
app.kubernetes.io/version: "v0.13.0"
3636
app.kubernetes.io/managed-by: Helm
3737
---
3838
# Source: proxmox-csi-plugin/templates/storageclass.yaml
@@ -69,10 +69,10 @@ metadata:
6969
name: proxmox-csi-plugin-controller
7070
namespace: csi-proxmox
7171
labels:
72-
helm.sh/chart: proxmox-csi-plugin-0.3.10
72+
helm.sh/chart: proxmox-csi-plugin-0.3.12
7373
app.kubernetes.io/name: proxmox-csi-plugin
7474
app.kubernetes.io/instance: proxmox-csi-plugin
75-
app.kubernetes.io/version: "v0.12.1"
75+
app.kubernetes.io/version: "v0.13.0"
7676
app.kubernetes.io/managed-by: Helm
7777
rules:
7878
- apiGroups: [""]
@@ -115,10 +115,10 @@ metadata:
115115
name: proxmox-csi-plugin-node
116116
namespace: csi-proxmox
117117
labels:
118-
helm.sh/chart: proxmox-csi-plugin-0.3.10
118+
helm.sh/chart: proxmox-csi-plugin-0.3.12
119119
app.kubernetes.io/name: proxmox-csi-plugin
120120
app.kubernetes.io/instance: proxmox-csi-plugin
121-
app.kubernetes.io/version: "v0.12.1"
121+
app.kubernetes.io/version: "v0.13.0"
122122
app.kubernetes.io/managed-by: Helm
123123
rules:
124124
- apiGroups:
@@ -163,10 +163,10 @@ metadata:
163163
name: proxmox-csi-plugin-controller
164164
namespace: csi-proxmox
165165
labels:
166-
helm.sh/chart: proxmox-csi-plugin-0.3.10
166+
helm.sh/chart: proxmox-csi-plugin-0.3.12
167167
app.kubernetes.io/name: proxmox-csi-plugin
168168
app.kubernetes.io/instance: proxmox-csi-plugin
169-
app.kubernetes.io/version: "v0.12.1"
169+
app.kubernetes.io/version: "v0.13.0"
170170
app.kubernetes.io/managed-by: Helm
171171
rules:
172172
- apiGroups: ["coordination.k8s.io"]
@@ -205,10 +205,10 @@ metadata:
205205
name: proxmox-csi-plugin-node
206206
namespace: csi-proxmox
207207
labels:
208-
helm.sh/chart: proxmox-csi-plugin-0.3.10
208+
helm.sh/chart: proxmox-csi-plugin-0.3.12
209209
app.kubernetes.io/name: proxmox-csi-plugin
210210
app.kubernetes.io/instance: proxmox-csi-plugin
211-
app.kubernetes.io/version: "v0.12.1"
211+
app.kubernetes.io/version: "v0.13.0"
212212
app.kubernetes.io/managed-by: Helm
213213
spec:
214214
updateStrategy:
@@ -348,10 +348,10 @@ metadata:
348348
name: proxmox-csi-plugin-controller
349349
namespace: csi-proxmox
350350
labels:
351-
helm.sh/chart: proxmox-csi-plugin-0.3.10
351+
helm.sh/chart: proxmox-csi-plugin-0.3.12
352352
app.kubernetes.io/name: proxmox-csi-plugin
353353
app.kubernetes.io/instance: proxmox-csi-plugin
354-
app.kubernetes.io/version: "v0.12.1"
354+
app.kubernetes.io/version: "v0.13.0"
355355
app.kubernetes.io/managed-by: Helm
356356
spec:
357357
replicas: 1

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tolerations:
5353
### Install the plugin by using kubectl
5454
5555
Create a Proxmox cloud config to connect to your cluster with the Proxmox user you just created.
56-
More information about the configuration can be found in [config.md](config.md).
56+
More information about the configuration can be found in [Plugin configuration file](config.md).
5757
5858
```yaml
5959
# config.yaml

hack/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.1"
2+
".": "0.13.0"
33
}

0 commit comments

Comments
 (0)