Skip to content

Commit 165ad8d

Browse files
authored
Merge pull request #473 from Trickybrain/release-1.7
Release 1.7.0 part 1/3
2 parents d580ec1 + 0c53bd4 commit 165ad8d

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG-0.x.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.7.0
2+
* Bump dependencies for v1.7.0 ([#9f5ebc7f](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/9f5ebc7f), [@Trickybrain](https://github.com/Trickybrain))
3+
* ensure helm installation directory exists and use correct working directory ([#3e0617be](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/3e0617be), [@Trickybrain](https://github.com/Trickybrain))
4+
* Add example for EFA configuration ([#cf178598](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/cf178598), [@Kaitlin Hoang](https://github.com/Kaitlin Hoang))
5+
* Remove hybrid node exclusions ([#35eceaa4](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/35eceaa4), [@Trickybrain](https://github.com/Trickybrain))
6+
* updating container registry configuration across all containers ([#da9ff6b5](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/da9ff6b5), [@Trickybrain](https://github.com/Trickybrain))
7+
* Fix instance ID and region for EKS hybrid node ([#5348b080](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/5348b080), [@junpengdev](https://github.com/junpengdev))
8+
19
# v1.6.0
210
* Allow the timeout of the CSI driver to be set ([#fd9e97c0](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/fd9e97c0), [@trickybrain](https://github.com/trickybrain))
311
* Add podLabels parameter ([#94da9385](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/commit/94da9385), [@trickybrain](https://github.com/trickybrain))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION?=v1.6.0
15+
VERSION?=v1.7.0
1616

1717
PKG=sigs.k8s.io/aws-fsx-csi-driver
1818
GIT_COMMIT?=$(shell git rev-parse HEAD)

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For installation and deployment instructions, please refer to our [installation
1515
### CSI Specification Compatibility Matrix
1616
| AWS FSx for Lustre CSI Driver \ CSI Version | v0.3.0 | v1.x.x |
1717
|---------------------------------------------|--------|--------|
18+
| v1.7.0 | no | yes |
1819
| v1.6.0 | no | yes |
1920
| v1.5.0 | no | yes |
2021
| v1.4.0 | no | yes |
@@ -50,6 +51,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
5051
### Kubernetes Version Compatibility Matrix
5152
| AWS FSx for Lustre CSI Driver \ Kubernetes Version | v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ |
5253
|----------------------------------------------------|-------|-------|-------|----------|--------|
54+
| v1.7.0 | no | no | no | no | yes |
5355
| v1.6.0 | no | no | no | no | yes |
5456
| v1.5.0 | no | no | no | no | yes |
5557
| v1.4.0 | no | no | no | no | yes |
@@ -76,6 +78,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
7678
### Container Images
7779
| FSx CSI Driver Version | Image |
7880
|------------------------|----------------------------------------------------------|
81+
| v1.7.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.7.0 |
7982
| v1.6.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.6.0 |
8083
| v1.5.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.5.0 |
8184
| v1.4.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.4.0 |

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You may deploy the FSx for Lustre CSI driver via Kustomize or Helm
8686

8787
#### Kustomize
8888
```sh
89-
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.6"
89+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.7"
9090
```
9191

9292
*Note: Using the master branch to deploy the driver is not supported as the master branch may contain upcoming features incompatible with the currently released stable version of the driver.*

0 commit comments

Comments
 (0)