diff --git a/CHANGELOG.md b/CHANGELOG.md index 9179de5e..42cb592a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ v2.6.2 / 2024-09-25 ======================== -* Cherry-pick #552 ([#552](https://github.com/openebs/zfs-localpv/pull/552),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) +* fix(chart): handle trailing slash (/) in csi plugin kubelet directory ([#532](https://github.com/openebs/zfs-localpv/pull/532),[@w3aman](https://github.com/w3aman)) +* fix(chart): remove anti-affinity from csi controller ([#552](https://github.com/openebs/zfs-localpv/pull/552),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) v2.6.1 / 2024-09-17 ======================== -* Cherry-pick CI changes ([#583](https://github.com/openebs/zfs-localpv/pull/548),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) -* Cherry-pick PR 575 into release/2.6 branch ([#575](https://github.com/openebs/zfs-localpv/pull/575),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) +* ci: enhance pull_request workflow ([#557](https://github.com/openebs/zfs-localpv/pull/557),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) +* ci: add branch preparation and release CI changes ([#567](https://github.com/openebs/zfs-localpv/pull/567),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) +* chore: cleanup unused scripts, update make manifests ([#569](https://github.com/openebs/zfs-localpv/pull/569),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) +* chore: replace CRD with auto-generated copy ([#564](https://github.com/openebs/zfs-localpv/pull/548),[@niladrih](https://github.com/niladrih)) +* chore(deps): update analytics dependency ([#578](https://github.com/openebs/zfs-localpv/pull/578),[@niladrih](https://github.com/niladrih)) * fix: chart.yaml indentation ([#586](https://github.com/openebs/zfs-localpv/pull/586),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) v2.6.0 / 2024-07-03 diff --git a/README.md b/README.md index 0c15fced..61649e95 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ OpenEBS ZFS LocalPV is a [CSI](https://github.com/container-storage-interface/sp 2. CSI Node Plugin - Serves the requests by performing the operations and making the volume available for the initiator. ### Why OpenEBS ZFS LocalPV? -1. Light weight, easy to setup storage provisoner for provisioning node local volumes in k8s ecosystem. +1. Lightweight, easy to set up storage provisoner for host-local volumes in k8s ecosystem. 2. Makes ZFS stack available to k8s, allowing end users to use the ZFS functionalites like snapshot, restore, clone, thin provisioning, resize, encryption, compression, dedup, etc for their Persistent Volumes. 3. Cloud native, i.e based on CSI spec, so certified to run on K8s. diff --git a/RELEASE.md b/RELEASE.md index d9cdd5c9..2f86d1ea 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,7 +1,7 @@ # Release Process zfs-localpv follows a on quaterly release cadence for minor version releases. The scope of the release is determined by contributor availability. The scope is published in the [Release Tracker Projects](https://github.com/orgs/openebs/projects/78). -## Prerelease Candidate Verification Checklist +## Pre-release Candidate Verification Checklist Every release has a prerelease tag that gets created on branch creation, explained further below. This prerelease tag is meant for all the below action items throughout the release process: - Platform Verification