Skip to content

Commit

Permalink
Merge pull request #576 from ayberk/post_release
Browse files Browse the repository at this point in the history
Post-release v0.7.0
  • Loading branch information
k8s-ci-robot authored Oct 2, 2020
2 parents e7a3e94 + a2aecd2 commit 963eccf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# v0.7.0
[Documentation](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/v0.7.0/docs/README.md)

filename | sha512 hash
--------- | ------------
[v0.7.0.zip](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v0.7.0.zip) | `6e1117ce046d0030c3008b3eec8ba3196c516adf0ecef8909fcfd3d68e63624a73a992033356e208bf0d5563f7dec2e40675f0fee7f322bd4f69d7b03750961a`
[v0.7.0.tar.gz](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v0.7.0.tar.gz) | `4dc3402ffa3dcc59c9af1f7d776a3f53a288f62a31c05cde00aeceeef6000be16ca6cdae08712b4f7f64c9e89ceeaa13df7f1ca4bf3d62ba62845b52cc13eadf`

## Notable changes
### New features
Expand Down
2 changes: 1 addition & 1 deletion aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 2

image:
repository: amazon/aws-ebs-csi-driver
tag: "v0.6.0"
tag: "v0.7.0"
pullPolicy: IfNotPresent

sidecars:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bases:
images:
- name: amazon/aws-ebs-csi-driver
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver
newTag: v0.6.0
newTag: v0.7.0
- name: quay.io/k8scsi/csi-provisioner
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/csi-provisioner
newTag: v1.5.0
Expand Down
22 changes: 11 additions & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ There are several optional parameters that could be passed into `CreateVolumeReq
Following sections are Kubernetes specific. If you are Kubernetes user, use followings for driver features, installation steps and examples.

## Kubernetes Version Compability Matrix
| AWS EBS CSI Driver \ Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 |
|----------------------------------------|-------|-------|-------|-------|-------|
| master branch | no | no+ | yes | yes | yes |
| v0.7.0 | no | no+ | yes | yes | yes |
| v0.6.0 | no | no+ | yes | yes | yes |
| v0.5.0 | no | no+ | yes | yes | yes |
| v0.4.0 | no | no+ | yes | yes | no |
| v0.3.0 | no | no+ | yes | no | no |
| v0.2.0 | no | yes | yes | no | no |
| v0.1.0 | yes | yes | yes | no | no |
| AWS EBS CSI Driver \ Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 | v1.17 | v1.18 |
|----------------------------------------|-------|-------|-------|-------|-------|----------------
| master branch | no | no+ | yes | yes | yes | yes | yes |
| v0.7.0 | no | no+ | yes | yes | yes | yes | yes |
| v0.6.0 | no | no+ | yes | yes | yes | yes | yes |
| v0.5.0 | no | no+ | yes | yes | yes | yes | yes |
| v0.4.0 | no | no+ | yes | yes | no | no | no |
| v0.3.0 | no | no+ | yes | no | no | no | no |
| v0.2.0 | no | yes | yes | no | no | no | no |
| v0.1.0 | yes | yes | yes | no | no | no | no |

**Note**: for the entry with `+` sign, it means the driver's default released manifest doesn't work with corresponding Kubernetes version, but the driver container image is compatiable with the Kubernetes version if an older version's manifest is used.

Expand Down Expand Up @@ -126,7 +126,7 @@ helm install \
--set enableVolumeScheduling=true \
--set enableVolumeResizing=true \
--set enableVolumeSnapshot=true \
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/releases/download/v0.6.0/helm-chart.tgz
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/releases/download/v0.7.0/helm-chart.tgz
```

## Examples
Expand Down

0 comments on commit 963eccf

Please sign in to comment.