Skip to content

Commit 00eb412

Browse files
authored
Merge pull request #1284 from kubernetes-sigs/release-1.7
Release 1.7
2 parents 8f907f7 + 22c3b3e commit 00eb412

File tree

7 files changed

+53
-6
lines changed

7 files changed

+53
-6
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# v1.7.0
2+
## Announcement
3+
* To improve the security of the container images, the base image will be switched from [Amazon Linux 2](https://hub.docker.com/_/amazonlinux) to [EKS Distro Minimal](https://gallery.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-csi-ebs) in an upcoming release. The new minimal base image only contains the necessary driver dependencies which means it will not include a shell. **Please be aware that while this change won't break workloads, it may break processes for debugging if you are using a shell**.
4+
5+
### Notable Changes
6+
* Set handle-volume-inuse-error to false which fixes csi-resizer getting OOMKilled ([#1280](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1280), [@stijndehaes](https://github.com/stijndehaes))
7+
* Update sidecars ([#1260](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1260), [@gtxu](https://github.com/gtxu))
8+
* Remove container-image.yaml ([#1239](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1239), [@torredil](https://github.com/torredil))
9+
* Replace Windows 2004(EOL) with ltsc2019 ([#1231](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1231), [@torredil](https://github.com/torredil))
10+
11+
### Features
12+
* Enable unit testing on windows ([#1219](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1219), [@torredil](https://github.com/torredil))
13+
14+
### Bug Fixes
15+
* Fix unable to create CSI snapshot-EBS csi driver ([#1257](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1257), [@torredil](https://github.com/torredil))
16+
* Temporarily fix CI ([#1240](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1240), [@torredil](https://github.com/torredil))
17+
* Fix IOPS parameter bug when no volume type is defined ([#1236](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1236), [@torredil](https://github.com/torredil))
18+
* Add quotes around the extra-tags argument in chart template ([#1198](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1198), [@Kaezon](https://github.com/Kaezon))
19+
20+
### Vulnerability Fixes
21+
* Address ALAS2-2022-1801, ALAS2-2022-1802, ALAS2-2022-1805
22+
* Update golang.org/x/crypto for CVE-2022-27191 ([#1210](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1210), [@jsafrane](https://github.com/jsafrane))
23+
24+
### Miscellaneous
25+
* Bump up Helm chart to v2.6.10 ([#1272](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1272), [@torredil](https://github.com/torredil))
26+
* Upgrade eksctl to v0.101.0 ([#1271](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1271), [@torredil](https://github.com/torredil))
27+
* Avoid git tag conflicts when vendoring hack/e2e in other repos (efs/fsx) ([#1270](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1270), [@wongma7](https://github.com/wongma7))
28+
* Update parameters.md ([#1269](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1269), [@torredil](https://github.com/torredil))
29+
* Update documentation ([#1263](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1263), [@torredil](https://github.com/torredil))
30+
* Bump up helm chart to v2.6.9 ([#1262](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1262), [@torredil](https://github.com/torredil))
31+
* Post-release v1.6.2 ([#1244](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1244), [@gtxu](https://github.com/gtxu))
32+
* Prepare release v1.6.2 ([#1241](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1241), [@gtxu](https://github.com/gtxu))
33+
* Cleanup OWNERS list ([#1238](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1238), [@torredil](https://github.com/torredil))
34+
* Update gcb-docker-gcloud to latest ([#1230](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1230), [@rdpsin](https://github.com/rdpsin))
35+
* Use docker buildx 0.8.x --no-cache-filter to avoid using cached amazon linux image ([#1221](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1221), [@wongma7](https://github.com/wongma7))
36+
* Add self to OWNERS ([#1229](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1229), [@torredil](https://github.com/torredil))
37+
* Add self to OWNERS ([#1228](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1228), [@rdpsin](https://github.com/rdpsin))
38+
39+
### Acknowledgments
40+
* We would like to sincerely thank:
41+
[@jsafrane](https://github.com/jsafrane), [@Kaezon](https://github.com/Kaezon), [@stijndehaes](https://github.com/stijndehaes)
42+
143
# v1.6.2
244
## Notable changes
345
* Address CVE ALAS-2022-1792

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.6.2
15+
VERSION=v1.7.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.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 |
23+
|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 |
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.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 |
3031
|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 |
3132
|v1.6.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.6.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.0 |
3233
|v1.5.3 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.5.3 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.5.3 |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Helm chart
22

3+
## v2.6.11
4+
* Bump app/driver to version `v1.7.0`
5+
* Set handle-volume-inuse-error to `false`
6+
37
## v2.6.10
48

59
* Add quotes around the `extra-tags` argument in order to prevent special characters such as `":"` from breaking the manifest YAML after template rendering.

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.6.2
2+
appVersion: 1.7.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.6.10
5+
version: 2.6.11
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88
sources:

deploy/kubernetes/base/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
tolerationSeconds: 300
3232
containers:
3333
- name: ebs-plugin
34-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.2
34+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.7.0
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
# - {all,controller,node} # specify the driver mode

deploy/kubernetes/base/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
- name: ebs-plugin
4646
securityContext:
4747
privileged: true
48-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.2
48+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.7.0
4949
imagePullPolicy: IfNotPresent
5050
args:
5151
- node

0 commit comments

Comments
 (0)