|
| 1 | +# Release notes for 5.1.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io) |
| 4 | + |
| 5 | +# Changelog since 5.0.0 |
| 6 | + |
| 7 | +## Urgent Upgrade Notes |
| 8 | + |
| 9 | +### (No, really, you MUST read this before you upgrade) |
| 10 | + |
| 11 | +- Go module path was changed to github.com/kubernetes-csi/external-provisioner/v5, adjust accordingly when importing in go ([#1236](https://github.com/kubernetes-csi/external-provisioner/pull/1236), [@jakobmoellerdev](https://github.com/jakobmoellerdev)) |
| 12 | +- If VolumeAttributesClass feature gate is enabled, then this sidecar may only be used with Kubernetes v1.31 due to upgraded v1beta1 objects and listers ([#1253](https://github.com/kubernetes-csi/external-provisioner/pull/1253), [@AndrewSirenko](https://github.com/AndrewSirenko)) |
| 13 | + |
| 14 | +## Changes by Kind |
| 15 | + |
| 16 | +### Feature |
| 17 | + |
| 18 | +- Promote CSINodeExpandSecret to GA ([#1236](https://github.com/kubernetes-csi/external-provisioner/pull/1218), [@jakobmoellerdev](https://github.com/jakobmoellerdev)) |
| 19 | +- Promote VolumeAttributesClass feature gate to beta. If VolumeAttributesClass feature gate is enabled, then this sidecar may only be used with Kubernetes v1.31 due to upgraded v1beta1 objects and listers ([#1253](https://github.com/kubernetes-csi/external-provisioner/pull/1253), [@AndrewSirenko](https://github.com/AndrewSirenko)) |
| 20 | + |
| 21 | +### Bug or Regression |
| 22 | + |
| 23 | +- Fixed removal of PV protection finalizer. PVs are no longer Terminating forever after PVC deletion ([#1250](https://github.com/kubernetes-csi/external-provisioner/pull/1250), [@jsafrane](https://github.com/jsafrane)) |
| 24 | + |
| 25 | +### Other (Cleanup or Flake) |
| 26 | + |
| 27 | +- Updates Kubernetes dependencies to v1.31.0 ([#1256](https://github.com/kubernetes-csi/external-provisioner/pull/1256), [@dfajmon](https://github.com/dfajmon)) |
| 28 | + |
| 29 | +## Dependencies |
| 30 | + |
| 31 | +### Added |
| 32 | +- cel.dev/expr: v0.15.0 |
| 33 | +- github.com/antlr4-go/antlr/v4: [v4.13.1](https://github.com/antlr4-go/antlr/tree/v4.13.1) |
| 34 | +- github.com/shurcooL/sanitized_anchor_name: [v1.0.0](https://github.com/shurcooL/sanitized_anchor_name/tree/v1.0.0) |
| 35 | +- github.com/urfave/cli: [v1.22.1](https://github.com/urfave/cli/tree/v1.22.1) |
| 36 | +- gopkg.in/evanphx/json-patch.v4: v4.12.0 |
| 37 | +- k8s.io/cri-client: v0.31.0 |
| 38 | + |
| 39 | +### Changed |
| 40 | +- cloud.google.com/go/compute: v1.25.1 → v1.24.0 |
| 41 | +- github.com/Microsoft/hcsshim: [v0.8.25 → v0.8.26](https://github.com/Microsoft/hcsshim/compare/v0.8.25...v0.8.26) |
| 42 | +- github.com/asaskevich/govalidator: [f61b66f → a9d515a](https://github.com/asaskevich/govalidator/compare/f61b66f...a9d515a) |
| 43 | +- github.com/cncf/xds/go: [8a4994d → 555b57e](https://github.com/cncf/xds/compare/8a4994d...555b57e) |
| 44 | +- github.com/cpuguy83/go-md2man/v2: [v2.0.3 → v2.0.4](https://github.com/cpuguy83/go-md2man/compare/v2.0.3...v2.0.4) |
| 45 | +- github.com/davecgh/go-spew: [v1.1.1 → d8f796a](https://github.com/davecgh/go-spew/compare/v1.1.1...d8f796a) |
| 46 | +- github.com/emicklei/go-restful/v3: [v3.12.0 → v3.12.1](https://github.com/emicklei/go-restful/compare/v3.12.0...v3.12.1) |
| 47 | +- github.com/evanphx/json-patch: [v5.9.0+incompatible → v5.7.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.9.0...v5.7.0) |
| 48 | +- github.com/fxamacker/cbor/v2: [v2.6.0 → v2.7.0](https://github.com/fxamacker/cbor/compare/v2.6.0...v2.7.0) |
| 49 | +- github.com/go-logr/logr: [v1.4.1 → v1.4.2](https://github.com/go-logr/logr/compare/v1.4.1...v1.4.2) |
| 50 | +- github.com/golang/glog: [v1.2.0 → v1.2.1](https://github.com/golang/glog/compare/v1.2.0...v1.2.1) |
| 51 | +- github.com/google/cel-go: [v0.17.8 → v0.20.1](https://github.com/google/cel-go/compare/v0.17.8...v0.20.1) |
| 52 | +- github.com/google/pprof: [a892ee0 → 813a5fb](https://github.com/google/pprof/compare/a892ee0...813a5fb) |
| 53 | +- github.com/gorilla/websocket: [v1.5.1 → v1.5.3](https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3) |
| 54 | +- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.20.0 → v2.22.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.22.0) |
| 55 | +- github.com/kubernetes-csi/csi-lib-utils: [v0.18.0 → v0.19.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.18.0...v0.19.0) |
| 56 | +- github.com/matttproud/golang_protobuf_extensions: [v1.0.4 → v1.0.1](https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.4...v1.0.1) |
| 57 | +- github.com/miekg/dns: [v1.1.59 → v1.1.62](https://github.com/miekg/dns/compare/v1.1.59...v1.1.62) |
| 58 | +- github.com/moby/spdystream: [v0.2.0 → v0.5.0](https://github.com/moby/spdystream/compare/v0.2.0...v0.5.0) |
| 59 | +- github.com/moby/sys/mountinfo: [v0.7.1 → v0.7.2](https://github.com/moby/sys/compare/mountinfo/v0.7.1...mountinfo/v0.7.2) |
| 60 | +- github.com/moby/term: [1aeaba8 → v0.5.0](https://github.com/moby/term/compare/1aeaba8...v0.5.0) |
| 61 | +- github.com/onsi/ginkgo/v2: [v2.17.3 → v2.20.0](https://github.com/onsi/ginkgo/compare/v2.17.3...v2.20.0) |
| 62 | +- github.com/onsi/gomega: [v1.33.1 → v1.34.1](https://github.com/onsi/gomega/compare/v1.33.1...v1.34.1) |
| 63 | +- github.com/opencontainers/runc: [v1.1.12 → v1.1.13](https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13) |
| 64 | +- github.com/opencontainers/runtime-spec: [494a5a6 → v1.2.0](https://github.com/opencontainers/runtime-spec/compare/494a5a6...v1.2.0) |
| 65 | +- github.com/pmezard/go-difflib: [v1.0.0 → 5d4384e](https://github.com/pmezard/go-difflib/compare/v1.0.0...5d4384e) |
| 66 | +- github.com/prometheus/client_golang: [v1.18.0 → v1.19.1](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.1) |
| 67 | +- github.com/prometheus/common: [v0.46.0 → v0.55.0](https://github.com/prometheus/common/compare/v0.46.0...v0.55.0) |
| 68 | +- github.com/prometheus/procfs: [v0.15.0 → v0.15.1](https://github.com/prometheus/procfs/compare/v0.15.0...v0.15.1) |
| 69 | +- github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0) |
| 70 | +- github.com/sirupsen/logrus: [v1.9.0 → v1.9.3](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.3) |
| 71 | +- github.com/spf13/cobra: [v1.8.0 → v1.8.1](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1) |
| 72 | +- go.etcd.io/bbolt: v1.3.8 → v1.3.9 |
| 73 | +- go.etcd.io/etcd/api/v3: v3.5.13 → v3.5.15 |
| 74 | +- go.etcd.io/etcd/client/pkg/v3: v3.5.13 → v3.5.15 |
| 75 | +- go.etcd.io/etcd/client/v2: v2.305.10 → v2.305.13 |
| 76 | +- go.etcd.io/etcd/client/v3: v3.5.13 → v3.5.15 |
| 77 | +- go.etcd.io/etcd/pkg/v3: v3.5.10 → v3.5.13 |
| 78 | +- go.etcd.io/etcd/raft/v3: v3.5.10 → v3.5.13 |
| 79 | +- go.etcd.io/etcd/server/v3: v3.5.10 → v3.5.13 |
| 80 | +- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.51.0 → v0.53.0 |
| 81 | +- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.51.0 → v0.53.0 |
| 82 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.26.0 → v1.28.0 |
| 83 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.26.0 → v1.28.0 |
| 84 | +- go.opentelemetry.io/otel/metric: v1.26.0 → v1.28.0 |
| 85 | +- go.opentelemetry.io/otel/sdk: v1.26.0 → v1.28.0 |
| 86 | +- go.opentelemetry.io/otel/trace: v1.26.0 → v1.28.0 |
| 87 | +- go.opentelemetry.io/otel: v1.26.0 → v1.28.0 |
| 88 | +- go.opentelemetry.io/proto/otlp: v1.2.0 → v1.3.1 |
| 89 | +- golang.org/x/crypto: v0.23.0 → v0.26.0 |
| 90 | +- golang.org/x/exp: fe59bbe → 8a7402a |
| 91 | +- golang.org/x/mod: v0.17.0 → v0.20.0 |
| 92 | +- golang.org/x/net: v0.25.0 → v0.28.0 |
| 93 | +- golang.org/x/oauth2: v0.20.0 → v0.22.0 |
| 94 | +- golang.org/x/sync: v0.7.0 → v0.8.0 |
| 95 | +- golang.org/x/sys: v0.20.0 → v0.23.0 |
| 96 | +- golang.org/x/telemetry: f48c80b → bda5523 |
| 97 | +- golang.org/x/term: v0.20.0 → v0.23.0 |
| 98 | +- golang.org/x/text: v0.15.0 → v0.17.0 |
| 99 | +- golang.org/x/time: v0.5.0 → v0.6.0 |
| 100 | +- golang.org/x/tools: v0.21.0 → v0.24.0 |
| 101 | +- golang.org/x/xerrors: 04be3eb → 5ec99f8 |
| 102 | +- google.golang.org/appengine: v1.6.8 → v1.6.7 |
| 103 | +- google.golang.org/genproto/googleapis/api: 0867130 → ddb44da |
| 104 | +- google.golang.org/genproto/googleapis/rpc: 0867130 → ddb44da |
| 105 | +- google.golang.org/grpc: v1.64.0 → v1.65.0 |
| 106 | +- google.golang.org/protobuf: v1.34.1 → v1.34.2 |
| 107 | +- k8s.io/api: v0.30.0 → v0.31.0 |
| 108 | +- k8s.io/apiextensions-apiserver: v0.30.0 → v0.31.0 |
| 109 | +- k8s.io/apimachinery: v0.30.0 → v0.31.0 |
| 110 | +- k8s.io/apiserver: v0.30.0 → v0.31.0 |
| 111 | +- k8s.io/cli-runtime: v0.30.0 → v0.31.0 |
| 112 | +- k8s.io/client-go: v0.30.0 → v0.31.0 |
| 113 | +- k8s.io/cloud-provider: v0.30.0 → v0.31.0 |
| 114 | +- k8s.io/cluster-bootstrap: v0.30.0 → v0.31.0 |
| 115 | +- k8s.io/code-generator: v0.30.0 → v0.31.0 |
| 116 | +- k8s.io/component-base: v0.30.0 → v0.31.0 |
| 117 | +- k8s.io/component-helpers: v0.30.0 → v0.31.0 |
| 118 | +- k8s.io/controller-manager: v0.30.0 → v0.31.0 |
| 119 | +- k8s.io/cri-api: v0.30.0 → v0.31.0 |
| 120 | +- k8s.io/csi-translation-lib: v0.30.0 → v0.31.0 |
| 121 | +- k8s.io/dynamic-resource-allocation: v0.30.0 → v0.31.0 |
| 122 | +- k8s.io/endpointslice: v0.30.0 → v0.31.0 |
| 123 | +- k8s.io/klog/v2: v2.120.1 → v2.130.1 |
| 124 | +- k8s.io/kms: v0.30.0 → v0.31.0 |
| 125 | +- k8s.io/kube-aggregator: v0.30.0 → v0.31.0 |
| 126 | +- k8s.io/kube-controller-manager: v0.30.0 → v0.31.0 |
| 127 | +- k8s.io/kube-openapi: 8948a66 → 7a9a4e8 |
| 128 | +- k8s.io/kube-proxy: v0.30.0 → v0.31.0 |
| 129 | +- k8s.io/kube-scheduler: v0.30.0 → v0.31.0 |
| 130 | +- k8s.io/kubectl: v0.30.0 → v0.31.0 |
| 131 | +- k8s.io/kubelet: v0.30.0 → v0.31.0 |
| 132 | +- k8s.io/kubernetes: v1.30.1 → v1.31.0 |
| 133 | +- k8s.io/metrics: v0.30.0 → v0.31.0 |
| 134 | +- k8s.io/mount-utils: v0.30.0 → v0.31.0 |
| 135 | +- k8s.io/pod-security-admission: v0.30.0 → v0.31.0 |
| 136 | +- k8s.io/sample-apiserver: v0.30.0 → v0.31.0 |
| 137 | +- k8s.io/utils: 0849a56 → 18e509b |
| 138 | +- sigs.k8s.io/controller-runtime: v0.18.2 → v0.19.0 |
| 139 | +- sigs.k8s.io/knftables: v0.0.14 → v0.0.17 |
| 140 | +- sigs.k8s.io/kustomize/api: 6ce0bf3 → v0.17.2 |
| 141 | +- sigs.k8s.io/kustomize/kustomize/v5: 6ce0bf3 → v5.4.2 |
| 142 | +- sigs.k8s.io/kustomize/kyaml: 6ce0bf3 → v0.17.1 |
| 143 | +- sigs.k8s.io/sig-storage-lib-external-provisioner/v10: v10.0.0 → v10.0.1 |
| 144 | + |
| 145 | +### Removed |
| 146 | +- github.com/GoogleCloudPlatform/k8s-cloud-provider: [f118173](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/tree/f118173) |
| 147 | +- github.com/antlr/antlr4/runtime/Go/antlr/v4: [8188dc5](https://github.com/antlr/antlr4/tree/runtime/Go/antlr/v4/8188dc5) |
| 148 | +- github.com/chromedp/cdproto: [3cf4e6d](https://github.com/chromedp/cdproto/tree/3cf4e6d) |
| 149 | +- github.com/chromedp/chromedp: [v0.9.2](https://github.com/chromedp/chromedp/tree/v0.9.2) |
| 150 | +- github.com/chromedp/sysutil: [v1.0.0](https://github.com/chromedp/sysutil/tree/v1.0.0) |
| 151 | +- github.com/fvbommel/sortorder: [v1.1.0](https://github.com/fvbommel/sortorder/tree/v1.1.0) |
| 152 | +- github.com/gobwas/httphead: [v0.1.0](https://github.com/gobwas/httphead/tree/v0.1.0) |
| 153 | +- github.com/gobwas/pool: [v0.2.1](https://github.com/gobwas/pool/tree/v0.2.1) |
| 154 | +- github.com/gobwas/ws: [v1.2.1](https://github.com/gobwas/ws/tree/v1.2.1) |
| 155 | +- github.com/google/s2a-go: [v0.1.7](https://github.com/google/s2a-go/tree/v0.1.7) |
| 156 | +- github.com/googleapis/enterprise-certificate-proxy: [v0.2.3](https://github.com/googleapis/enterprise-certificate-proxy/tree/v0.2.3) |
| 157 | +- github.com/googleapis/gax-go/v2: [v2.11.0](https://github.com/googleapis/gax-go/tree/v2.11.0) |
| 158 | +- github.com/matttproud/golang_protobuf_extensions/v2: [v2.0.0](https://github.com/matttproud/golang_protobuf_extensions/tree/v2.0.0) |
| 159 | +- google.golang.org/api: v0.126.0 |
| 160 | +- gopkg.in/gcfg.v1: v1.2.3 |
| 161 | +- gopkg.in/warnings.v0: v0.1.2 |
| 162 | +- k8s.io/legacy-cloud-providers: v0.30.0 |
0 commit comments