|
| 1 | +# Release notes for v4.10.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io) |
| 4 | + |
| 5 | +# Changelog since v4.9.0 |
| 6 | + |
| 7 | +## Changes by Kind |
| 8 | + |
| 9 | +### API Change |
| 10 | + |
| 11 | +- Populate VolumeError.ErrorCode field in VolumeAttachment object. ([#662](https://github.com/kubernetes-csi/external-attacher/pull/662), [@torredil](https://github.com/torredil)) |
| 12 | + |
| 13 | +### Other (Cleanup or Flake) |
| 14 | + |
| 15 | +- Update kubernetes dependencies to v1.34.0 ([#678](https://github.com/kubernetes-csi/external-attacher/pull/678), [@dobsonj](https://github.com/dobsonj)) |
| 16 | + |
| 17 | +## Dependencies |
| 18 | + |
| 19 | +### Added |
| 20 | +- github.com/antihax/optional: [v1.0.0](https://github.com/antihax/optional/tree/v1.0.0) |
| 21 | +- github.com/antlr4-go/antlr/v4: [v4.13.0](https://github.com/antlr4-go/antlr/tree/v4.13.0) |
| 22 | +- github.com/coreos/go-oidc: [v2.3.0+incompatible](https://github.com/coreos/go-oidc/tree/v2.3.0) |
| 23 | +- github.com/coreos/go-semver: [v0.3.1](https://github.com/coreos/go-semver/tree/v0.3.1) |
| 24 | +- github.com/coreos/go-systemd/v22: [v22.5.0](https://github.com/coreos/go-systemd/tree/v22.5.0) |
| 25 | +- github.com/dustin/go-humanize: [v1.0.1](https://github.com/dustin/go-humanize/tree/v1.0.1) |
| 26 | +- github.com/fsnotify/fsnotify: [v1.9.0](https://github.com/fsnotify/fsnotify/tree/v1.9.0) |
| 27 | +- github.com/godbus/dbus/v5: [v5.0.4](https://github.com/godbus/dbus/tree/v5.0.4) |
| 28 | +- github.com/golang-jwt/jwt/v5: [v5.2.2](https://github.com/golang-jwt/jwt/tree/v5.2.2) |
| 29 | +- github.com/google/cel-go: [v0.26.0](https://github.com/google/cel-go/tree/v0.26.0) |
| 30 | +- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: [v1.0.1](https://github.com/grpc-ecosystem/go-grpc-middleware/tree/providers/prometheus/v1.0.1) |
| 31 | +- github.com/grpc-ecosystem/go-grpc-middleware/v2: [v2.3.0](https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.3.0) |
| 32 | +- github.com/grpc-ecosystem/go-grpc-prometheus: [v1.2.0](https://github.com/grpc-ecosystem/go-grpc-prometheus/tree/v1.2.0) |
| 33 | +- github.com/jonboulle/clockwork: [v0.5.0](https://github.com/jonboulle/clockwork/tree/v0.5.0) |
| 34 | +- github.com/matttproud/golang_protobuf_extensions: [v1.0.1](https://github.com/matttproud/golang_protobuf_extensions/tree/v1.0.1) |
| 35 | +- github.com/pquerna/cachecontrol: [v0.1.0](https://github.com/pquerna/cachecontrol/tree/v0.1.0) |
| 36 | +- github.com/rogpeppe/fastuuid: [v1.2.0](https://github.com/rogpeppe/fastuuid/tree/v1.2.0) |
| 37 | +- github.com/sirupsen/logrus: [v1.9.3](https://github.com/sirupsen/logrus/tree/v1.9.3) |
| 38 | +- github.com/soheilhy/cmux: [v0.1.5](https://github.com/soheilhy/cmux/tree/v0.1.5) |
| 39 | +- github.com/stoewer/go-strcase: [v1.3.0](https://github.com/stoewer/go-strcase/tree/v1.3.0) |
| 40 | +- github.com/tmc/grpc-websocket-proxy: [673ab2c](https://github.com/tmc/grpc-websocket-proxy/tree/673ab2c) |
| 41 | +- github.com/xiang90/probing: [a49e3df](https://github.com/xiang90/probing/tree/a49e3df) |
| 42 | +- go.etcd.io/bbolt: v1.4.2 |
| 43 | +- go.etcd.io/etcd/api/v3: v3.6.4 |
| 44 | +- go.etcd.io/etcd/client/pkg/v3: v3.6.4 |
| 45 | +- go.etcd.io/etcd/client/v3: v3.6.4 |
| 46 | +- go.etcd.io/etcd/pkg/v3: v3.6.4 |
| 47 | +- go.etcd.io/etcd/server/v3: v3.6.4 |
| 48 | +- go.etcd.io/raft/v3: v3.6.0 |
| 49 | +- go.yaml.in/yaml/v2: v2.4.2 |
| 50 | +- go.yaml.in/yaml/v3: v3.0.4 |
| 51 | +- golang.org/x/exp: 8a7402a |
| 52 | +- gopkg.in/go-jose/go-jose.v2: v2.6.3 |
| 53 | +- gopkg.in/natefinch/lumberjack.v2: v2.2.1 |
| 54 | +- k8s.io/apiserver: v0.34.0 |
| 55 | +- k8s.io/kms: v0.34.0 |
| 56 | +- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.33.0 |
| 57 | +- sigs.k8s.io/structured-merge-diff/v6: v6.3.0 |
| 58 | + |
| 59 | +### Changed |
| 60 | +- cel.dev/expr: v0.20.0 → v0.24.0 |
| 61 | +- github.com/fxamacker/cbor/v2: [v2.8.0 → v2.9.0](https://github.com/fxamacker/cbor/compare/v2.8.0...v2.9.0) |
| 62 | +- github.com/google/gnostic-models: [v0.6.9 → v0.7.0](https://github.com/google/gnostic-models/compare/v0.6.9...v0.7.0) |
| 63 | +- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.24.0 → v2.26.3](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.24.0...v2.26.3) |
| 64 | +- github.com/modern-go/reflect2: [v1.0.2 → 35a7c28](https://github.com/modern-go/reflect2/compare/v1.0.2...35a7c28) |
| 65 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.33.0 → v1.34.0 |
| 66 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.33.0 → v1.34.0 |
| 67 | +- go.opentelemetry.io/proto/otlp: v1.4.0 → v1.5.0 |
| 68 | +- google.golang.org/genproto/googleapis/api: 56aae31 → a0af3ef |
| 69 | +- google.golang.org/genproto/googleapis/rpc: 56aae31 → a0af3ef |
| 70 | +- k8s.io/api: v0.33.0 → v0.34.0 |
| 71 | +- k8s.io/apimachinery: v0.33.0 → v0.34.0 |
| 72 | +- k8s.io/client-go: v0.33.0 → v0.34.0 |
| 73 | +- k8s.io/component-base: v0.33.0 → v0.34.0 |
| 74 | +- k8s.io/csi-translation-lib: v0.33.0 → v0.34.0 |
| 75 | +- k8s.io/gengo/v2: a7b603a → 85fd79d |
| 76 | +- k8s.io/kube-openapi: c8a335a → f3f2b99 |
| 77 | +- k8s.io/utils: 24370be → 4c0f3b2 |
| 78 | +- sigs.k8s.io/structured-merge-diff/v4: v4.7.0 → v4.6.0 |
| 79 | +- sigs.k8s.io/yaml: v1.4.0 → v1.6.0 |
| 80 | + |
| 81 | +### Removed |
| 82 | +_Nothing has changed._ |
0 commit comments