Skip to content

Commit 2fad5c2

Browse files
authored
Merge pull request #1089 from wongma7/140
[release-1.4] Release v1.4.0
2 parents 4726950 + c2a6e02 commit 2fad5c2

File tree

3 files changed

+28
-27
lines changed

3 files changed

+28
-27
lines changed

CHANGELOG-0.x.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v1.4.0
2+
## Notable changes
3+
* Recognize instance-type node label when EC2 metadata isn't available ([#1060](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1060), [@rifelpet](https://github.com/rifelpet))
4+
* Fix windows NodePublish failing because mount target doesn't exist ([#1081](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1081), [@wongma7](https://github.com/wongma7))
5+
* Search for nvme device path even if non-nvme exists ([#1082](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1082), [@wongma7](https://github.com/wongma7))
6+
7+
### Misc.
8+
* Bump csi-proxy from RC v1.0.0 to GA v1.0.1 ([#1018](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1018), [@wongma7](https://github.com/wongma7))
9+
* Fix spacing in RELEASE.md ([#1035](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1035), [@wongma7](https://github.com/wongma7))
10+
* [chart] Support image.pullPolicy for csi-resizer image ([#1045](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1045), [@jyaworski](https://github.com/jyaworski))
11+
* merge 1.3.0 release and post-release commits into master ([#1068](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1068), [@vdhanan](https://github.com/vdhanan))
12+
* Allow default fstype to be overriden via values.yaml ([#1069](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1069), [@jcrsilva](https://github.com/jcrsilva))
13+
* Update windows example for image release ([#1070](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1070), [@wongma7](https://github.com/wongma7))
14+
* Refactor pkg/cloud/metadata.go into pkg/cloud/metadata_*.go files ([#1074](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1074), [@wongma7](https://github.com/wongma7))
15+
* Move mocks to parent package to avoid import cycle ([#1078](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1078), [@wongma7](https://github.com/wongma7))
16+
* deploy: Add resizer and snapshotter images to kustomization ([#1080](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1080), [@maxbrunet](https://github.com/maxbrunet))
17+
* deploy: Fix csi-resizer tag and bump to v1.1.0 ([#1085](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1085), [@maxbrunet](https://github.com/maxbrunet))
18+
* Reorder isMounted for readability ([#1087](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1087), [@wongma7](https://github.com/wongma7))
19+
120
# v1.3.1
221
* Push multi-arch/os image manifest to ECR.
322

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.3.1
15+
VERSION=v1.4.0
1616

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

docs/README.md

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,8 @@ 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-
| v1.3.x | no | no | yes |
16-
| v1.2.x | no | no | yes |
17-
| v1.1.x | no | no | yes |
18-
| v1.0.0 | no | no | yes |
19-
| v0.10.x | no | no | yes |
20-
| v0.9.x | no | no | yes |
21-
| v0.8.x | no | no | yes |
22-
| v0.7.1 | no | no | yes |
23-
| v0.6.0 | no | no | yes |
24-
| v0.5.0 | no | no | yes |
25-
| v0.4.0 | no | no | yes |
26-
| v0.3.0 | no | yes | no |
27-
| v0.2.0 | no | yes | no |
15+
| v0.4.0-v1.4.x | no | no | yes |
16+
| v0.2.0-v0.3.0 | no | yes | no |
2817
| v0.1.0 | yes | no | no |
2918

3019
## Features
@@ -79,19 +68,11 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
7968
## Kubernetes Version Compatibility Matrix
8069
| AWS EBS CSI Driver \ Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 | v1.17 | v1.18+|
8170
|----------------------------------------|-------|-------|-------|-------|-------|-------|-------|
82-
| master branch | no | no+ | no | no | no | yes | yes |
83-
| v1.3.x | no | no+ | no | no | no | yes | yes |
84-
| v1.2.x | no | no+ | no | no | no | yes | yes |
85-
| v1.1.x | no | no+ | no | no | no | yes | yes |
86-
| v1.0.0 | no | no+ | no | no | no | yes | yes |
87-
| v0.10.x | no | no+ | no | no | no | yes | yes |
88-
| v0.9.x | no | no+ | no | no | no | yes | yes |
89-
| v0.8.x | no | no+ | yes | yes | yes | yes | yes |
90-
| v0.7.1 | no | no+ | yes | yes | yes | yes | yes |
91-
| v0.6.0 | no | no+ | yes | yes | yes | yes | yes |
92-
| v0.5.0 | no | no+ | yes | yes | yes | yes | yes |
93-
| v0.4.0 | no | no+ | yes | yes | no | no | no |
94-
| v0.3.0 | no | no+ | yes | no | no | no | no |
71+
| master branch | no | no | no | no | no | yes | yes |
72+
| v0.9.x-v1.4.x | no | no | no | no | no | yes | yes |
73+
| v0.5.0-v0.8.x | no | no | yes | yes | yes | yes | yes |
74+
| v0.4.0 | no | no | yes | yes | no | no | no |
75+
| v0.3.0 | no | no | yes | no | no | no | no |
9576
| v0.2.0 | no | yes | yes | no | no | no | no |
9677
| v0.1.0 | yes | yes | yes | no | no | no | no |
9778

@@ -100,6 +81,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
10081
## Container Images:
10182
|AWS EBS CSI Driver Version | GCR Image | ECR Image |
10283
|---------------------------|--------------------------------------------------|-----------------------------------------------------------------------------|
84+
|v1.4.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.4.0 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.4.0 |
10385
|v1.3.1 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.3.1 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.3.1 |
10486
|v1.3.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.3.0 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.3.0 |
10587
|v1.2.1 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.2.1 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.2.1 |

0 commit comments

Comments
 (0)