|
21 | 21 | ### Uncategorized |
22 | 22 |
|
23 | 23 | - 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)) |
24 | 25 |
|
25 | 26 | ## Dependencies |
26 | 27 |
|
27 | 28 | ### 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) |
29 | 31 | - github.com/go-task/slim-sprig: [348f09d](https://github.com/go-task/slim-sprig/tree/348f09d) |
30 | 32 | - github.com/golang-jwt/jwt/v4: [v4.2.0](https://github.com/golang-jwt/jwt/v4/tree/v4.2.0) |
31 | 33 | - 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) |
32 | 35 | - 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) |
34 | 37 | - google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0 |
35 | 38 |
|
36 | 39 | ### Changed |
37 | 40 | - cloud.google.com/go: v0.81.0 → v0.97.0 |
38 | 41 | - 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) |
39 | 42 | - 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) |
40 | 43 | - 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) |
42 | 44 | - 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) |
43 | 46 | - 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) |
44 | 49 | - github.com/golang/glog: [v1.0.0 → 23def4e](https://github.com/golang/glog/compare/v1.0.0...23def4e) |
45 | 50 | - 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) |
46 | 52 | - github.com/google/go-cmp: [v0.5.7 → v0.5.8](https://github.com/google/go-cmp/compare/v0.5.7...v0.5.8) |
47 | 53 | - github.com/google/martian/v3: [v3.1.0 → v3.2.1](https://github.com/google/martian/v3/compare/v3.1.0...v3.2.1) |
48 | 54 | - github.com/google/pprof: [cbba55b → 4bb14d4](https://github.com/google/pprof/compare/cbba55b...4bb14d4) |
49 | 55 | - 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) |
50 | 57 | - 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) |
52 | 59 | - github.com/pquerna/cachecontrol: [0dec1b3 → v0.1.0](https://github.com/pquerna/cachecontrol/compare/0dec1b3...v0.1.0) |
53 | 60 | - github.com/prometheus/client_golang: [v1.12.1 → v1.13.0](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.13.0) |
54 | 61 | - github.com/prometheus/common: [v0.33.0 → v0.37.0](https://github.com/prometheus/common/compare/v0.33.0...v0.37.0) |
|
63 | 70 | - go.etcd.io/etcd/pkg/v3: v3.5.0 → v3.5.4 |
64 | 71 | - go.etcd.io/etcd/raft/v3: v3.5.0 → v3.5.4 |
65 | 72 | - go.etcd.io/etcd/server/v3: v3.5.0 → v3.5.4 |
| 73 | +- go.uber.org/zap: v1.19.1 → v1.21.0 |
66 | 74 | - golang.org/x/crypto: 8634188 → 3147a52 |
67 | 75 | - golang.org/x/mod: 9b9b3d8 → 86c51ed |
68 | | -- golang.org/x/net: 749bd19 → 0bcc04d |
| 76 | +- golang.org/x/net: 749bd19 → bea034e |
69 | 77 | - 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 |
71 | 80 | - golang.org/x/tools: v0.1.10 → v0.1.12 |
72 | 81 | - google.golang.org/api: v0.43.0 → v0.57.0 |
73 | 82 | - google.golang.org/genproto: 9d70989 → c8bf987 |
74 | 83 | - google.golang.org/grpc: v1.45.0 → v1.49.0 |
75 | 84 | - 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 |
88 | 98 | - k8s.io/utils: 3a6ce19 → ee6ede2 |
89 | 99 | - 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 |
91 | 101 | - sigs.k8s.io/json: 9f7c6b3 → f223a00 |
92 | 102 | - sigs.k8s.io/structured-merge-diff/v4: v4.2.1 → v4.2.3 |
93 | 103 |
|
|
109 | 119 | - github.com/coreos/pkg: [399ea9e](https://github.com/coreos/pkg/tree/399ea9e) |
110 | 120 | - github.com/dgrijalva/jwt-go: [v3.2.0+incompatible](https://github.com/dgrijalva/jwt-go/tree/v3.2.0) |
111 | 121 | - 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) |
112 | 123 | - github.com/fatih/color: [v1.7.0](https://github.com/fatih/color/tree/v1.7.0) |
113 | 124 | - github.com/getsentry/raven-go: [v0.2.0](https://github.com/getsentry/raven-go/tree/v0.2.0) |
114 | 125 | - github.com/godbus/dbus/v5: [v5.0.4](https://github.com/godbus/dbus/v5/tree/v5.0.4) |
115 | 126 | - github.com/google/cel-go: [v0.10.1](https://github.com/google/cel-go/tree/v0.10.1) |
116 | 127 | - 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) |
117 | 129 | - github.com/gopherjs/gopherjs: [0766667](https://github.com/gopherjs/gopherjs/tree/0766667) |
118 | 130 | - github.com/hashicorp/consul/api: [v1.1.0](https://github.com/hashicorp/consul/api/tree/v1.1.0) |
119 | 131 | - github.com/hashicorp/consul/sdk: [v0.1.1](https://github.com/hashicorp/consul/sdk/tree/v0.1.1) |
|
0 commit comments