Skip to content

Commit c376ebf

Browse files
vincentBaerVincent Baer
authored and
Vincent Baer
committed
Release v0.2.3
1 parent 333da7c commit c376ebf

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG-0.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.2.3]
4+
### Bugfixes
5+
* Set custom endpoint ([#768]https://github.com/outscale/osc-bsu-csi-driver/pull/768))
6+
37
## [v0.2.2]
48
### Bugfixes
59
* Update osc-sdk-go package in order not to check region ([#762]https://github.com/outscale/osc-bsu-csi-driver/pull/762))

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The Outscale Block Storage Unit Container Storage Interface (CSI) Driver provide
1414
| v0.1.0 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
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 |
17+
| v0.2.3 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
1718

1819
## Features
1920
The following CSI gRPC calls are implemented:
@@ -66,4 +67,4 @@ Make sure you follow the [Prerequisites](README.md#Prerequisites) before the exa
6667
* [Volume Resizing](../examples/kubernetes/resizing)
6768

6869
## Development
69-
See [Development Process](development.md)
70+
See [Development Process](development.md)

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.2](https://img.shields.io/badge/AppVersion-v0.2.2-informational?style=flat-square)
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)
44

55
A Helm chart for Outscale BSU CSI Driver
66

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

osc-bsu-csi-driver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v0.2.2"
2+
appVersion: "v0.2.3"
33
name: osc-bsu-csi-driver
44
description: A Helm chart for Outscale BSU CSI Driver
55
version: 0.12.0

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.2
15+
tag: v0.2.3
1616
# -- Container pull policy
1717
pullPolicy: IfNotPresent
1818

0 commit comments

Comments
 (0)