1
+
# Release notes for v3.4.0
2
+
3
+
[Documentation](https://kubernetes-csi.github.io)
4
+
# Changelog since v3.3.0
5
+
6
+
## Changes by Kind
7
+
8
+
### Uncategorized
9
+
10
+
- The external-attacher now ignores changes in `VolumeAttachment.metadata.managedFields`, saving some CPU. ([#338](https://github.com/kubernetes-csi/external-attacher/pull/338), [@uzuku](https://github.com/uzuku))
11
+
- Updated Kubernetes libraries to 1.23.0. ([#339](https://github.com/kubernetes-csi/external-attacher/pull/339), [@humblec](https://github.com/humblec))
12
+
13
+
## Dependencies
14
+
15
+
### Added
16
+
- github.com/cncf/xds/go: [fbca930](https://github.com/cncf/xds/go/tree/fbca930)
17
+
- github.com/coreos/go-systemd/v22: [v22.3.2](https://github.com/coreos/go-systemd/v22/tree/v22.3.2)
18
+
- github.com/getkin/kin-openapi: [v0.76.0](https://github.com/getkin/kin-openapi/tree/v0.76.0)
19
+
- github.com/go-logr/zapr: [v1.2.0](https://github.com/go-logr/zapr/tree/v1.2.0)
20
+
- github.com/godbus/dbus/v5: [v5.0.4](https://github.com/godbus/dbus/v5/tree/v5.0.4)
21
+
- github.com/gorilla/mux: [v1.8.0](https://github.com/gorilla/mux/tree/v1.8.0)
22
+
- github.com/kr/fs: [v0.1.0](https://github.com/kr/fs/tree/v0.1.0)
23
+
- github.com/pkg/sftp: [v1.10.1](https://github.com/pkg/sftp/tree/v1.10.1)
24
+
- go.etcd.io/etcd/api/v3: v3.5.0
25
+
- go.etcd.io/etcd/client/pkg/v3: v3.5.0
26
+
- go.etcd.io/etcd/client/v2: v2.305.0
27
+
- go.uber.org/goleak: v1.1.10
28
+
- sigs.k8s.io/json: c049b76
29
+
30
+
### Changed
31
+
- cloud.google.com/go: v0.65.0 → v0.81.0
32
+
- github.com/benbjohnson/clock: [v1.0.3 → v1.1.0](https://github.com/benbjohnson/clock/compare/v1.0.3...v1.1.0)
33
+
- github.com/bketelsen/crypt: [5cbc8cc → v0.0.4](https://github.com/bketelsen/crypt/compare/5cbc8cc...v0.0.4)
34
+
- github.com/envoyproxy/go-control-plane: [668b12f → 63b5d3c](https://github.com/envoyproxy/go-control-plane/compare/668b12f...63b5d3c)
35
+
- github.com/evanphx/json-patch: [v4.11.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v4.11.0...v4.12.0)
36
+
- github.com/go-logr/logr: [v0.4.0 → v1.2.0](https://github.com/go-logr/logr/compare/v0.4.0...v1.2.0)
37
+
- github.com/go-openapi/jsonpointer: [v0.19.3 → v0.19.5](https://github.com/go-openapi/jsonpointer/compare/v0.19.3...v0.19.5)
38
+
- github.com/golang/mock: [v1.4.4 → v1.5.0](https://github.com/golang/mock/compare/v1.4.4...v1.5.0)
39
+
- github.com/google/martian/v3: [v3.0.0 → v3.1.0](https://github.com/google/martian/v3/compare/v3.0.0...v3.1.0)
40
+
- github.com/google/pprof: [1a94d86 → cbba55b](https://github.com/google/pprof/compare/1a94d86...cbba55b)
41
+
- github.com/ianlancetaylor/demangle: [5e5cf60 → 28f6c0f](https://github.com/ianlancetaylor/demangle/compare/5e5cf60...28f6c0f)
42
+
- github.com/json-iterator/go: [v1.1.11 → v1.1.12](https://github.com/json-iterator/go/compare/v1.1.11...v1.1.12)
43
+
- github.com/magiconair/properties: [v1.8.1 → v1.8.5](https://github.com/magiconair/properties/compare/v1.8.1...v1.8.5)
44
+
- github.com/mitchellh/go-homedir: [v1.1.0 → v1.0.0](https://github.com/mitchellh/go-homedir/compare/v1.1.0...v1.0.0)
45
+
- github.com/mitchellh/mapstructure: [v1.1.2 → v1.4.1](https://github.com/mitchellh/mapstructure/compare/v1.1.2...v1.4.1)
46
+
- github.com/modern-go/reflect2: [v1.0.1 → v1.0.2](https://github.com/modern-go/reflect2/compare/v1.0.1...v1.0.2)
47
+
- github.com/pelletier/go-toml: [v1.2.0 → v1.9.3](https://github.com/pelletier/go-toml/compare/v1.2.0...v1.9.3)
48
+
- github.com/prometheus/common: [v0.26.0 → v0.28.0](https://github.com/prometheus/common/compare/v0.26.0...v0.28.0)
49
+
- github.com/spf13/afero: [v1.2.2 → v1.6.0](https://github.com/spf13/afero/compare/v1.2.2...v1.6.0)
50
+
- github.com/spf13/cast: [v1.3.0 → v1.3.1](https://github.com/spf13/cast/compare/v1.3.0...v1.3.1)
51
+
- github.com/spf13/cobra: [v1.1.3 → v1.2.1](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1)
52
+
- github.com/spf13/jwalterweatherman: [v1.0.0 → v1.1.0](https://github.com/spf13/jwalterweatherman/compare/v1.0.0...v1.1.0)
53
+
- github.com/spf13/viper: [v1.7.0 → v1.8.1](https://github.com/spf13/viper/compare/v1.7.0...v1.8.1)
54
+
- github.com/yuin/goldmark: [v1.3.5 → v1.4.0](https://github.com/yuin/goldmark/compare/v1.3.5...v1.4.0)
55
+
- go.opencensus.io: v0.22.4 → v0.23.0
56
+
- go.uber.org/zap: v1.17.0 → v1.19.0
57
+
- golang.org/x/crypto: 5ea612d → 32db794
58
+
- golang.org/x/net: 37e1c6a → e898025
59
+
- golang.org/x/oauth2: cd4f82c → 2bc19b1
60
+
- golang.org/x/sys: 59db8d7 → f4d4317
61
+
- golang.org/x/term: de623e6 → 6886f2d
62
+
- golang.org/x/text: v0.3.6 → v0.3.7
63
+
- golang.org/x/tools: v0.1.2 → d4cc65f
64
+
- google.golang.org/api: v0.30.0 → v0.44.0
65
+
- google.golang.org/genproto: f16073e → fe13028
66
+
- google.golang.org/grpc: v1.38.0 → v1.40.0
67
+
- google.golang.org/protobuf: v1.26.0 → v1.27.1
68
+
- gopkg.in/ini.v1: v1.51.0 → v1.62.0
69
+
- k8s.io/api: v0.22.0 → v0.23.0
70
+
- k8s.io/apimachinery: v0.22.0 → v0.23.0
71
+
- k8s.io/client-go: v0.22.0 → v0.23.0
72
+
- k8s.io/component-base: v0.22.0 → v0.23.0
73
+
- k8s.io/csi-translation-lib: v0.22.0 → v0.23.0
74
+
- k8s.io/gengo: 3a45101 → 485abfe
75
+
- k8s.io/klog/v2: v2.9.0 → v2.30.0
76
+
- k8s.io/kube-openapi: 9528897 → e816edb
77
+
- k8s.io/utils: 4b05e18 → cb0fa31
78
+
79
+
### Removed
80
+
- github.com/coreos/bbolt: [v1.3.2](https://github.com/coreos/bbolt/tree/v1.3.2)
81
+
- github.com/coreos/etcd: [v3.3.13+incompatible](https://github.com/coreos/etcd/tree/v3.3.13)
82
+
- github.com/coreos/go-systemd: [95778df](https://github.com/coreos/go-systemd/tree/95778df)
83
+
- github.com/coreos/pkg: [399ea9e](https://github.com/coreos/pkg/tree/399ea9e)
84
+
- github.com/dgrijalva/jwt-go: [v3.2.0+incompatible](https://github.com/dgrijalva/jwt-go/tree/v3.2.0)
85
+
- github.com/dgryski/go-sip13: [e10d5fe](https://github.com/dgryski/go-sip13/tree/e10d5fe)
86
+
- github.com/grpc-ecosystem/go-grpc-middleware: [v1.0.0](https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v1.0.0)
87
+
- github.com/grpc-ecosystem/go-grpc-prometheus: [v1.2.0](https://github.com/grpc-ecosystem/go-grpc-prometheus/tree/v1.2.0)
88
+
- github.com/jonboulle/clockwork: [v0.1.0](https://github.com/jonboulle/clockwork/tree/v0.1.0)
89
+
- github.com/oklog/ulid: [v1.3.1](https://github.com/oklog/ulid/tree/v1.3.1)
90
+
- github.com/prometheus/tsdb: [v0.7.1](https://github.com/prometheus/tsdb/tree/v0.7.1)
91
+
- github.com/soheilhy/cmux: [v0.1.4](https://github.com/soheilhy/cmux/tree/v0.1.4)
92
+
- github.com/tmc/grpc-websocket-proxy: [0ad062e](https://github.com/tmc/grpc-websocket-proxy/tree/0ad062e)
93
+
- github.com/xiang90/probing: [43a291a](https://github.com/xiang90/probing/tree/43a291a)
94
+
- go.etcd.io/bbolt: v1.3.2
95
+
- gopkg.in/resty.v1: v1.12.0
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4