Skip to content

Commit 183c43b

Browse files
vincentBaerVincent Baer
authored and
Vincent Baer
committed
Release v0.2.1
1 parent 02e9c21 commit 183c43b

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG-0.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
3+
## [v0.2.1]
4+
### Bugfixes
5+
* Handle 39 volumes for scsi device per node ([#733](https://github.com/outscale/osc-bsu-csi-driver/issues/733))
6+
27
## [v0.2.0]
38
### Features
49
* Increase maximum volumes per node (from 25 to 40) ([#657](https://github.com/outscale/osc-bsu-csi-driver/pull/657))

docs/helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# osc-bsu-csi-driver
22

3-
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
3+
![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![AppVersion: v0.2.1](https://img.shields.io/badge/AppVersion-v0.2.1-informational?style=flat-square)
44

55
A Helm chart for Outscale BSU CSI Driver
66

@@ -41,7 +41,7 @@ Kubernetes: `>=1.20.0`
4141
| extraVolumeTags | object | `{}` | Add extra tags on volume |
4242
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
4343
| image.repository | string | `"outscale/osc-ebs-csi-driver"` | Container image to use |
44-
| image.tag | string | `"v0.2.0"` | Container image tag to deploy |
44+
| image.tag | string | `"v0.2.1"` | Container image tag to deploy |
4545
| imagePullSecrets | list | `[]` | Specify image pull secrets |
4646
| maxBsuVolumes | string | `"39"` | Maximum volume to attach to a node (see [Docs](https://docs.outscale.com/en/userguide/About-Volumes.html)) |
4747
| nameOverride | string | `""` | Override name of the app (instead of `osc-bsu-csi-driver`) |

osc-bsu-csi-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "v0.2.0"
2+
appVersion: "v0.2.1"
33
name: osc-bsu-csi-driver
44
description: A Helm chart for Outscale BSU CSI Driver
5-
version: 0.10.0
5+
version: 0.10.1
66
kubeVersion: ">=1.20.0"
77
home: https://github.com/outscale/osc-bsu-csi-driver
88
sources:

osc-bsu-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
# -- Container image to use
1010
repository: outscale/osc-ebs-csi-driver
1111
# -- Container image tag to deploy
12-
tag: v0.2.0
12+
tag: v0.2.1
1313
# -- Container pull policy
1414
pullPolicy: IfNotPresent
1515

0 commit comments

Comments
 (0)