Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.0 CHANGELOG #746

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 122 additions & 0 deletions CHANGELOG/CHANGELOG-3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
# Release notes for v3.2.0

[Documentation](https://kubernetes-csi.github.io)

# 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](https://github.com/kubernetes-csi/external-provisioner/pull/682), [@aramase](https://github.com/aramase))
- Provisioner changes to prevent unauthorised volume mode conversion ([#726](https://github.com/kubernetes-csi/external-provisioner/pull/726), [@RaunakShah](https://github.com/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](https://github.com/kubernetes-csi/external-provisioner/pull/711), [@pohly](https://github.com/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](https://github.com/kubernetes-csi/external-provisioner/pull/713), [@humblec](https://github.com/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](https://github.com/kubernetes-csi/external-provisioner/pull/699), [@amacaskill](https://github.com/amacaskill))

### Documentation
- Updates the documentation / README file. ([#722](https://github.com/kubernetes-csi/external-provisioner/pull/722), [@gregth](https://github.com/gregth))

### Bug or Regression
- Certain informer delete events were not handled correctly. ([#745](https://github.com/kubernetes-csi/external-provisioner/pull/745), [@pohly](https://github.com/pohly))
- Ensure that the identifier for the lease holder during leader election is unique. ([#690](https://github.com/kubernetes-csi/external-provisioner/pull/690), [@SunnyFenng](https://github.com/SunnyFenng))
- Storage capacity: managed-by label potentially too long with a long node name and enableNodeDeployment set to true ([#717](https://github.com/kubernetes-csi/external-provisioner/pull/717), [@awels](https://github.com/awels))
- Storage capacity: maximumVolumeSize was not updated when it changed ([#696](https://github.com/kubernetes-csi/external-provisioner/pull/696), [@mrpre](https://github.com/mrpre))

### Other (Cleanup or Flake)
- Upgrade external-snapshotter client to v6.0.1 ([#738](https://github.com/kubernetes-csi/external-provisioner/pull/738), [@RaunakShah](https://github.com/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](https://github.com/kubernetes-csi/external-provisioner/pull/710), [@pohly](https://github.com/pohly))
- Kubernetes client dependencies are updated to v1.24.0. ([#733](https://github.com/kubernetes-csi/external-provisioner/pull/733), [@humblec](https://github.com/humblec))

## Dependencies

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

### Changed
- github.com/bketelsen/crypt: [v0.0.4 → 5cbc8cc](https://github.com/bketelsen/crypt/compare/v0.0.4...5cbc8cc)
- github.com/cespare/xxhash/v2: [v2.1.1 → v2.1.2](https://github.com/cespare/xxhash/v2/compare/v2.1.1...v2.1.2)
- github.com/cncf/udpa/go: [5459f2c → 04548b0](https://github.com/cncf/udpa/go/compare/5459f2c...04548b0)
- github.com/cncf/xds/go: [fbca930 → cb28da3](https://github.com/cncf/xds/go/compare/fbca930...cb28da3)
- github.com/container-storage-interface/spec: [v1.5.0 → v1.6.0](https://github.com/container-storage-interface/spec/compare/v1.5.0...v1.6.0)
- github.com/cpuguy83/go-md2man/v2: [v2.0.0 → v2.0.1](https://github.com/cpuguy83/go-md2man/v2/compare/v2.0.0...v2.0.1)
- github.com/emicklei/go-restful: [v2.9.5+incompatible → v2.15.0+incompatible](https://github.com/emicklei/go-restful/compare/v2.9.5...v2.15.0)
- github.com/envoyproxy/go-control-plane: [63b5d3c → cf90f65](https://github.com/envoyproxy/go-control-plane/compare/63b5d3c...cf90f65)
- github.com/evanphx/json-patch: [v4.12.0+incompatible → v5.6.0+incompatible](https://github.com/evanphx/json-patch/compare/v4.12.0...v5.6.0)
- github.com/fsnotify/fsnotify: [v1.4.9 → v1.5.1](https://github.com/fsnotify/fsnotify/compare/v1.4.9...v1.5.1)
- github.com/go-kit/log: [v0.1.0 → v0.2.0](https://github.com/go-kit/log/compare/v0.1.0...v0.2.0)
- github.com/go-logfmt/logfmt: [v0.5.0 → v0.5.1](https://github.com/go-logfmt/logfmt/compare/v0.5.0...v0.5.1)
- github.com/go-logr/logr: [v1.2.1 → v1.2.3](https://github.com/go-logr/logr/compare/v1.2.1...v1.2.3)
- github.com/go-openapi/jsonreference: [v0.19.5 → v0.19.6](https://github.com/go-openapi/jsonreference/compare/v0.19.5...v0.19.6)
- github.com/go-openapi/swag: [v0.19.14 → v0.21.1](https://github.com/go-openapi/swag/compare/v0.19.14...v0.21.1)
- github.com/google/cel-go: [v0.9.0 → v0.10.1](https://github.com/google/cel-go/compare/v0.9.0...v0.10.1)
- github.com/google/go-cmp: [v0.5.6 → v0.5.7](https://github.com/google/go-cmp/compare/v0.5.6...v0.5.7)
- github.com/google/uuid: [v1.2.0 → v1.3.0](https://github.com/google/uuid/compare/v1.2.0...v1.3.0)
- github.com/hashicorp/golang-lru: [v0.5.4 → v0.5.1](https://github.com/hashicorp/golang-lru/compare/v0.5.4...v0.5.1)
- github.com/kubernetes-csi/csi-lib-utils: [v0.10.0 → v0.11.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.10.0...v0.11.0)
- github.com/magiconair/properties: [v1.8.5 → v1.8.1](https://github.com/magiconair/properties/compare/v1.8.5...v1.8.1)
- github.com/mailru/easyjson: [v0.7.6 → v0.7.7](https://github.com/mailru/easyjson/compare/v0.7.6...v0.7.7)
- github.com/miekg/dns: [v1.1.40 → v1.1.48](https://github.com/miekg/dns/compare/v1.1.40...v1.1.48)
- github.com/moby/term: [9d4ed18 → 3f7ff69](https://github.com/moby/term/compare/9d4ed18...3f7ff69)
- github.com/nxadm/tail: [v1.4.4 → v1.4.8](https://github.com/nxadm/tail/compare/v1.4.4...v1.4.8)
- github.com/onsi/ginkgo: [v1.14.1 → v1.16.5](https://github.com/onsi/ginkgo/compare/v1.14.1...v1.16.5)
- github.com/onsi/gomega: [v1.10.2 → v1.17.0](https://github.com/onsi/gomega/compare/v1.10.2...v1.17.0)
- github.com/pelletier/go-toml: [v1.9.3 → v1.2.0](https://github.com/pelletier/go-toml/compare/v1.9.3...v1.2.0)
- github.com/prometheus/client_golang: [v1.11.0 → v1.12.1](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.1)
- github.com/prometheus/common: [v0.28.0 → v0.33.0](https://github.com/prometheus/common/compare/v0.28.0...v0.33.0)
- github.com/prometheus/procfs: [v0.6.0 → v0.7.3](https://github.com/prometheus/procfs/compare/v0.6.0...v0.7.3)
- github.com/russross/blackfriday/v2: [v2.0.1 → v2.1.0](https://github.com/russross/blackfriday/v2/compare/v2.0.1...v2.1.0)
- github.com/spf13/cast: [v1.3.1 → v1.3.0](https://github.com/spf13/cast/compare/v1.3.1...v1.3.0)
- github.com/spf13/cobra: [v1.2.1 → v1.4.0](https://github.com/spf13/cobra/compare/v1.2.1...v1.4.0)
- github.com/spf13/jwalterweatherman: [v1.1.0 → v1.0.0](https://github.com/spf13/jwalterweatherman/compare/v1.1.0...v1.0.0)
- github.com/spf13/viper: [v1.8.1 → v1.7.0](https://github.com/spf13/viper/compare/v1.8.1...v1.7.0)
- github.com/yuin/goldmark: [v1.4.0 → v1.4.1](https://github.com/yuin/goldmark/compare/v1.4.0...v1.4.1)
- go.etcd.io/etcd/api/v3: v3.5.0 → v3.5.1
- go.etcd.io/etcd/client/pkg/v3: v3.5.0 → v3.5.1
- go.etcd.io/etcd/client/v3: v3.5.0 → v3.5.1
- go.uber.org/goleak: v1.1.10 → v1.1.12
- go.uber.org/zap: v1.19.0 → v1.19.1
- golang.org/x/crypto: 32db794 → 8634188
- golang.org/x/mod: v0.4.2 → 9b9b3d8
- golang.org/x/net: 491a49a → 749bd19
- golang.org/x/oauth2: 2bc19b1 → 6242fa9
- golang.org/x/sys: f4d4317 → 3f8b815
- golang.org/x/term: 6886f2d → 03fcf44
- golang.org/x/time: 1f47c86 → 0e9765c
- golang.org/x/tools: d4cc65f → v0.1.10
- gomodules.xyz/jsonpatch/v2: v2.1.0 → v2.2.0
- google.golang.org/api: v0.44.0 → v0.43.0
- google.golang.org/genproto: fe13028 → 9d70989
- google.golang.org/grpc: v1.40.0 → v1.45.0
- google.golang.org/protobuf: v1.27.1 → v1.28.0
- gopkg.in/ini.v1: v1.62.0 → v1.51.0
- gopkg.in/yaml.v3: 496545a → v3.0.1
- k8s.io/api: v0.23.0 → v0.24.0
- k8s.io/apiextensions-apiserver: v0.23.0 → v0.24.0
- k8s.io/apimachinery: v0.23.0 → v0.24.0
- k8s.io/apiserver: v0.23.0 → v0.24.0
- k8s.io/client-go: v0.23.0 → v0.24.0
- k8s.io/code-generator: v0.23.0 → v0.24.0
- k8s.io/component-base: v0.23.0 → v0.24.0
- k8s.io/component-helpers: v0.23.0 → v0.24.0
- k8s.io/csi-translation-lib: 135d37b → v0.24.0
- k8s.io/gengo: 485abfe → c02415c
- k8s.io/klog/v2: v2.30.0 → v2.60.1
- k8s.io/kube-openapi: e816edb → b28bf28
- k8s.io/utils: 7d6a63d → 3a6ce19
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.25 → v0.0.30
- sigs.k8s.io/controller-runtime: v0.8.3 → v0.11.2
- sigs.k8s.io/structured-merge-diff/v4: v4.2.0 → v4.2.1
- sigs.k8s.io/yaml: v1.2.0 → v1.3.0

### Removed
- github.com/blang/semver: [v3.5.1+incompatible](https://github.com/blang/semver/tree/v3.5.1)
- github.com/kubernetes-csi/external-snapshotter/client/v4: [v4.1.0](https://github.com/kubernetes-csi/external-snapshotter/client/v4/tree/v4.1.0)
- go.uber.org/tools: 2cfd321