Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 4.88 KB

CHANGELOG-1.x.md

File metadata and controls

59 lines (44 loc) · 4.88 KB

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)