Skip to content

Commit 935b876

Browse files
vincentBaerVincent Baer
authored and
Vincent Baer
committed
Release-v0.2.4
1 parent c8584e1 commit 935b876

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG-0.x.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## [v0.2.4]
4+
### Bugfixes
5+
* xfs as fstype: missing xfsgrowfs in $PATH ([#778](https://github.com/outscale/osc-bsu-csi-driver/pull/778))
6+
* Configure https proxy + ca bundle ([#776](https://github.com/outscale/osc-bsu-csi-driver/pull/776))
7+
8+
39
## [v0.2.3]
410
### Bugfixes
5-
* Set custom endpoint ([#768]https://github.com/outscale/osc-bsu-csi-driver/pull/768))
11+
* Set custom endpoint ([#768](https://github.com/outscale/osc-bsu-csi-driver/pull/768))
612

713
## [v0.2.2]
814
### Bugfixes

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The Outscale Block Storage Unit Container Storage Interface (CSI) Driver provide
1515
| v0.1.1 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
1616
| v0.1.2 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
1717
| v0.2.3 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
18+
| v0.2.4 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
1819

1920
## Features
2021
The following CSI gRPC calls are implemented:

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.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![AppVersion: v0.2.3](https://img.shields.io/badge/AppVersion-v0.2.3-informational?style=flat-square)
3+
![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![AppVersion: v0.2.4](https://img.shields.io/badge/AppVersion-v0.2.4-informational?style=flat-square)
44

55
A Helm chart for Outscale BSU CSI Driver
66

@@ -45,7 +45,7 @@ Kubernetes: `>=1.20.0`
4545
| httpsProxy | string | `""` | Value used to create environment variable HTTPS_PROXY |
4646
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
4747
| image.repository | string | `"outscale/osc-ebs-csi-driver"` | Container image to use |
48-
| image.tag | string | `"v0.2.3"` | Container image tag to deploy |
48+
| image.tag | string | `"v0.2.4"` | Container image tag to deploy |
4949
| imagePullSecrets | list | `[]` | Specify image pull secrets |
5050
| maxBsuVolumes | string | `"39"` | Maximum volume to attach to a node (see [Docs](https://docs.outscale.com/en/userguide/About-Volumes.html)) |
5151
| 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.3"
2+
appVersion: "v0.2.4"
33
name: osc-bsu-csi-driver
44
description: A Helm chart for Outscale BSU CSI Driver
5-
version: 0.12.0
5+
version: 0.13.0
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
@@ -12,7 +12,7 @@ image:
1212
# -- Container image to use
1313
repository: outscale/osc-ebs-csi-driver
1414
# -- Container image tag to deploy
15-
tag: v0.2.3
15+
tag: v0.2.4
1616
# -- Container pull policy
1717
pullPolicy: IfNotPresent
1818

0 commit comments

Comments
 (0)