Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Jul 10, 2023
1 parent 324ef39 commit bccae7f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-1.X.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.2.2]
### Bugfixes
* Update osc-sdk-go package in order not to check region ([#762]https://github.com/outscale/osc-bsu-csi-driver/pull/762))

## [v1.2.1]
### Bugfixes
* Handle 39 volumes for scsi device per node ([#733](https://github.com/outscale/osc-bsu-csi-driver/issues/733))
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The Outscale Block Storage Unit Container Storage Interface (CSI) Driver provide
| v1.0.0 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v1.1.0 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v1.1.1 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v1.2.2 | [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 Expand Up @@ -80,4 +81,4 @@ Make sure you follow the [Prerequisites](README.md#Prerequisites) before the exa
* [Encryption](../examples/kubernetes/encryption/)

## Development
See [Development Process](development.md)
See [Development Process](development.md)
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: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: v1.2.2](https://img.shields.io/badge/AppVersion-v1.2.2-informational?style=flat-square)

A Helm chart for Outscale BSU CSI Driver

Expand Down Expand Up @@ -41,7 +41,7 @@ Kubernetes: `>=1.20`
| extraVolumeTags | object | `{}` | Add extra tags on volume |
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| image.repository | string | `"outscale/osc-bsu-csi-driver"` | Container image to use |
| image.tag | string | `"v1.2.1"` | Container image tag to deploy |
| image.tag | string | `"v1.2.2"` | 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
2 changes: 1 addition & 1 deletion osc-bsu-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v1.2.1"
appVersion: "v1.2.2"
name: osc-bsu-csi-driver
description: A Helm chart for Outscale BSU CSI Driver
version: 1.2.1
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 @@ -9,7 +9,7 @@ image:
# -- Container image to use
repository: outscale/osc-bsu-csi-driver
# -- Container image tag to deploy
tag: v1.2.1
tag: v1.2.2
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit bccae7f

Please sign in to comment.