File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## [ v0.2.3]
4
10
### 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 ) )
6
12
7
13
## [ v0.2.2]
8
14
### Bugfixes
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The Outscale Block Storage Unit Container Storage Interface (CSI) Driver provide
15
15
| v0.1.1 | [ v1.5.0] ( https://github.com/container-storage-interface/spec/releases/tag/v1.5.0 ) | 1.20 | 1.23 |
16
16
| v0.1.2 | [ v1.5.0] ( https://github.com/container-storage-interface/spec/releases/tag/v1.5.0 ) | 1.20 | 1.23 |
17
17
| 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 |
18
19
19
20
## Features
20
21
The following CSI gRPC calls are implemented:
Original file line number Diff line number Diff line change 1
1
# osc-bsu-csi-driver
2
2
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 )
4
4
5
5
A Helm chart for Outscale BSU CSI Driver
6
6
@@ -45,7 +45,7 @@ Kubernetes: `>=1.20.0`
45
45
| httpsProxy | string | ` "" ` | Value used to create environment variable HTTPS_PROXY |
46
46
| image.pullPolicy | string | ` "IfNotPresent" ` | Container pull policy |
47
47
| 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 |
49
49
| imagePullSecrets | list | ` [] ` | Specify image pull secrets |
50
50
| maxBsuVolumes | string | ` "39" ` | Maximum volume to attach to a node (see [ Docs] ( https://docs.outscale.com/en/userguide/About-Volumes.html ) ) |
51
51
| nameOverride | string | ` "" ` | Override name of the app (instead of ` osc-bsu-csi-driver ` ) |
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v0.2.3 "
2
+ appVersion : " v0.2.4 "
3
3
name : osc-bsu-csi-driver
4
4
description : A Helm chart for Outscale BSU CSI Driver
5
- version : 0.12 .0
5
+ version : 0.13 .0
6
6
kubeVersion : " >=1.20.0"
7
7
home : https://github.com/outscale/osc-bsu-csi-driver
8
8
sources :
Original file line number Diff line number Diff line change 12
12
# -- Container image to use
13
13
repository : outscale/osc-ebs-csi-driver
14
14
# -- Container image tag to deploy
15
- tag : v0.2.3
15
+ tag : v0.2.4
16
16
# -- Container pull policy
17
17
pullPolicy : IfNotPresent
18
18
You can’t perform that action at this time.
0 commit comments