Skip to content

Latest commit

 

History

History
161 lines (133 loc) · 10.2 KB

CHANGELOG-1.0.md

File metadata and controls

161 lines (133 loc) · 10.2 KB

Release notes for v1.0.1

Documentation

Changelog since v1.0.0

Changes by Kind

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

Removed

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

Release notes for 1.0.0

Documentation

Changelog since v0.5.0

Urgent Upgrade Notes

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

  • external-resizer will not call controller-expand if volume is in-use and can not be expanded while in-use. New RBAC rules for listing pods are required. (#86, @gnufied) . This behaviour is enabled by default but can be disabled by setting handle-volume-inuse-error to false, which would allow external-resizer to perform volume expansion without checking if volume being expanded is in-use or not(#89, @saikat-royc). If CSI driver being used supports online expansion, it might be desirable to set handle-volume-inuse-error to false - to save costs associated with watching all pods in the cluster.
  • The --csiTimeout flag of external-resizer is obsoleted with this release. Instead --timeout flag has been introduced for the same purpose. This timeout is used by external-resizer to decide how long it should wait for a response from CSI driver. timeout value defaults to 10 seconds. From now on, the deployment templates or artifacts has to make use of --timeout flag instead of obsoleted --csiTimeout flag. (#82, @humblec)

Changes by Kind

Feature

  • Adding configurable QPS and Burst to k8s client and use a separate client for leader election. (#91, @RaunakShah)

Bug or Regression

  • Ensure that we do not resize recently resized volumes (#96, @gnufied)

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/Azure/go-ansiterm: d6e3b33
  • github.com/BurntSushi/xgb: 27f1227
  • github.com/cespare/xxhash/v2: v2.1.1
  • 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/moby/term: 672ec06
  • github.com/rogpeppe/go-internal: v1.3.0
  • go.uber.org/atomic: v1.4.0
  • go.uber.org/multierr: v1.1.0
  • go.uber.org/zap: v1.10.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
  • gotest.tools/v3: v3.0.2
  • gotest.tools: v2.2.0+incompatible
  • k8s.io/klog/v2: v2.2.0
  • rsc.io/binaryregexp: v0.2.0
  • sigs.k8s.io/structured-merge-diff/v4: v4.0.1

Changed

Removed

Nothing has changed.