Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky authored and github-actions[bot] committed Jul 14, 2023
1 parent ebf342c commit 4311004
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CSI WekaFS Driver
Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for WekaFS - the world fastest filesystem

![Version: 2.2.0-SNAPSHOT.14.a6773b3](https://img.shields.io/badge/Version-2.2.0--SNAPSHOT.14.a6773b3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.0-SNAPSHOT.14.a6773b3](https://img.shields.io/badge/AppVersion-v2.2.0--SNAPSHOT.14.a6773b3-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-informational?style=flat-square)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs)

Expand Down Expand Up @@ -47,15 +47,15 @@ Kubernetes: `>=1.18.0`
|-----|------|---------|-------------|
| dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned |
| csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) |
| csiDriverVersion | string | `"2.2.0-SNAPSHOT.14.a6773b3"` | CSI driver version |
| csiDriverVersion | string | `"2.2.0"` | CSI driver version |
| images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.10.0"` | CSI liveness probe sidecar image URL |
| images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.3.0"` | CSI attacher sidecar image URL |
| images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.5.0"` | CSI provisioner sidecar image URL |
| images.registrarsidecar | string | `"registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0"` | CSI registrar sidercar |
| images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.8.0"` | CSI resizer sidecar image URL |
| images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2"` | CSI snapshotter sidecar image URL |
| images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL |
| images.csidriverTag | string | `"2.2.0-SNAPSHOT.14.a6773b3"` | CSI driver tag |
| images.csidriverTag | string | `"2.2.0"` | CSI driver tag |
| globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components |
| controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) |
| nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) |
Expand Down
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release v2.2.0
<!-- Release notes generated using configuration in .github/release.yaml at main -->

## What's Changed
### New features
* feat(CSI-122): support multiple Weka clusters on same nodes by @sergeyberezansky in https://github.com/weka/csi-wekafs/pull/134
### Miscellaneous
* fix(deps): update module google.golang.org/grpc to v1.56.2 by @renovate in https://github.com/weka/csi-wekafs/pull/135
* fix(deps): update golang.org/x/exp digest to 613f0c0 by @renovate in https://github.com/weka/csi-wekafs/pull/136
* chore(deps): update helm/kind-action action to v1.8.0 by @renovate in https://github.com/weka/csi-wekafs/pull/137


# Release v2.1.2
<!-- Release notes generated using configuration in .github/release.yaml at main -->

Expand Down
11 changes: 5 additions & 6 deletions charts/csi-wekafsplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!-- Release notes generated using configuration in .github/release.yaml at main -->

## What's Changed
### Bug Fixes
* feat(CSI-57): acl mount option by @dontbreakit in https://github.com/weka/csi-wekafs/pull/128
* fix(CSI-118): cannot initialize API client with non-root organization by @sergeyberezansky in https://github.com/weka/csi-wekafs/pull/131
### New features
* feat(CSI-122): support multiple Weka clusters on same nodes by @sergeyberezansky in https://github.com/weka/csi-wekafs/pull/134
### Miscellaneous
* ci(CSI-116): prefix v for all components validation, also CSI-117 by @dontbreakit in https://github.com/weka/csi-wekafs/pull/129
* fix(deps): update golang.org/x/exp digest to 97b1e66 by @renovate in https://github.com/weka/csi-wekafs/pull/126
* fix(deps): update module google.golang.org/protobuf to v1.31.0 by @renovate in https://github.com/weka/csi-wekafs/pull/125
* fix(deps): update module google.golang.org/grpc to v1.56.2 by @renovate in https://github.com/weka/csi-wekafs/pull/135
* fix(deps): update golang.org/x/exp digest to 613f0c0 by @renovate in https://github.com/weka/csi-wekafs/pull/136
* chore(deps): update helm/kind-action action to v1.8.0 by @renovate in https://github.com/weka/csi-wekafs/pull/137


8 changes: 4 additions & 4 deletions charts/csi-wekafsplugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ maintainers:
email: csi@weka.io
url: https://weka.io
sources:
- https://github.com/weka/csi-wekafs/tree/v$CHART_VERSION/charts/csi-wekafsplugin
- https://github.com/weka/csi-wekafs/tree/v2.2.0
home: https://github.com/weka/csi-wekafs
icon: https://weka.github.io/csi-wekafs/logo.png
type: application
version: 2.2.0-SNAPSHOT.14.a6773b3
appVersion: v2.2.0-SNAPSHOT.14.a6773b3
version: 2.2.0
appVersion: v2.2.0
kubeVersion: ">=1.18.0"
keywords: [storage, filesystem, HPC]
annotations:
artifacthub.io/category: "storage"
artifacthub.io/prerelease: "false"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/license: Apache-2.0
artifacthub.io/signKey: |
fingerprint: BA9F2D31BE9193E01FA17450BCE0A5CF67AC0C59
Expand Down
6 changes: 3 additions & 3 deletions charts/csi-wekafsplugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs)
![Version: 2.2.0-SNAPSHOT.14.a6773b3](https://img.shields.io/badge/Version-2.2.0--SNAPSHOT.14.a6773b3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.0-SNAPSHOT.14.a6773b3](https://img.shields.io/badge/AppVersion-v2.2.0--SNAPSHOT.14.a6773b3-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-informational?style=flat-square)

## Homepage
https://github.com/weka/csi-wekafs
Expand Down Expand Up @@ -56,15 +56,15 @@ Kubernetes: `>=1.18.0`
|-----|------|---------|-------------|
| dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned |
| csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) |
| csiDriverVersion | string | `"2.2.0-SNAPSHOT.14.a6773b3"` | CSI driver version |
| csiDriverVersion | string | `"2.2.0"` | CSI driver version |
| images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.10.0"` | CSI liveness probe sidecar image URL |
| images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.3.0"` | CSI attacher sidecar image URL |
| images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.5.0"` | CSI provisioner sidecar image URL |
| images.registrarsidecar | string | `"registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0"` | CSI registrar sidercar |
| images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.8.0"` | CSI resizer sidecar image URL |
| images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2"` | CSI snapshotter sidecar image URL |
| images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL |
| images.csidriverTag | string | `"2.2.0-SNAPSHOT.14.a6773b3"` | CSI driver tag |
| images.csidriverTag | string | `"2.2.0"` | CSI driver tag |
| globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components |
| controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) |
| nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) |
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-wekafsplugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dynamicProvisionPath: "csi-volumes"
# -- Name of the driver (and provisioner)
csiDriverName: "csi.weka.io"
# -- CSI driver version
csiDriverVersion: &csiDriverVersion 2.2.0-SNAPSHOT.14.a6773b3
csiDriverVersion: &csiDriverVersion 2.2.0
images:
# -- CSI liveness probe sidecar image URL
livenessprobesidecar: registry.k8s.io/sig-storage/livenessprobe:v2.10.0
Expand Down

0 comments on commit 4311004

Please sign in to comment.