Skip to content

Commit

Permalink
Merge pull request #679 from Ashley-wenyizha/master-post-release
Browse files Browse the repository at this point in the history
Post-release of v1.3.8 - master branch update
  • Loading branch information
k8s-ci-robot authored Apr 27, 2022
2 parents 234b871 + 5f44d84 commit cff2c27
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# V1.3.8
* From V1.3.8 and forward, efs-csi-driver will stop updating docker Hub for new releases
* Revise utils tag number ([#666](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/666), [@Ashley-wenyizha](https://github.com/Ashley-wenyizha))
* Upgrade to k8s.io/kubernetes v1.22.1 ([#671](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/671), [@Ashley-wenyizha](https://github.com/Ashley-wenyizha))
* Upgrade to k8s.io/kubernetes v1.22.2 ([#680](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/680), [@Ashley-wenyizha](https://github.com/Ashley-wenyizha))
* Disable getting all secrets from ns by default ([#674](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/674), [@Ashley-wenyizha](https://github.com/Ashley-wenyizha))
# V1.3.7
* go.mod: fix non-existing k8s.io/kubernetes version ([#645](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/645), [@bertinatto](https://github.com/bertinatto))
* New efs-utils version of v1.32.1 (https://github.com/aws/efs-utils/releases/tag/v1.32.1)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
IMAGE?=amazon/aws-efs-csi-driver
VERSION=v1.3.7
VERSION=v1.3.8
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
EFS_CLIENT_SOURCE?=k8s
Expand Down
3 changes: 3 additions & 0 deletions charts/aws-efs-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Helm chart

# v2.2.6
* Bump app/driver version to `v1.3.8`

# v2.2.5
* Bump app/driver version to `v1.3.7`

Expand Down
4 changes: 2 additions & 2 deletions charts/aws-efs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: aws-efs-csi-driver
version: 2.2.5
appVersion: 1.3.7
version: 2.2.6
appVersion: 1.3.8
kubeVersion: ">=1.17.0-0"
description: "A Helm chart for AWS EFS CSI Driver"
home: https://github.com/kubernetes-sigs/aws-efs-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 2

image:
repository: amazon/aws-efs-csi-driver
tag: "v1.3.7"
tag: "v1.3.8"
pullPolicy: IfNotPresent

sidecars:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:v1.3.7
image: amazon/aws-efs-csi-driver:v1.3.8
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:v1.3.7
image: amazon/aws-efs-csi-driver:v1.3.8
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bases:
images:
- name: amazon/aws-efs-csi-driver
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efs-csi-driver
newTag: v1.3.7
newTag: v1.3.8
- name: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/livenessprobe
newTag: v2.2.0
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
|EFS CSI Driver Version | Image |
|---------------------------|-------------------------------------|
|master branch |amazon/aws-efs-csi-driver:master |
|v1.3.8 |amazon/aws-efs-csi-driver:v1.3.8 |
|v1.3.7 |amazon/aws-efs-csi-driver:v1.3.7 |
|v1.3.6 |amazon/aws-efs-csi-driver:v1.3.6 |
|v1.3.5 |amazon/aws-efs-csi-driver:v1.3.5 |
Expand Down

0 comments on commit cff2c27

Please sign in to comment.