Skip to content

Commit 0043b00

Browse files
authored
Merge pull request #683 from wongma7/release081
Release 0.8.1
2 parents 049fc73 + 400c0f3 commit 0043b00

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

CHANGELOG-0.x.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# v0.8.1
2+
3+
## Notable changes
4+
- Images in k8s.gcr.io are multiarch.
5+
6+
### Bug fixes
7+
* release-0.8: Use buildx in cloudbuild ([#670](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/670), [@wongma7](https://github.com/wongma7))
8+
19
# v0.8.0
210

311
## Notable changes
412
- gp3 is now the default volume type. gp3 is **not** supported on outposts. Outpost customers need to use a different type for their volumes.
513
- Images will be built on a Debian base by default. Images built on Amazon Linux will still be available but with the tag suffix `-amazonlinux`.
6-
- Images will be published to k8s.gcr.io in addition to ECR, GitHub, and Docker Hub.
14+
- Images will be published to k8s.gcr.io in addition to ECR and Docker Hub.
715

816
### New features
917
* Chart option to disable default toleration of all taints ([#526](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/526), [@risinger](https://github.com/risinger))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
PKG=github.com/kubernetes-sigs/aws-ebs-csi-driver
1616
IMAGE?=amazon/aws-ebs-csi-driver
17-
VERSION=v0.8.0
17+
VERSION=v0.8.1
1818
VERSION_AMAZONLINUX=$(VERSION)-amazonlinux
1919
GIT_COMMIT?=$(shell git rev-parse HEAD)
2020
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")

charts/aws-ebs-csi-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "0.8.0"
2+
appVersion: "0.8.1"
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 0.7.1
5+
version: 0.8.1
66
kubeVersion: ">=1.14.0-0"
77
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88
sources:

charts/aws-ebs-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 2
66

77
image:
88
repository: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
9-
tag: "v0.8.0"
9+
tag: "v0.8.1"
1010
pullPolicy: IfNotPresent
1111

1212
sidecars:

deploy/kubernetes/overlays/stable/arm64/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
bases:
4-
- ../../../base
4+
- ../../../base
55
images:
66
- name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
7-
newTag: v0.8.0
7+
newTag: v0.8.1
88
- name: quay.io/k8scsi/csi-provisioner
99
newName: raspbernetes/csi-external-provisioner
1010
newTag: "1.6.0"

deploy/kubernetes/overlays/stable/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bases:
44
- ../../base
55
images:
66
- name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
7-
newTag: v0.8.0
7+
newTag: v0.8.1
88
- name: quay.io/k8scsi/csi-provisioner
99
newTag: v1.5.0
1010
- name: quay.io/k8scsi/csi-attacher

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage
1212
| AWS EBS CSI Driver \ CSI Version | v0.3.0| v1.0.0 | v1.1.0 |
1313
|----------------------------------------|-------|--------|--------|
1414
| master branch | no | no | yes |
15-
| v0.8.0 | no | no | yes |
15+
| v0.8.x | no | no | yes |
1616
| v0.7.1 | no | no | yes |
1717
| v0.6.0 | no | no | yes |
1818
| v0.5.0 | no | no | yes |
@@ -51,7 +51,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
5151
| AWS EBS CSI Driver \ Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 | v1.17 | v1.18+ |
5252
|----------------------------------------|-------|-------|-------|-------|-------|-------|-------|
5353
| master branch | no | no+ | yes | yes | yes | yes | yes |
54-
| v0.8.0 | no | no+ | yes | yes | yes | yes | yes |
54+
| v0.8.x | no | no+ | yes | yes | yes | yes | yes |
5555
| v0.7.1 | no | no+ | yes | yes | yes | yes | yes |
5656
| v0.6.0 | no | no+ | yes | yes | yes | yes | yes |
5757
| v0.5.0 | no | no+ | yes | yes | yes | yes | yes |
@@ -66,7 +66,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
6666
|AWS EBS CSI Driver Version | Image |
6767
|---------------------------|--------------------------------------------------|
6868
|master branch |amazon/aws-ebs-csi-driver:latest |
69-
|v0.8.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v0.8.0 |
69+
|v0.8.1 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v0.8.1 |
7070
|v0.7.1 |amazon/aws-ebs-csi-driver:v0.7.1 |
7171
|v0.6.0 |amazon/aws-ebs-csi-driver:v0.6.0 |
7272
|v0.5.0 |amazon/aws-ebs-csi-driver:v0.5.0 |

0 commit comments

Comments
 (0)