Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 4.34 KB

CHANGELOG-1.0.md

File metadata and controls

41 lines (31 loc) · 4.34 KB

Changelog since v0.2.1

v1.0.2

New Features (v1.0.2)

Other Notable Changes (v1.0.2)

  • Mitigate CVE-2019-11255 by bumping external-provisioner image version to v1.2.2. CVE announcement (#98, @zuzzas)
  • Remove vsphere credentials from csi node daemonset (#96, @RaunakShah)
  • Support for running the CSI controller outside the controlled cluster. (#102, @MartinWeindel)
  • Hotfix compatibility issue on 7.0. Using the correct field name to govmomi. (#127, @cchengleo)
  • Invoke NodeRegister only when Provider Id change is observed. (#132, @chethanv28)
  • removing pending status check for the pod Delete (#117, @yuyiying)
  • Replace container images to match published manifests (#105, @RaunakShah)
  • updating deployment yamls with v1.0.1 images (#86, @divyenpatel)

v1.0.1

New Features (v1.0.1)

Other Notable Changes (v1.0.1)

  • Removing hostNetwork setting from CSI controller and node pods (#71, @divyenpatel)
  • Change timeout to 300s for the attacher and provisioner (#67, @chethanv28)
  • Using stable vSAN Client Version - vSAN 6.7U3 (#84, @divyenpatel)
  • Defer closing full sync wait groups (#85, @RaunakShah)
  • Update tests/e2e README (#83, @chethanv28)
  • Fix full sync e2e test : Verify Multiple PVCs are deleted/updated after full sync (#82, @chethanv28)
  • Changing the description string for non-zone e2e tests (#77, @chethanv28)
  • Fixing commit for golang.org/x/tools (#81, @divyenpatel)
  • Fix full sync test : Bring down the controller and verify volume creation is picked up after FULL SYNC (#64, @chethanv28)
  • Integration tests for syncer (#63, @RaunakShah)
  • Fix ENV variable to support customization of FULL SYNC interval (#65, @chethanv28)