diff --git a/CHANGELOG.md b/CHANGELOG.md index 272c1f3..8fd73ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ + +## [v0.0.2](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.01...v0.0.2) (2023-04-29) + +Welcome to the v0.0.2 release of Proxmox CSI Plugin! + +### Changelog + +* 2611530 chore: release v0.0.2 + + +## [v0.01](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.0.1...v0.01) (2023-04-29) + +Welcome to the v0.01 release of Proxmox CSI Plugin! + +### Changelog + +* 56b4297 chore: release v0.0.1 + ## v0.0.1 (2023-04-29) diff --git a/charts/proxmox-csi-plugin/Chart.yaml b/charts/proxmox-csi-plugin/Chart.yaml index 5515c94..ae6c118 100644 --- a/charts/proxmox-csi-plugin/Chart.yaml +++ b/charts/proxmox-csi-plugin/Chart.yaml @@ -16,10 +16,10 @@ maintainers: # 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.0.1 +version: 0.0.2 # 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: "0.0.1" +appVersion: "v0.0.2" diff --git a/charts/proxmox-csi-plugin/README.md b/charts/proxmox-csi-plugin/README.md index e113658..a816d59 100644 --- a/charts/proxmox-csi-plugin/README.md +++ b/charts/proxmox-csi-plugin/README.md @@ -1,6 +1,6 @@ # proxmox-csi-plugin -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.2](https://img.shields.io/badge/AppVersion-v0.0.2-informational?style=flat-square) A CSI plugin for Proxmox diff --git a/docs/deploy/proxmox-csi-plugin-talos.yml b/docs/deploy/proxmox-csi-plugin-talos.yml index 6237205..21cd0b6 100644 --- a/docs/deploy/proxmox-csi-plugin-talos.yml +++ b/docs/deploy/proxmox-csi-plugin-talos.yml @@ -16,10 +16,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm --- # Source: proxmox-csi-plugin/templates/serviceaccount.yaml @@ -29,10 +29,10 @@ metadata: name: proxmox-csi-plugin-node namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm --- # Source: proxmox-csi-plugin/templates/storageclass.yaml @@ -68,10 +68,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm rules: - apiGroups: [""] @@ -111,10 +111,10 @@ metadata: name: proxmox-csi-plugin-node namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm rules: - apiGroups: @@ -159,10 +159,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm rules: - apiGroups: ["coordination.k8s.io"] @@ -201,10 +201,10 @@ metadata: name: proxmox-csi-plugin-node namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm spec: updateStrategy: @@ -231,7 +231,7 @@ spec: runAsUser: 0 runAsGroup: 0 privileged: true - image: "ghcr.io/sergelogvinov/proxmox-csi-node:0.0.1" + image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.0.2" imagePullPolicy: IfNotPresent args: - "-v=5" @@ -330,10 +330,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm spec: replicas: 1 @@ -371,7 +371,7 @@ spec: readOnlyRootFilesystem: true seccompProfile: type: RuntimeDefault - image: "ghcr.io/sergelogvinov/proxmox-csi-controller:0.0.1" + image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.0.2" imagePullPolicy: IfNotPresent args: - "-v=5" diff --git a/docs/deploy/proxmox-csi-plugin.yml b/docs/deploy/proxmox-csi-plugin.yml index feec078..57ba30c 100644 --- a/docs/deploy/proxmox-csi-plugin.yml +++ b/docs/deploy/proxmox-csi-plugin.yml @@ -16,10 +16,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm --- # Source: proxmox-csi-plugin/templates/serviceaccount.yaml @@ -29,10 +29,10 @@ metadata: name: proxmox-csi-plugin-node namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm --- # Source: proxmox-csi-plugin/templates/storageclass.yaml @@ -69,10 +69,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm rules: - apiGroups: [""] @@ -112,10 +112,10 @@ metadata: name: proxmox-csi-plugin-node namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm rules: - apiGroups: @@ -160,10 +160,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm rules: - apiGroups: ["coordination.k8s.io"] @@ -202,10 +202,10 @@ metadata: name: proxmox-csi-plugin-node namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm spec: updateStrategy: @@ -336,10 +336,10 @@ metadata: name: proxmox-csi-plugin-controller namespace: csi-proxmox labels: - helm.sh/chart: proxmox-csi-plugin-0.0.1 + helm.sh/chart: proxmox-csi-plugin-0.0.2 app.kubernetes.io/name: proxmox-csi-plugin app.kubernetes.io/instance: proxmox-csi-plugin - app.kubernetes.io/version: "0.0.1" + app.kubernetes.io/version: "v0.0.2" app.kubernetes.io/managed-by: Helm spec: replicas: 1 diff --git a/docs/release.md b/docs/release.md new file mode 100644 index 0000000..6c2c641 --- /dev/null +++ b/docs/release.md @@ -0,0 +1,12 @@ +# Make relese + +```shell +git checkout -b release-0.0.2 +git tag v0.0.2 + +make helm-unit docs +make release-update + +git add . +git commit +```