You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-0.x.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
9
# v0.8.0
2
10
3
11
## Notable changes
4
12
- gp3 is now the default volume type. gp3 is **not** supported on outposts. Outpost customers need to use a different type for their volumes.
5
13
- 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.
7
15
8
16
### New features
9
17
* 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))
0 commit comments