Skip to content

Commit

Permalink
Release 0.8.0 part 1/3: CHANGELOG, README, Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
khoang98 authored and wongma7 committed Dec 30, 2021
1 parent 74ba09f commit 30953ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-0.x.md
@@ -1,3 +1,11 @@
# v0.8.0

### Misc.
* Release 0.7.0 part 3/3 ([#224](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/224), [@khoang98](https://github.com/khoang98))
* Add make all-push rule ([#228](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/228), [@wongma7](https://github.com/wongma7))
* Release 0.7.1 part 3/3 ([#230](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/230), [@wongma7](https://github.com/wongma7))
* Update ECR sidecars to 1-18-13 ([#231](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/231), [@wongma7](https://github.com/wongma7))

# v0.7.1
* Updating to latest AL2 base image.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION=v0.7.1
VERSION=v0.8.0

PKG=github.com/kubernetes-sigs/aws-fsx-csi-driver
GIT_COMMIT?=$(shell git rev-parse HEAD)
Expand Down
5 changes: 4 additions & 1 deletion docs/README.md
Expand Up @@ -11,6 +11,7 @@ The [Amazon FSx for Lustre](https://aws.amazon.com/fsx/lustre/) Container Storag
| AWS FSx for Lustre CSI Driver \ CSI Version | v0.3.0| v1.x.x |
|---------------------------------------------------|-------|--------|
| master branch | no | yes |
| v0.8.0 | no | yes |
| v0.7.1 | no | yes |
| v0.7.0 | no | yes |
| v0.6.0 | no | yes |
Expand All @@ -33,6 +34,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
| AWS FSx for Lustre CSI Driver \ Kubernetes Version| v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ |
|---------------------------------------------------|-------|-------|-------|----------|--------|
| master branch | no | no | no | no | yes |
| v0.8.0 | no | no | no | no | yes |
| v0.7.1 | no | no | no | no | yes |
| v0.7.0 | no | no | no | no | yes |
| v0.6.0 | no | no | no | no | yes |
Expand All @@ -46,6 +48,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
|FSx CSI Driver Version | Image |
|---------------------------|-------------------------------------|
|master branch |amazon/aws-fsx-csi-driver:latest |
|v0.8.0 |amazon/aws-fsx-csi-driver:v0.8.0 |
|v0.7.1 |amazon/aws-fsx-csi-driver:v0.7.1 |
|v0.7.0 |amazon/aws-fsx-csi-driver:v0.7.0 |
|v0.6.0 |amazon/aws-fsx-csi-driver:v0.6.0 |
Expand Down Expand Up @@ -118,7 +121,7 @@ kubectl apply -f secret.yaml

#### Deploy driver
```sh
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.7"
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.8"
```

Alternatively, you could also install the driver using helm:
Expand Down

0 comments on commit 30953ab

Please sign in to comment.