|
| 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 | + |
1 | 37 | # v1.8.0 |
2 | 38 | ## Notable Changes |
3 | 39 | * Change base image from Amazon Linux 2 to EKS minimal for linux builds |
|
0 commit comments