Skip to content

Commit

Permalink
Merge pull request #331 from wongma7/111
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
k8s-ci-robot committed Feb 10, 2021
2 parents 3021c93 + 4598fe3 commit a0259de
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.1.1

### Bug fixes
* Bump AL2 to 20210126.0 ([#326](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/326), [@wongma7](https://github.com/wongma7))

# v1.1.0

## Notable changes
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.1.0-dirty
VERSION=v1.1.1-dirty
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
EFS_CLIENT_SOURCE?=k8s
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bases:
- ../../base
images:
- name: amazon/aws-efs-csi-driver
newTag: v1.1.0
newTag: v1.1.1
- name: quay.io/k8scsi/livenessprobe
newTag: v2.0.0
- name: quay.io/k8scsi/csi-node-driver-registrar
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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.1.1 |amazon/aws-efs-csi-driver:v1.1.1 |
|v1.1.0 |amazon/aws-efs-csi-driver:v1.1.0 |
|v1.0.0 |amazon/aws-efs-csi-driver:v1.0.0 |
|v0.3.0 |amazon/aws-efs-csi-driver:v0.3.0 |
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "1.1.0"
appVersion: "1.1.1"
name: aws-efs-csi-driver
description: A Helm chart for AWS EFS CSI Driver
version: 1.1.0
version: 1.1.1
kubeVersion: ">=1.14.0-0"
home: https://github.com/kubernetes-sigs/aws-efs-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 2

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

sidecars:
Expand Down

0 comments on commit a0259de

Please sign in to comment.