Skip to content

Commit

Permalink
Release-v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Sep 5, 2023
1 parent c8584e1 commit 935b876
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## [v0.2.4]
### Bugfixes
* xfs as fstype: missing xfsgrowfs in $PATH ([#778](https://github.com/outscale/osc-bsu-csi-driver/pull/778))
* Configure https proxy + ca bundle ([#776](https://github.com/outscale/osc-bsu-csi-driver/pull/776))


## [v0.2.3]
### Bugfixes
* Set custom endpoint ([#768]https://github.com/outscale/osc-bsu-csi-driver/pull/768))
* Set custom endpoint ([#768](https://github.com/outscale/osc-bsu-csi-driver/pull/768))

## [v0.2.2]
### Bugfixes
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The Outscale Block Storage Unit Container Storage Interface (CSI) Driver provide
| v0.1.1 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v0.1.2 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v0.2.3 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v0.2.4 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |

## Features
The following CSI gRPC calls are implemented:
Expand Down
4 changes: 2 additions & 2 deletions docs/helm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osc-bsu-csi-driver

![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)
![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)

A Helm chart for Outscale BSU CSI Driver

Expand Down Expand Up @@ -45,7 +45,7 @@ Kubernetes: `>=1.20.0`
| httpsProxy | string | `""` | Value used to create environment variable HTTPS_PROXY |
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| image.repository | string | `"outscale/osc-ebs-csi-driver"` | Container image to use |
| image.tag | string | `"v0.2.3"` | Container image tag to deploy |
| image.tag | string | `"v0.2.4"` | Container image tag to deploy |
| imagePullSecrets | list | `[]` | Specify image pull secrets |
| maxBsuVolumes | string | `"39"` | Maximum volume to attach to a node (see [Docs](https://docs.outscale.com/en/userguide/About-Volumes.html)) |
| nameOverride | string | `""` | Override name of the app (instead of `osc-bsu-csi-driver`) |
Expand Down
4 changes: 2 additions & 2 deletions osc-bsu-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "v0.2.3"
appVersion: "v0.2.4"
name: osc-bsu-csi-driver
description: A Helm chart for Outscale BSU CSI Driver
version: 0.12.0
version: 0.13.0
kubeVersion: ">=1.20.0"
home: https://github.com/outscale/osc-bsu-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion osc-bsu-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
# -- Container image to use
repository: outscale/osc-ebs-csi-driver
# -- Container image tag to deploy
tag: v0.2.3
tag: v0.2.4
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 935b876

Please sign in to comment.