Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0

Signed-off-by: Serge Logvinov <[email protected]>
  • Loading branch information
sergelogvinov committed Oct 24, 2023
1 parent 9e5a139 commit 625b1ce
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 68 deletions.
36 changes: 33 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@

<a name="v0.4.0"></a>
## [v0.4.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.3.0...v0.4.0) (2023-10-24)

Welcome to the v0.4.0 release of Proxmox CSI Plugin!

### Bug Fixes

- check volume existence
- helm create namespace
- remove nocloud label

### Features

- mkfs block/inode size options
- disk speed limit
- **chart:** make StorageClass parameters/mountOptions configurable

### Changelog

* df245fd chore: release v0.4.0
* 9e5a139 chore: bump deps
* aba0ca8 fix: check volume existence
* a78e338 feat(chart): make StorageClass parameters/mountOptions configurable
* 364b8be fix: helm create namespace
* 74e42b2 fix: remove nocloud label
* 88f4ebc feat: mkfs block/inode size options
* c464dab feat: disk speed limit
* a243ffb chore: bump deps

<a name="v0.3.0"></a>
## [v0.3.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.2.0...v0.3.0) (2023-09-18)
## [v0.3.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.2.0...v0.3.0) (2023-09-19)

Welcome to the v0.3.0 release of Proxmox CSI Plugin!

Expand All @@ -12,6 +41,7 @@ Welcome to the v0.3.0 release of Proxmox CSI Plugin!

### Changelog

* 324ad91 chore: release v0.3.0
* 5f5d781 chore: bump deps
* 5e57204 docs: storage class options
* 26c1928 feat: storage encryption
Expand All @@ -21,10 +51,9 @@ Welcome to the v0.3.0 release of Proxmox CSI Plugin!
* ae63a06 chore: bump deps
* c7d1541 feat: regional block devices
* 4ceef77 chore: bump deps
* 6a2d98a chore: release v0.2.0

<a name="v0.2.0"></a>
## [v0.2.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.1.1...v0.2.0) (2023-08-04)
## [v0.2.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.1.1...v0.2.0) (2023-08-07)

Welcome to the v0.2.0 release of Proxmox CSI Plugin!

Expand All @@ -46,6 +75,7 @@ Welcome to the v0.2.0 release of Proxmox CSI Plugin!

### Changelog

* 6a2d98a chore: release v0.2.0
* a24d24e fix: skip lxc containers on resize process
* cd4f3f7 feat: noatime flag for ssd
* b477132 chore: bump actions versions
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ helm-release: ## Helm Release

.PHONY: docs
docs:
yq -i '.appVersion = "$(TAG)"' charts/proxmox-csi-plugin/Chart.yaml
helm template -n csi-proxmox proxmox-csi-plugin \
-f charts/proxmox-csi-plugin/values.edge.yaml \
charts/proxmox-csi-plugin > docs/deploy/proxmox-csi-plugin.yml
Expand Down
18 changes: 8 additions & 10 deletions charts/proxmox-csi-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,20 @@ type: application
home: https://github.com/sergelogvinov/proxmox-csi-plugin
icon: https://proxmox.com/templates/yoo_nano2/favicon.ico
sources:
- https://github.com/sergelogvinov/proxmox-csi-plugin
- https://github.com/sergelogvinov/proxmox-csi-plugin
keywords:
- storage
- block-storage
- volume
- storage
- block-storage
- volume
maintainers:
- name: sergelogvinov
url: https://github.com/sergelogvinov

- name: sergelogvinov
url: https://github.com/sergelogvinov
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.11

version: 0.1.12
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: v0.3.0
appVersion: v0.4.0
2 changes: 1 addition & 1 deletion charts/proxmox-csi-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# proxmox-csi-plugin

![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square)
![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square)

A CSI plugin for Proxmox

Expand Down
32 changes: 16 additions & 16 deletions docs/deploy/proxmox-csi-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.10
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
---
# Source: proxmox-csi-plugin/templates/serviceaccount.yaml
Expand All @@ -29,10 +29,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.10
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
---
# Source: proxmox-csi-plugin/templates/controller-clusterrole.yaml
Expand All @@ -42,10 +42,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.10
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups: [""]
Expand Down Expand Up @@ -85,10 +85,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.10
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
Expand Down Expand Up @@ -133,10 +133,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.10
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups: ["coordination.k8s.io"]
Expand Down Expand Up @@ -175,10 +175,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.10
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
spec:
updateStrategy:
Expand Down Expand Up @@ -214,7 +214,7 @@ spec:
- DAC_OVERRIDE
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.3.0"
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.4.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down Expand Up @@ -318,10 +318,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.10
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.3.0"
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.4.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
45 changes: 23 additions & 22 deletions docs/deploy/proxmox-csi-plugin-talos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.6
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
---
# Source: proxmox-csi-plugin/templates/serviceaccount.yaml
Expand All @@ -29,10 +29,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.6
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
---
# Source: proxmox-csi-plugin/templates/storageclass.yaml
Expand Down Expand Up @@ -68,10 +68,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.6
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups: [""]
Expand Down Expand Up @@ -111,10 +111,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.6
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
Expand Down Expand Up @@ -159,10 +159,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.6
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups: ["coordination.k8s.io"]
Expand Down Expand Up @@ -201,10 +201,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.6
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
spec:
updateStrategy:
Expand Down Expand Up @@ -240,7 +240,7 @@ spec:
- DAC_OVERRIDE
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.3.0"
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.4.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down Expand Up @@ -272,7 +272,7 @@ spec:
# readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand All @@ -296,7 +296,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "registry.k8s.io/sig-storage/livenessprobe:v2.10.0"
image: "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down Expand Up @@ -341,10 +341,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.6
helm.sh/chart: proxmox-csi-plugin-0.1.12
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.3.0"
app.kubernetes.io/version: "v0.4.0"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -385,7 +385,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.3.0"
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.4.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand All @@ -409,7 +409,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "registry.k8s.io/sig-storage/csi-attacher:v4.3.0"
image: "registry.k8s.io/sig-storage/csi-attacher:v4.4.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand All @@ -433,7 +433,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "registry.k8s.io/sig-storage/csi-provisioner:v3.5.0"
image: "registry.k8s.io/sig-storage/csi-provisioner:v3.6.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down Expand Up @@ -469,7 +469,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "registry.k8s.io/sig-storage/csi-resizer:v1.8.0"
image: "registry.k8s.io/sig-storage/csi-resizer:v1.9.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand All @@ -493,7 +493,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "registry.k8s.io/sig-storage/livenessprobe:v2.10.0"
image: "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down Expand Up @@ -537,3 +537,4 @@ spec:
storageCapacity: true
volumeLifecycleModes:
- Persistent
# - Ephemeral
Loading

0 comments on commit 625b1ce

Please sign in to comment.