Skip to content

Latest commit

 

History

History
128 lines (96 loc) · 10.5 KB

CHANGELOG-1.x.md

File metadata and controls

128 lines (96 loc) · 10.5 KB

v1.3.3

Misc.

  • Fast-forward to latest ebs hack/e2e scripts with eksctl support, k8s 1.20, etc. (#510, @wongma7)
  • Add node/daemonset service account to helm chart (#512, @wongma7)
  • Fix (and format) log collector script (#525, @wongma7)
  • Fix node-serviceaccount.yaml missing from kustomize (#527, @wongma7)

v1.3.2

Misc.

  • Bump release version for multi-arch support.

v1.3.1

Notable changes

  • efs-csi-driver now supports arm and image is multi-arch

Bug Fixes

Misc.

  • Clean up unnecessary resources after installation in docker file (#483, @kbasv)
  • Remove platform hardcode for golang in Dockerfile (#485, @kbasv)
  • Update cross account mount example with specs and add missing setup step (#488, @kbasv)

v1.3

Notable changes

  • efs-csi-driver now supports cross account and cross az mount
  • Helm chart clean up

New Features

  • Add support for cross account mount (#470, @kbasv)
  • Helm chart: make more fields configurable for the deployment, daemonset and storage class (#406, @Misteur-Z)
  • Add x-AZ mount support for efs-csi-driver (#425, @kbasv)

Bug Fixes

Improvements

Misc.

  • Add documentation and examples for cross-account mount (#477, @kbasv)
  • Add hostNetwork: true on efs-csi-controller deployement. (#380, @jihed)
  • Bump sidecar images to latest available in ecr (#382, @wongma7)
  • Add iam mount option while deleting Access Point root directory (#422, @kbasv)
  • Add empty StorageClasses from static example (#423, @Yu-HaoYu)
  • Reduce default log level to 2 (#426, @wongma7)
  • Create a new AWS session with the region (#435, @bodgit)
  • Change controller port 9808->9909 to avoid node/ebs conflict (#437, @wongma7)
  • Add kbasv as approver (#447, @kbasv)

v1.2.1

Bug fixes

v1.2

Notable changes

  • efs-csi-driver now supports dynamic provisioning

New features

Improvements

v1.1.1

Bug fixes

v1.1.0

Notable changes

  • The hostPath directory where the driver DaemonSet Pods write state files to their respective Node hosts has changed to fix the driver not working on Bottlerocket OS Nodes. No matter what OS your Nodes are running, you must use a supported method like helm or kustomize to update the driver. If not, i.e. if you only change the image tag of your DaemonSet, the migration from old to new directory won't succeed. See "change config dir location" below for details.

New Features

Bug fixes

v1.0.0

Documentation

filename sha512 hash
v1.0.0.zip ecce6558e9a5ea3a94578eefc6cbe4fedc452fefeb60ff1b7f07257143c7a03b2410ad1ffc2b2bbc2065b255cc4b35ec56a09bb3f1561ebe90f8a763da12b19d
v1.0.0.tar.gz e31defba0d0975a8a3ba4661881638b4cfb45e0b76d1c0d714b7a556eecdab77562b7dda461b6b86350a11946548a42057f1453bd5934d0299f54923e335294b v1.0.0

Notable changes

New Features

Bug fixes

  • Adding amd64 as nodeSelector to avoid arm64 archtectures (#143) (#144, @hugoprudente)
  • Update efs-utils to 1.26-3.amzn2 and amazonlinux to 2.0.20200602.0 (#216, @wongma7)

Improvements

  • Add example for Access Points (#153, @2uasimojo)
  • Pin dependency library versions (#154, @2uasimojo)
  • Bump livenessprobe and node-driver-registrar versions (#155, @wongma7)
  • Updated node.yaml to update deprecated node selectors (#158, @nithu0115)
  • Only publish if access type is 'mount', not 'block' (#164, @wongma7)
  • Upgraded CSI spec to v1.2.0 (#169, @jqmichael)
  • Bump k8s dependencies to 1.17.6 (#174, @wongma7)
  • added helm repo yaml in docs folder (#194, @kferrone)
  • Push image to 7 digit git sha tag instead of latest tag for master branch changes (#202, @wongma7)
  • Started treating the efs-utils config dir stateful and also handles the static files installed at image build time (#212, @jqmichael)
  • Build and push every master commit to master tag (#215, @wongma7)