Skip to content

Commit 0c045fd

Browse files
authored
Merge pull request #1309 from kubernetes-sigs/release-1.9
Release 1.9.0
2 parents 4ac688f + db67e75 commit 0c045fd

File tree

8 files changed

+48
-8
lines changed

8 files changed

+48
-8
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# v1.9.0
2+
### Notable Changes
3+
* Upgrade dependencies ([#1296](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1296), [@torredil](https://github.com/torredil))
4+
- k8s.io/kubernetes `v1.21.11` -> `v1.22.11`
5+
- github.com/aws/aws-sdk-go `v1.43.37` -> `v1.44.45`
6+
- github.com/container-storage-interface/spec `v1.3.0` -> `v1.6.0`
7+
- github.com/golang/mock `v1.5.0` -> `v1.6.0`
8+
- github.com/golang/protobuf `v1.5.0` -> `v1.5.2`
9+
- github.com/google/go-cmp `v0.5.5` -> `v0.5.8`
10+
- github.com/kubernetes-csi/csi-proxy/client `v1.0.1` -> `v1.1.1`
11+
- github.com/kubernetes-csi/csi-test `v2.0.0+incompatible` -> `v2.2.0+incompatible`
12+
- github.com/kubernetes-csi/external-snapshotter/client/v4 `v4.0.0` -> `v4.2.0`
13+
- github.com/onsi/ginkgo `v1.11.0` -> `v1.16.5`
14+
- github.com/onsi/gomega `v1.7.1` -> `v1.19.0`
15+
- github.com/stretchr/testify `v1.6.1` -> `v1.8.0`
16+
- golang.org/x/sys `v0.0.0-20211216021012-1d35b9e2eb4e` -> `v0.0.0-20220627191245-f75cf1eec38b`
17+
- google.golang.org/grpc `v1.34.0` -> `v1.47.0`
18+
* Add GitHub actions ([#1297](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1297), [@torredil](https://github.com/torredil))
19+
- Fix broken CHANGELOG link in release.yaml
20+
- Add codeql-analysis.yaml for additional vulnerability scanning
21+
- Add unit-tests.yaml for multi-platform unit testing (Linux/Windows)
22+
- Add verify.yaml which runs `make verify`
23+
* Update livenessprobe to `v2.6.0` ([#1303](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1303), [@t0rr3sp3dr0](https://github.com/t0rr3sp3dr0))
24+
25+
### Bug Fixes
26+
* Fix version of K8s manifest images ([#1303](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1303), [@t0rr3sp3dr0](https://github.com/t0rr3sp3dr0))
27+
* Fix image tags in ecr-public kustomization ([#1305](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1305), [@torredil](https://github.com/torredil))
28+
29+
### Miscellaneous
30+
* Use mount utils to check if volume needs resizing ([#1165](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1165), [@RomanBednar](https://github.com/RomanBednar))
31+
* Improve metadata_ec2.go error logging ([#1294](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1294), [@torredil](https://github.com/torredil))
32+
33+
### Acknowledgments
34+
* We would like to sincerely thank:
35+
[@RomanBednar](https://github.com/RomanBednar) and [@t0rr3sp3dr0](https://github.com/t0rr3sp3dr0)
36+
137
# v1.8.0
238
## Notable Changes
339
* Change base image from Amazon Linux 2 to EKS minimal for linux builds

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.8.0
15+
VERSION=v1.9.0
1616

1717
PKG=github.com/kubernetes-sigs/aws-ebs-csi-driver
1818
GIT_COMMIT?=$(shell git rev-parse HEAD)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage
2020

2121
|Driver Version | [GCR](https://us.gcr.io/k8s-artifacts-prod/provider-aws/aws-ebs-csi-driver ) Image | [ECR](https://gallery.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver) Image |
2222
|---------------------------|--------------------------------------------------|-----------------------------------------------------------------------------|
23-
|v1.8.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.8.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.8.0 |
23+
|v1.9.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.9.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.9.0 |
2424

2525
<details>
2626
<summary>Previous Images</summary>
2727

2828
|Driver Version | [GCR](https://us.gcr.io/k8s-artifacts-prod/provider-aws/aws-ebs-csi-driver ) Image | [ECR](https://gallery.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver) Image |
2929
|---------------------------|--------------------------------------------------|-----------------------------------------------------------------------------|
30+
|v1.8.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.8.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.8.0 |
3031
|v1.7.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.7.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.7.0 |
3132
|v1.6.2 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.6.2 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.2 |
3233
|v1.6.1 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.6.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.1 |

charts/aws-ebs-csi-driver/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Helm chart
22

3-
## v2.8.0
3+
## v2.8.1
4+
* Bump app/driver to version `v1.9.0`
5+
* Update livenessprobe to version `v2.6.0`
46

7+
## v2.8.0
58
* Feature: Support custom affinity definition on node daemon set ([#1277](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1277), [@vauchok](https://github.com/vauchok))
69

710
## v2.7.1

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: v2
2-
appVersion: 1.8.0
2+
appVersion: 1.9.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.8.0
5+
version: 2.8.1
66
kubeVersion: ">=1.17.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
@@ -42,7 +42,7 @@ sidecars:
4242
image:
4343
pullPolicy: IfNotPresent
4444
repository: k8s.gcr.io/sig-storage/livenessprobe
45-
tag: "v2.5.0"
45+
tag: "v2.6.0"
4646
resources: {}
4747
resizer:
4848
env: []

deploy/kubernetes/overlays/stable/gcr/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: v1.8.0
7+
newTag: v1.9.0
88
- name: k8s.gcr.io/sig-storage/csi-attacher
99
newTag: v3.4.0
1010
- name: k8s.gcr.io/sig-storage/csi-node-driver-registrar

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please see the compatibility matrix before you deploy the driver
2929

3030
To deploy the CSI driver:
3131
```sh
32-
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.6"
32+
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.9"
3333
```
3434

3535
Verify driver is running:

0 commit comments

Comments
 (0)