Skip to content

Latest commit

 

History

History
122 lines (111 loc) · 10.3 KB

CHANGELOG-3.2.md

File metadata and controls

122 lines (111 loc) · 10.3 KB

Release notes for v3.2.0

Documentation

Changelog since v3.1.0

Changes by Kind

Feature

  • Added an option to enable pprof profiling with --enable-pprof. The profiling server port can be configured using --http-endpoint. (#682, @aramase)
  • Provisioner changes to prevent unauthorised volume mode conversion (#726, @RaunakShah)
  • QPS and burst can be set separately for storage capacity tracking. The defaults are lower than before to reduce the risk of overloading the apiserver. (#711, @pohly)
  • Previous to this release, if the SC does not exist at time of PVC deletion where provisioner need credentials to delete volume which was passed as SC parameter at creation time, the PV deletion will fail as it can not fetch credentials by reading the SC from the API server. However this workflow is improved from this release which allows the PV deletion to succeed even if SC was deleted or does not exist at time of PV deletion. (#713, @humblec)
  • Users will be able to clone a volume with a different Storage Class. The destination volume no longer has to be the same storage class as the source. (#699, @amacaskill)

Documentation

  • Updates the documentation / README file. (#722, @gregth)

Bug or Regression

  • Certain informer delete events were not handled correctly. (#745, @pohly)
  • Ensure that the identifier for the lease holder during leader election is unique. (#690, @SunnyFenng)
  • Storage capacity: managed-by label potentially too long with a long node name and enableNodeDeployment set to true (#717, @awels)
  • Storage capacity: maximumVolumeSize was not updated when it changed (#696, @mrpre)

Other (Cleanup or Flake)

  • Upgrade external-snapshotter client to v6.0.1 (#738, @RaunakShah)
  • When running on a Kubernetes cluster where the v1 CSIStorageCapacity API is available, external-provisioner automatically switches to that version instead of using the deprecated v1beta1 API. Kubernetes 1.24 will mark the v1beta1 CSIStorageCapacity API as deprecated and introduces it as v1. (#710, @pohly)
  • Kubernetes client dependencies are updated to v1.24.0. (#733, @humblec)

Dependencies

Added

  • github.com/armon/go-socks5: e753329
  • github.com/blang/semver/v4: v4.0.0
  • github.com/buger/jsonparser: v1.1.1
  • github.com/flowstack/go-jsonschema: v0.1.1
  • github.com/google/gnostic: v0.6.8
  • github.com/kubernetes-csi/external-snapshotter/client/v6: v6.0.1
  • github.com/xeipuuv/gojsonpointer: 4e3ac27
  • github.com/xeipuuv/gojsonreference: bd5ef7b
  • github.com/xeipuuv/gojsonschema: v1.2.0

Changed

Removed

  • github.com/blang/semver: v3.5.1+incompatible
  • github.com/kubernetes-csi/external-snapshotter/client/v4: v4.1.0
  • go.uber.org/tools: 2cfd321