Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Oct 17, 2024
1 parent d3b3525 commit d83374f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG-1.X.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## [v1.4.0]
### Features
* Add support for multiple feature-gates arguments for the csi-provisioner([#810](https://github.com/outscale/osc-bsu-csi-driver/pull/810/))
* Upgrade plugin to support 1.30 Kubernetes version cluster and sideCars versions ([#814](https://github.com/outscale/osc-bsu-csi-driver/pull/814)
* Clean way to set imagePullSecrets and respect list ([#815](https://github.com/outscale/osc-bsu-csi-driver/pull/815))
* Increase default provisioner, resizer, snapshotter retry-interval-max ([#820](https://github.com/outscale/osc-bsu-csi-driver/pull/820))
* Reduce verbosity level ([#823](https://github.com/outscale/osc-bsu-csi-driver/pull/823))
* Support Volume Group Snapshots k8s 1.27 ([#827](https://github.com/outscale/osc-bsu-csi-driver/pull/827))
* Add default kube-api-qps, burst, and worker-threads values in CSI driver ([#826](https://github.com/outscale/osc-bsu-csi-driver/pull/826))
* Set RuntimeDefault as default seccompProfile in securityContext ([#828](https://github.com/outscale/osc-bsu-csi-driver/pull/828))

### Bugfixes
* Fix extra arg([#818](https://github.com/outscale/osc-bsu-csi-driver/pull/818)

## [v1.3.0]
### Features
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The Outscale Block Storage Unit Container Storage Interface (CSI) Driver provide
| <= v0.0.14beta | [v1.3.0](https://github.com/container-storage-interface/spec/releases/tag/v1.3.0) | 1.16 | 1.22 |
| v0.0.15 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v0.1.0 - v1.3.0 | [v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | 1.20 | 1.23 |
| v0.1.0 - v1.4.0 | [v1.8.0](https://github.com/container-storage-interface/spec/releases/tag/v1.8.0) | 1.20 | 1.30 |

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

![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![AppVersion: v1.2.4](https://img.shields.io/badge/AppVersion-v1.2.4-informational?style=flat-square)
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![AppVersion: v1.2.4](https://img.shields.io/badge/AppVersion-v1.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`
| httpsProxy | string | `""` | Value used to create environment variable HTTPS_PROXY |
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| image.repository | string | `"outscale/osc-bsu-csi-driver"` | Container image to use |
| image.tag | string | `"v1.3.0"` | Container image tag to deploy |
| image.tag | string | `"v1.4.0"` | 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 All @@ -68,39 +68,39 @@ Kubernetes: `>=1.20`
| sidecars.attacherImage.httpEndpointPort | string | `"8090"` | Port of the http endpoint |
| sidecars.attacherImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) |
| sidecars.attacherImage.repository | string | `"registry.k8s.io/sig-storage/csi-attacher"` | |
| sidecars.attacherImage.tag | string | `"v4.7.0"` | |
| sidecars.attacherImage.tag | string | `"v4.6.1"` | |
| sidecars.livenessProbeImage.port | string | `"9808"` | Port of the liveness of the main container |
| sidecars.livenessProbeImage.repository | string | `"registry.k8s.io/sig-storage/livenessprobe"` | |
| sidecars.livenessProbeImage.tag | string | `"v2.14.0"` | |
| sidecars.livenessProbeImage.tag | string | `"v2.13.1"` | |
| sidecars.nodeDriverRegistrarImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container |
| sidecars.nodeDriverRegistrarImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container |
| sidecars.nodeDriverRegistrarImage.httpEndpointPort | string | `"8093"` | Port of the http endpoint |
| sidecars.nodeDriverRegistrarImage.repository | string | `"registry.k8s.io/sig-storage/csi-node-driver-registrar"` | |
| sidecars.nodeDriverRegistrarImage.tag | string | `"v2.12.0"` | |
| sidecars.nodeDriverRegistrarImage.tag | string | `"v2.11.1"` | |
| sidecars.provisionerImage.additionalArgs | list | `[]` | |
| sidecars.provisionerImage.additionalClusterRoleRules | string | `nil` | |
| sidecars.provisionerImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container |
| sidecars.provisionerImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container |
| sidecars.provisionerImage.httpEndpointPort | string | `"8089"` | Port of the http endpoint |
| sidecars.provisionerImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) |
| sidecars.provisionerImage.repository | string | `"registry.k8s.io/sig-storage/csi-provisioner"` | |
| sidecars.provisionerImage.tag | string | `"v4.0.0"` | |
| sidecars.provisionerImage.tag | string | `"v5.0.2"` | |
| sidecars.resizerImage.additionalArgs | list | `[]` | |
| sidecars.resizerImage.additionalClusterRoleRules | string | `nil` | |
| sidecars.resizerImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container |
| sidecars.resizerImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container |
| sidecars.resizerImage.httpEndpointPort | string | `"8092"` | Port of the http endpoint |
| sidecars.resizerImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) |
| sidecars.resizerImage.repository | string | `"registry.k8s.io/sig-storage/csi-resizer"` | |
| sidecars.resizerImage.tag | string | `"v1.12.0"` | |
| sidecars.resizerImage.tag | string | `"v1.11.2"` | |
| sidecars.snapshotterImage.additionalArgs | list | `[]` | |
| sidecars.snapshotterImage.additionalClusterRoleRules | string | `nil` | |
| sidecars.snapshotterImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container |
| sidecars.snapshotterImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container |
| sidecars.snapshotterImage.httpEndpointPort | string | `"8091"` | Port of the http endpoint |
| sidecars.snapshotterImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) |
| sidecars.snapshotterImage.repository | string | `"registry.k8s.io/sig-storage/csi-snapshotter"` | |
| sidecars.snapshotterImage.tag | string | `"v4.2.1"` | |
| sidecars.snapshotterImage.tag | string | `"v8.0.1"` | |
| timeout | string | `"60s"` | Timeout for sidecars |
| tolerations | list | `[{"key":"CriticalAddonsOnly","operator":"Exists"},{"effect":"NoExecute","operator":"Exists","tolerationSeconds":300}]` | Pod tolerations |
| verbosity | int | `3` | Verbosity level of the plugin |
Expand Down
2 changes: 1 addition & 1 deletion osc-bsu-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v1.2.4"
name: osc-bsu-csi-driver
description: A Helm chart for Outscale BSU CSI Driver
version: 1.5.0
version: 1.6.0
kubeVersion: ">=1.20"
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 @@ -10,7 +10,7 @@ image:
# -- Container image to use
repository: outscale/osc-bsu-csi-driver
# -- Container image tag to deploy
tag: v1.3.0
tag: v1.4.0
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit d83374f

Please sign in to comment.