Skip to content

Latest commit

 

History

History
198 lines (160 loc) · 11.2 KB

CHANGELOG-3.0.md

File metadata and controls

198 lines (160 loc) · 11.2 KB

Release notes for v3.0.2

Documentation

Changelog since v3.0.1

Changes by Kind

Bug or Regression

  • Upgrade azure translation lib to fix the azure file migration issue (#271, @andyzhangx)

Dependencies

Added

Nothing has changed.

Changed

  • k8s.io/api: v0.19.0 → v0.19.3
  • k8s.io/apimachinery: v0.19.0 → v0.19.3
  • k8s.io/csi-translation-lib: v0.19.0 → v0.19.3

Removed

Nothing has changed.

Release notes for v3.0.1

Documentation

Changelog since v3.0.0

Changes by Kind

Feature

Dependencies

Added

  • github.com/Azure/go-ansiterm: d6e3b33
  • github.com/cespare/xxhash/v2: v2.1.1
  • github.com/moby/term: 672ec06
  • go.uber.org/atomic: v1.4.0
  • go.uber.org/multierr: v1.1.0
  • go.uber.org/zap: v1.10.0
  • gotest.tools/v3: v3.0.2
  • gotest.tools: v2.2.0+incompatible

Changed

Removed

  • github.com/gophercloud/gophercloud: v0.1.0
  • sigs.k8s.io/structured-merge-diff: 15d366b

Release notes for v3.0.0

Documentation

Changelog since v2.2.0

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)

  • Update volumeAttachment to v1

    RBAC policy was updated to allow the external-attacher to patch VolumeAttachment.Status (#200, @cwdsuzhou)

  • Use GA version of CSINode object. The external-attacher now requires Kubernetes 1.17. (#193, @bertinatto)

Changes by Kind

Feature

  • Added support for migration of Kubernetes in-tree VMware volumes to CSI. (#236, @divyenpatel)

Bug or Regression

  • Fixes an issue in volume attachment reconciler when the CSI driver supports LIST_VOLUMES_PUBLISHED_NODES but does not implement CSI migration. (#244, @yuga711)
  • Use dedicated Kubernetes client for leader election that does not get throttled when the external-attacher is under heavy load. (#242, @jsafrane)

Other (Cleanup or Flake)

Uncategorized

Dependencies

Added

  • cloud.google.com/go/bigquery: v1.0.1
  • cloud.google.com/go/datastore: v1.0.0
  • cloud.google.com/go/pubsub: v1.0.1
  • cloud.google.com/go/storage: v1.0.0
  • dmitri.shuralyov.com/gpu/mtl: 666a987
  • github.com/BurntSushi/xgb: 27f1227
  • github.com/chzyer/logex: v1.1.10
  • github.com/chzyer/readline: 2972be2
  • github.com/chzyer/test: a1ea475
  • github.com/cncf/udpa/go: 269d4d4
  • github.com/docopt/docopt-go: ee0de3b
  • github.com/go-gl/glfw/v3.3/glfw: 12ad95a
  • github.com/google/renameio: v0.1.0
  • github.com/ianlancetaylor/demangle: 5e5cf60
  • github.com/kubernetes-csi/csi-test/v3: v3.1.0
  • github.com/robertkrimen/otto: c382bd3
  • github.com/rogpeppe/go-internal: v1.3.0
  • golang.org/x/image: cff245a
  • golang.org/x/mobile: d2bd2a2
  • golang.org/x/mod: c90efee
  • golang.org/x/xerrors: 9bdfabe
  • google.golang.org/protobuf: v1.24.0
  • gopkg.in/errgo.v2: v2.1.0
  • gopkg.in/sourcemap.v1: v1.0.5
  • k8s.io/klog/v2: v2.2.0
  • rsc.io/binaryregexp: v0.2.0
  • rsc.io/quote/v3: v3.1.0
  • rsc.io/sampler: v1.3.0
  • sigs.k8s.io/structured-merge-diff/v4: v4.0.1

Changed

Removed