Skip to content

Commit 2cae7bc

Browse files
committed
chore: release v0.11.0
Release v0.11.0 Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
1 parent cf4c261 commit 2cae7bc

File tree

6 files changed

+63
-65
lines changed

6 files changed

+63
-65
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ builds:
2121
- arm64
2222

2323
archives:
24-
- format: binary
24+
- formats:
25+
- binary
2526
name_template: "{{ .Binary }}"
2627

2728
checksum:

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.4
21+
version: 0.3.5
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.10.0
26+
appVersion: v0.11.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.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.10.0](https://img.shields.io/badge/AppVersion-v0.10.0-informational?style=flat-square)
3+
![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.11.0](https://img.shields.io/badge/AppVersion-v0.11.0-informational?style=flat-square)
44

55
Container Storage Interface plugin for Proxmox
66

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

Lines changed: 20 additions & 21 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.3
19+
helm.sh/chart: proxmox-csi-plugin-0.3.5
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.10.0"
22+
app.kubernetes.io/version: "v0.11.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.3
32+
helm.sh/chart: proxmox-csi-plugin-0.3.5
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.10.0"
35+
app.kubernetes.io/version: "v0.11.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.3
45+
helm.sh/chart: proxmox-csi-plugin-0.3.5
4646
app.kubernetes.io/name: proxmox-csi-plugin
4747
app.kubernetes.io/instance: proxmox-csi-plugin
48-
app.kubernetes.io/version: "v0.10.0"
48+
app.kubernetes.io/version: "v0.11.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.3.3
88+
helm.sh/chart: proxmox-csi-plugin-0.3.5
8989
app.kubernetes.io/name: proxmox-csi-plugin
9090
app.kubernetes.io/instance: proxmox-csi-plugin
91-
app.kubernetes.io/version: "v0.10.0"
91+
app.kubernetes.io/version: "v0.11.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.3.3
136+
helm.sh/chart: proxmox-csi-plugin-0.3.5
137137
app.kubernetes.io/name: proxmox-csi-plugin
138138
app.kubernetes.io/instance: proxmox-csi-plugin
139-
app.kubernetes.io/version: "v0.10.0"
139+
app.kubernetes.io/version: "v0.11.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.3.3
178+
helm.sh/chart: proxmox-csi-plugin-0.3.5
179179
app.kubernetes.io/name: proxmox-csi-plugin
180180
app.kubernetes.io/instance: proxmox-csi-plugin
181-
app.kubernetes.io/version: "v0.10.0"
181+
app.kubernetes.io/version: "v0.11.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.10.0"
217+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.11.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.12.0"
249+
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0"
250250
imagePullPolicy: IfNotPresent
251251
args:
252252
- "-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.3.3
321+
helm.sh/chart: proxmox-csi-plugin-0.3.5
322322
app.kubernetes.io/name: proxmox-csi-plugin
323323
app.kubernetes.io/instance: proxmox-csi-plugin
324-
app.kubernetes.io/version: "v0.10.0"
324+
app.kubernetes.io/version: "v0.11.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.10.0"
369+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.11.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.7.0"
394+
image: "registry.k8s.io/sig-storage/csi-attacher:v4.8.0"
395395
imagePullPolicy: IfNotPresent
396396
args:
397397
- "-v=5"
@@ -422,10 +422,9 @@ spec:
422422
- "--csi-address=unix:///csi/csi.sock"
423423
- "--timeout=3m"
424424
- "--leader-election"
425-
- "--default-fstype=ext4"
426-
- "--feature-gates=Topology=True"
427425
- "--enable-capacity"
428426
- "--capacity-ownerref-level=2"
427+
- "--default-fstype=ext4"
429428
env:
430429
- name: NAMESPACE
431430
valueFrom:
@@ -451,7 +450,7 @@ spec:
451450
readOnlyRootFilesystem: true
452451
seccompProfile:
453452
type: RuntimeDefault
454-
image: "registry.k8s.io/sig-storage/csi-resizer:v1.12.0"
453+
image: "registry.k8s.io/sig-storage/csi-resizer:v1.13.1"
455454
imagePullPolicy: IfNotPresent
456455
args:
457456
- "-v=5"

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

Lines changed: 20 additions & 21 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.3
19+
helm.sh/chart: proxmox-csi-plugin-0.3.5
2020
app.kubernetes.io/name: proxmox-csi-plugin
2121
app.kubernetes.io/instance: proxmox-csi-plugin
22-
app.kubernetes.io/version: "v0.10.0"
22+
app.kubernetes.io/version: "v0.11.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.3
32+
helm.sh/chart: proxmox-csi-plugin-0.3.5
3333
app.kubernetes.io/name: proxmox-csi-plugin
3434
app.kubernetes.io/instance: proxmox-csi-plugin
35-
app.kubernetes.io/version: "v0.10.0"
35+
app.kubernetes.io/version: "v0.11.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.3
71+
helm.sh/chart: proxmox-csi-plugin-0.3.5
7272
app.kubernetes.io/name: proxmox-csi-plugin
7373
app.kubernetes.io/instance: proxmox-csi-plugin
74-
app.kubernetes.io/version: "v0.10.0"
74+
app.kubernetes.io/version: "v0.11.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.3.3
114+
helm.sh/chart: proxmox-csi-plugin-0.3.5
115115
app.kubernetes.io/name: proxmox-csi-plugin
116116
app.kubernetes.io/instance: proxmox-csi-plugin
117-
app.kubernetes.io/version: "v0.10.0"
117+
app.kubernetes.io/version: "v0.11.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.3.3
162+
helm.sh/chart: proxmox-csi-plugin-0.3.5
163163
app.kubernetes.io/name: proxmox-csi-plugin
164164
app.kubernetes.io/instance: proxmox-csi-plugin
165-
app.kubernetes.io/version: "v0.10.0"
165+
app.kubernetes.io/version: "v0.11.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.3.3
204+
helm.sh/chart: proxmox-csi-plugin-0.3.5
205205
app.kubernetes.io/name: proxmox-csi-plugin
206206
app.kubernetes.io/instance: proxmox-csi-plugin
207-
app.kubernetes.io/version: "v0.10.0"
207+
app.kubernetes.io/version: "v0.11.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.10.0"
243+
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.11.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.12.0"
275+
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0"
276276
imagePullPolicy: IfNotPresent
277277
args:
278278
- "-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.3.3
344+
helm.sh/chart: proxmox-csi-plugin-0.3.5
345345
app.kubernetes.io/name: proxmox-csi-plugin
346346
app.kubernetes.io/instance: proxmox-csi-plugin
347-
app.kubernetes.io/version: "v0.10.0"
347+
app.kubernetes.io/version: "v0.11.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.10.0"
392+
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.11.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.7.0"
417+
image: "registry.k8s.io/sig-storage/csi-attacher:v4.8.0"
418418
imagePullPolicy: IfNotPresent
419419
args:
420420
- "-v=5"
@@ -445,10 +445,9 @@ spec:
445445
- "--csi-address=unix:///csi/csi.sock"
446446
- "--timeout=3m"
447447
- "--leader-election"
448-
- "--default-fstype=ext4"
449-
- "--feature-gates=Topology=True"
450448
- "--enable-capacity"
451449
- "--capacity-ownerref-level=2"
450+
- "--default-fstype=ext4"
452451
env:
453452
- name: NAMESPACE
454453
valueFrom:
@@ -474,7 +473,7 @@ spec:
474473
readOnlyRootFilesystem: true
475474
seccompProfile:
476475
type: RuntimeDefault
477-
image: "registry.k8s.io/sig-storage/csi-resizer:v1.12.0"
476+
image: "registry.k8s.io/sig-storage/csi-resizer:v1.13.1"
478477
imagePullPolicy: IfNotPresent
479478
args:
480479
- "-v=5"

0 commit comments

Comments
 (0)