From 3172bf83e6d7e18d00b4e3a1b41fe4263df8ff54 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Sat, 22 Jul 2023 22:52:44 +0530 Subject: [PATCH] docs: update changelog & chart docs Signed-off-by: Harsh Vardhan --- CHANGELOG.md | 4 ++++ changelogs/released/v2.3.0/457-vharsh | 1 + deploy/helm/charts/Chart.yaml | 4 ++-- deploy/helm/charts/README.md | 2 +- deploy/helm/charts/values.yaml | 4 ++-- 5 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 changelogs/released/v2.3.0/457-vharsh diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3469386..83a56056a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v2.3.0 / 2023-07-23 +======================== +* feat(csi): bump up csi provisioner to v3.5.0 and other updates ([#457](https://github.com/openebs/zfs-localpv/pull/457),[@vharsh](https://github.com/vharsh)) + v2.2.0 / 2023-05-29 ======================== * perf(zfs): optimise pool listing for pools with many datasets ([#440](https://github.com/openebs/zfs-localpv/pull/440),[@lowjoel](https://github.com/lowjoel)) diff --git a/changelogs/released/v2.3.0/457-vharsh b/changelogs/released/v2.3.0/457-vharsh new file mode 100644 index 000000000..d332fce0c --- /dev/null +++ b/changelogs/released/v2.3.0/457-vharsh @@ -0,0 +1 @@ +bump lib-csi, CSI sidecar versions \ No newline at end of file diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 7ad2f4c32..345c5664f 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: zfs-localpv description: Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/ -version: 2.2.0 -appVersion: 2.2.0 +version: 2.3.0 +appVersion: 2.3.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: https://openebs.io/ keywords: diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index f0f7c5f68..d30f55026 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the OpenEBS ZFS Localpv | `zfsPlugin.image.registry`| Registry for openebs-zfs-plugin image| `""`| | `zfsPlugin.image.repository`| Image repository for openebs-zfs-plugin| `openebs/zfs-driver`| | `zfsPlugin.image.pullPolicy`| Image pull policy for openebs-zfs-plugin| `IfNotPresent`| -| `zfsPlugin.image.tag`| Image tag for openebs-zfs-plugin| `2.2.0`| +| `zfsPlugin.image.tag`| Image tag for openebs-zfs-plugin| `2.3.0`| | `zfsNode.allowedTopologyKeys`| Custom topology keys required for provisioning| `"kubernetes.io/hostname,"`| | `zfsNode.driverRegistrar.image.registry`| Registry for csi-node-driver-registrar image| `registry.k8s.io/`| | `zfsNode.driverRegistrar.image.repository`| Image repository for csi-node-driver-registrar| `sig-storage/csi-node-driver-registrar`| diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index 32246737f..8da7d5efc 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. release: - version: "2.2.0" + version: "2.3.0" imagePullSecrets: # - name: "image-pull-secret" @@ -139,7 +139,7 @@ zfsPlugin: repository: openebs/zfs-driver pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 2.2.0 + tag: 2.3.0 role: openebs-zfs