Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
sergelogvinov committed May 12, 2023
1 parent 4e80caf commit 429a420
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 43 deletions.
32 changes: 22 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

<a name="v0.1.1"></a>
## [v0.1.1](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.1.0...v0.1.1) (2023-05-12)

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

### Features

- switch to distroless
- decrease node image

### Changelog

* 4e80caf chore: bump deps
* ff1c9bf feat: switch to distroless
* c437146 ci: test images
* be954c9 chore: bump deps
* 93a04b6 feat: decrease node image
* 4fe1ee4 doc: update readme

<a name="v0.1.0"></a>
## [v0.1.0](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.0.2...v0.1.0) (2023-05-04)

Expand All @@ -10,6 +29,7 @@ Welcome to the v0.1.0 release of Proxmox CSI Plugin!

### Changelog

* 449bddf chore: release v0.1.0
* 303f430 refactor: rename storageID to storage
* 8ed6376 test: proxmox-api
* bc135db test: mock kubernetes-api
Expand All @@ -26,19 +46,10 @@ Welcome to the v0.0.2 release of Proxmox CSI Plugin!
* 8390a9f chore: release v0.0.2

<a name="v0.01"></a>
## [v0.01](https://github.com/sergelogvinov/proxmox-csi-plugin/compare/v0.0.1...v0.01) (2023-04-29)
## v0.01 (2023-04-29)

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

### Changelog

* 56b4297 chore: release v0.0.1

<a name="v0.0.1"></a>
## v0.0.1 (2023-04-29)

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

### Bug Fixes

- raise condition during volume attach
Expand All @@ -53,6 +64,7 @@ Welcome to the v0.0.1 release of Proxmox CSI Plugin!

### Changelog

* 56b4297 chore: release v0.0.1
* 82ee8e1 ci: check release
* da3bcc5 ci: github actions
* 27bf714 test: add more tests
Expand Down
4 changes: 2 additions & 2 deletions charts/proxmox-csi-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,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.1.0
version: 0.1.1

# 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.1.0"
appVersion: v0.1.1
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.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.1](https://img.shields.io/badge/AppVersion-v0.1.1-informational?style=flat-square)

A CSI plugin for Proxmox

Expand Down
32 changes: 16 additions & 16 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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
spec:
updateStrategy:
Expand All @@ -231,7 +231,7 @@ spec:
runAsUser: 0
runAsGroup: 0
privileged: true
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.1.0"
image: "ghcr.io/sergelogvinov/proxmox-csi-node:v0.1.1"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down Expand Up @@ -330,10 +330,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -371,7 +371,7 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.1.0"
image: "ghcr.io/sergelogvinov/proxmox-csi-controller:v0.1.1"
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
28 changes: 14 additions & 14 deletions docs/deploy/proxmox-csi-plugin.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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
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.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
---
# Source: proxmox-csi-plugin/templates/storageclass.yaml
Expand Down Expand Up @@ -69,10 +69,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups: [""]
Expand Down Expand Up @@ -112,10 +112,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
Expand Down Expand Up @@ -160,10 +160,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups: ["coordination.k8s.io"]
Expand Down Expand Up @@ -202,10 +202,10 @@ metadata:
name: proxmox-csi-plugin-node
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
spec:
updateStrategy:
Expand Down Expand Up @@ -336,10 +336,10 @@ metadata:
name: proxmox-csi-plugin-controller
namespace: csi-proxmox
labels:
helm.sh/chart: proxmox-csi-plugin-0.1.0
helm.sh/chart: proxmox-csi-plugin-0.1.1
app.kubernetes.io/name: proxmox-csi-plugin
app.kubernetes.io/instance: proxmox-csi-plugin
app.kubernetes.io/version: "v0.1.0"
app.kubernetes.io/version: "v0.1.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down

0 comments on commit 429a420

Please sign in to comment.