Skip to content

Commit 90b1740

Browse files
committed
Update changelog 3.3.0
1 parent 663d668 commit 90b1740

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

CHANGELOG/CHANGELOG-3.3.md

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,41 @@
2121
### Uncategorized
2222

2323
- This release update kubernetes module dependencies to v1.25 ([#776](https://github.com/kubernetes-csi/external-provisioner/pull/776), [@humblec](https://github.com/humblec))
24+
- Update volumesnapshot client to 6.1.0 and K8s deps to 1.25.2 ([#789](https://github.com/kubernetes-csi/external-provisioner/pull/789), [@xing-yang](https://github.com/xing-yang))
2425

2526
## Dependencies
2627

2728
### Added
28-
- github.com/emicklei/go-restful/v3: [v3.8.0](https://github.com/emicklei/go-restful/v3/tree/v3.8.0)
29+
- github.com/emicklei/go-restful/v3: [v3.9.0](https://github.com/emicklei/go-restful/v3/tree/v3.9.0)
30+
- github.com/evanphx/json-patch/v5: [v5.6.0](https://github.com/evanphx/json-patch/v5/tree/v5.6.0)
2931
- github.com/go-task/slim-sprig: [348f09d](https://github.com/go-task/slim-sprig/tree/348f09d)
3032
- github.com/golang-jwt/jwt/v4: [v4.2.0](https://github.com/golang-jwt/jwt/v4/tree/v4.2.0)
3133
- github.com/golang/snappy: [v0.0.3](https://github.com/golang/snappy/tree/v0.0.3)
34+
- github.com/jessevdk/go-flags: [v1.4.0](https://github.com/jessevdk/go-flags/tree/v1.4.0)
3235
- github.com/kubernetes-csi/csi-test/v5: [v5.0.0](https://github.com/kubernetes-csi/csi-test/v5/tree/v5.0.0)
33-
- github.com/onsi/ginkgo/v2: [v2.1.4](https://github.com/onsi/ginkgo/v2/tree/v2.1.4)
36+
- github.com/onsi/ginkgo/v2: [v2.1.6](https://github.com/onsi/ginkgo/v2/tree/v2.1.6)
3437
- google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0
3538

3639
### Changed
3740
- cloud.google.com/go: v0.81.0 → v0.97.0
3841
- github.com/Azure/go-autorest/autorest/adal: [v0.9.13 → v0.9.20](https://github.com/Azure/go-autorest/autorest/adal/compare/v0.9.13...v0.9.20)
3942
- github.com/Azure/go-autorest/autorest/mocks: [v0.4.1 → v0.4.2](https://github.com/Azure/go-autorest/autorest/mocks/compare/v0.4.1...v0.4.2)
4043
- github.com/Azure/go-autorest/autorest: [v0.11.18 → v0.11.27](https://github.com/Azure/go-autorest/autorest/compare/v0.11.18...v0.11.27)
41-
- github.com/emicklei/go-restful: [v2.15.0+incompatible → v2.9.5+incompatible](https://github.com/emicklei/go-restful/compare/v2.15.0...v2.9.5)
4244
- github.com/envoyproxy/go-control-plane: [cf90f65 → 49ff273](https://github.com/envoyproxy/go-control-plane/compare/cf90f65...49ff273)
45+
- github.com/fsnotify/fsnotify: [v1.5.1 → v1.5.4](https://github.com/fsnotify/fsnotify/compare/v1.5.1...v1.5.4)
4346
- github.com/go-logr/zapr: [v1.2.0 → v1.2.3](https://github.com/go-logr/zapr/compare/v1.2.0...v1.2.3)
47+
- github.com/go-openapi/jsonreference: [v0.19.6 → v0.20.0](https://github.com/go-openapi/jsonreference/compare/v0.19.6...v0.20.0)
48+
- github.com/go-openapi/swag: [v0.21.1 → v0.22.3](https://github.com/go-openapi/swag/compare/v0.21.1...v0.22.3)
4449
- github.com/golang/glog: [v1.0.0 → 23def4e](https://github.com/golang/glog/compare/v1.0.0...23def4e)
4550
- github.com/golang/mock: [v1.5.0 → v1.6.0](https://github.com/golang/mock/compare/v1.5.0...v1.6.0)
51+
- github.com/google/gnostic: [v0.6.8 → v0.6.9](https://github.com/google/gnostic/compare/v0.6.8...v0.6.9)
4652
- github.com/google/go-cmp: [v0.5.7 → v0.5.8](https://github.com/google/go-cmp/compare/v0.5.7...v0.5.8)
4753
- github.com/google/martian/v3: [v3.1.0 → v3.2.1](https://github.com/google/martian/v3/compare/v3.1.0...v3.2.1)
4854
- github.com/google/pprof: [cbba55b → 4bb14d4](https://github.com/google/pprof/compare/cbba55b...4bb14d4)
4955
- github.com/googleapis/gax-go/v2: [v2.0.5 → v2.1.0](https://github.com/googleapis/gax-go/v2/compare/v2.0.5...v2.1.0)
56+
- github.com/kubernetes-csi/external-snapshotter/client/v6: [v6.0.1 → v6.1.0](https://github.com/kubernetes-csi/external-snapshotter/client/v6/compare/v6.0.1...v6.1.0)
5057
- github.com/mitchellh/mapstructure: [v1.4.1 → v1.1.2](https://github.com/mitchellh/mapstructure/compare/v1.4.1...v1.1.2)
51-
- github.com/onsi/gomega: [v1.17.0 → v1.20.0](https://github.com/onsi/gomega/compare/v1.17.0...v1.20.0)
58+
- github.com/onsi/gomega: [v1.17.0 → v1.20.1](https://github.com/onsi/gomega/compare/v1.17.0...v1.20.1)
5259
- github.com/pquerna/cachecontrol: [0dec1b3 → v0.1.0](https://github.com/pquerna/cachecontrol/compare/0dec1b3...v0.1.0)
5360
- github.com/prometheus/client_golang: [v1.12.1 → v1.13.0](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.13.0)
5461
- github.com/prometheus/common: [v0.33.0 → v0.37.0](https://github.com/prometheus/common/compare/v0.33.0...v0.37.0)
@@ -63,31 +70,34 @@
6370
- go.etcd.io/etcd/pkg/v3: v3.5.0 → v3.5.4
6471
- go.etcd.io/etcd/raft/v3: v3.5.0 → v3.5.4
6572
- go.etcd.io/etcd/server/v3: v3.5.0 → v3.5.4
73+
- go.uber.org/zap: v1.19.1 → v1.21.0
6674
- golang.org/x/crypto: 8634188 → 3147a52
6775
- golang.org/x/mod: 9b9b3d8 → 86c51ed
68-
- golang.org/x/net: 749bd19 → 0bcc04d
76+
- golang.org/x/net: 749bd19 → bea034e
6977
- golang.org/x/sync: 036812b → 886fb93
70-
- golang.org/x/sys: 3f8b815 → a90be44
78+
- golang.org/x/sys: 3f8b815 → fb04ddd
79+
- golang.org/x/time: 0e9765c → 579cf78
7180
- golang.org/x/tools: v0.1.10 → v0.1.12
7281
- google.golang.org/api: v0.43.0 → v0.57.0
7382
- google.golang.org/genproto: 9d70989 → c8bf987
7483
- google.golang.org/grpc: v1.45.0 → v1.49.0
7584
- google.golang.org/protobuf: v1.28.0 → v1.28.1
76-
- k8s.io/api: v0.24.0 → v0.25.0
77-
- k8s.io/apiextensions-apiserver: v0.24.0 → v0.25.0
78-
- k8s.io/apimachinery: v0.24.0 → v0.25.0
79-
- k8s.io/apiserver: v0.24.0 → v0.25.0
80-
- k8s.io/client-go: v0.24.0 → v0.25.0
81-
- k8s.io/code-generator: v0.24.0 → v0.25.0
82-
- k8s.io/component-base: v0.24.0 → v0.25.0
83-
- k8s.io/component-helpers: v0.24.0 → v0.25.0
84-
- k8s.io/csi-translation-lib: v0.24.0 → v0.25.0
85-
- k8s.io/gengo: c02415c → 485abfe
86-
- k8s.io/klog/v2: v2.60.1 → v2.70.1
87-
- k8s.io/kube-openapi: b28bf28 → 67bda5d
85+
- gopkg.in/check.v1: 8fa4692 → 10cb982
86+
- k8s.io/api: v0.24.0 → v0.25.2
87+
- k8s.io/apiextensions-apiserver: v0.24.0 → v0.25.2
88+
- k8s.io/apimachinery: v0.24.0 → v0.25.2
89+
- k8s.io/apiserver: v0.24.0 → v0.25.2
90+
- k8s.io/client-go: v0.24.0 → v0.25.2
91+
- k8s.io/code-generator: v0.24.0 → v0.25.2
92+
- k8s.io/component-base: v0.24.0 → v0.25.2
93+
- k8s.io/component-helpers: v0.24.0 → v0.25.2
94+
- k8s.io/csi-translation-lib: v0.24.0 → v0.25.2
95+
- k8s.io/gengo: c02415c → 3913671
96+
- k8s.io/klog/v2: v2.60.1 → v2.80.1
97+
- k8s.io/kube-openapi: b28bf28 → a70c9af
8898
- k8s.io/utils: 3a6ce19 → ee6ede2
8999
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.30 → v0.0.32
90-
- sigs.k8s.io/controller-runtime: v0.11.2 → v0.12.3
100+
- sigs.k8s.io/controller-runtime: v0.11.2 → v0.13.0
91101
- sigs.k8s.io/json: 9f7c6b3 → f223a00
92102
- sigs.k8s.io/structured-merge-diff/v4: v4.2.1 → v4.2.3
93103

@@ -109,11 +119,13 @@
109119
- github.com/coreos/pkg: [399ea9e](https://github.com/coreos/pkg/tree/399ea9e)
110120
- github.com/dgrijalva/jwt-go: [v3.2.0+incompatible](https://github.com/dgrijalva/jwt-go/tree/v3.2.0)
111121
- github.com/dgryski/go-sip13: [e10d5fe](https://github.com/dgryski/go-sip13/tree/e10d5fe)
122+
- github.com/emicklei/go-restful: [v2.15.0+incompatible](https://github.com/emicklei/go-restful/tree/v2.15.0)
112123
- github.com/fatih/color: [v1.7.0](https://github.com/fatih/color/tree/v1.7.0)
113124
- github.com/getsentry/raven-go: [v0.2.0](https://github.com/getsentry/raven-go/tree/v0.2.0)
114125
- github.com/godbus/dbus/v5: [v5.0.4](https://github.com/godbus/dbus/v5/tree/v5.0.4)
115126
- github.com/google/cel-go: [v0.10.1](https://github.com/google/cel-go/tree/v0.10.1)
116127
- github.com/google/cel-spec: [v0.6.0](https://github.com/google/cel-spec/tree/v0.6.0)
128+
- github.com/googleapis/gnostic: [v0.5.5](https://github.com/googleapis/gnostic/tree/v0.5.5)
117129
- github.com/gopherjs/gopherjs: [0766667](https://github.com/gopherjs/gopherjs/tree/0766667)
118130
- github.com/hashicorp/consul/api: [v1.1.0](https://github.com/hashicorp/consul/api/tree/v1.1.0)
119131
- github.com/hashicorp/consul/sdk: [v0.1.1](https://github.com/hashicorp/consul/sdk/tree/v0.1.1)

0 commit comments

Comments
 (0)