From f6ccb206b42b1ce7c43b152df620de4bf4a70724 Mon Sep 17 00:00:00 2001 From: Joe McCormick <31295332+iamjoemccormick@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:29:24 -0500 Subject: [PATCH] Release v1.5.0 --- .github/workflows/build-test-publish.yaml | 3 +++ CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-publish.yaml b/.github/workflows/build-test-publish.yaml index 03fccd71..5cdc974f 100644 --- a/.github/workflows/build-test-publish.yaml +++ b/.github/workflows/build-test-publish.yaml @@ -10,6 +10,9 @@ on: pull_request: branches: - "master" + paths-ignore: + - "**/*.md" + - "**/*.txt" env: # Container image registry to publish images to: diff --git a/CHANGELOG.md b/CHANGELOG.md index 269533cd..520ecdb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog Notable changes to the BeeGFS CSI driver will be documented in this file. -[1.5.0] - PRERELEASE +[1.5.0] - 2023-09-11 -------------------- ### Added diff --git a/README.md b/README.md index d8dc3482..4a9d874c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ supported. | beegfs.csi.netapp.com | K8s Versions | Red Hat OpenShift Versions | BeeGFS Client Versions | CSI Version | | --------------------- | ----------------------------------------- | ---------------------------------------------------- | ---------------------- | ----------- | -| v1.5.0 (prerelease) | 1.23.17, 1.24.15, 1.25.11, 1.26.3, 1.27.3 | [No longer tested.](docs/compatibility.md#openshift) | 7.3.4, v7.4.0 | v1.7.0 | +| v1.5.0 | 1.23.17, 1.24.15, 1.25.11, 1.26.3, 1.27.3 | [No longer tested.](docs/compatibility.md#openshift) | 7.3.4, v7.4.0 | v1.7.0 | | v1.4.0 | 1.22.6, 1.23.5, 1.24.1, 1.25.2 | 4.11 (RHEL only; RHCOS experimental) | 7.3.2, 7.2.8 | v1.7.0 | | v1.3.0 | 1.21.4, 1.22.3, 1.23.1, 1.24.1 | 4.10 (RHEL only; RHCOS experimental) | 7.3.1, 7.2.7 | v1.6.0 | | v1.2.2 | 1.20.11, 1.21.4, 1.22.3, 1.23.1 | 4.10 (RHEL only; RHCOS experimental) | 7.3.0, 7.2.6 [^1] | v1.5.0 |