Skip to content

Commit ac362bb

Browse files
authored
Merge pull request #169 from jsafrane/changelog-10.0
Add changelog for v10
2 parents 650dd8e + 0849cae commit ac362bb

File tree

1 file changed

+186
-0
lines changed

1 file changed

+186
-0
lines changed

CHANGELOG/CHANGELOG-10.0.md

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
1+
# Release notes for v10.0.0
2+
3+
# Changelog since v9.0.3
4+
5+
## Urgent Upgrade Notes
6+
7+
### (No, really, you MUST read this before you upgrade)
8+
- Using patch to update finalizers. Any external-provisioner now needs permission rules to patch PersistentVolumes. Please update RBAC rules of your provisioner. ([#164](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/164), [@carlory](https://github.com/carlory))
9+
10+
## Changes by Kind
11+
12+
### Feature
13+
14+
- Contextual logging added. Some function arguments have been modified. ([#154](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/154), [@bells17](https://github.com/bells17))
15+
16+
### Uncategorized
17+
18+
- Added debug logs to shouldDelete function ([#146](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/146), [@amacaskill](https://github.com/amacaskill))
19+
- Update to Kubernetes 1.30 and go 1.22. Removed gometalinter. ([#167](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/167), [@jsafrane](https://github.com/jsafrane))
20+
21+
## Dependencies
22+
23+
### Added
24+
- cloud.google.com/go/compute/metadata: v0.2.3
25+
- cloud.google.com/go/compute: v1.20.1
26+
- github.com/fxamacker/cbor/v2: [v2.6.0](https://github.com/fxamacker/cbor/v2/tree/v2.6.0)
27+
- github.com/go-task/slim-sprig: [52ccab3](https://github.com/go-task/slim-sprig/tree/52ccab3)
28+
- github.com/google/gnostic-models: [v0.6.8](https://github.com/google/gnostic-models/tree/v0.6.8)
29+
- github.com/gorilla/websocket: [v1.5.0](https://github.com/gorilla/websocket/tree/v1.5.0)
30+
- github.com/x448/float16: [v0.8.4](https://github.com/x448/float16/tree/v0.8.4)
31+
- k8s.io/gengo/v2: 51d4e06
32+
33+
### Changed
34+
- github.com/emicklei/go-restful/v3: [v3.9.0 → v3.11.0](https://github.com/emicklei/go-restful/v3/compare/v3.9.0...v3.11.0)
35+
- github.com/evanphx/json-patch: [v4.12.0+incompatible → v5.6.0+incompatible](https://github.com/evanphx/json-patch/compare/v4.12.0...v5.6.0)
36+
- github.com/go-logr/logr: [v1.2.3 → v1.4.1](https://github.com/go-logr/logr/compare/v1.2.3...v1.4.1)
37+
- github.com/go-openapi/jsonpointer: [v0.19.5 → v0.19.6](https://github.com/go-openapi/jsonpointer/compare/v0.19.5...v0.19.6)
38+
- github.com/go-openapi/jsonreference: [v0.20.0 → v0.20.2](https://github.com/go-openapi/jsonreference/compare/v0.20.0...v0.20.2)
39+
- github.com/go-openapi/swag: [v0.19.14 → v0.22.3](https://github.com/go-openapi/swag/compare/v0.19.14...v0.22.3)
40+
- github.com/golang/protobuf: [v1.5.2 → v1.5.4](https://github.com/golang/protobuf/compare/v1.5.2...v1.5.4)
41+
- github.com/google/go-cmp: [v0.5.9 → v0.6.0](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)
42+
- github.com/google/gofuzz: [v1.1.0 → v1.2.0](https://github.com/google/gofuzz/compare/v1.1.0...v1.2.0)
43+
- github.com/google/pprof: [1a94d86 → 4bb14d4](https://github.com/google/pprof/compare/1a94d86...4bb14d4)
44+
- github.com/google/uuid: [v1.1.2 → v1.3.0](https://github.com/google/uuid/compare/v1.1.2...v1.3.0)
45+
- github.com/kr/pretty: [v0.2.0 → v0.3.1](https://github.com/kr/pretty/compare/v0.2.0...v0.3.1)
46+
- github.com/mailru/easyjson: [v0.7.6 → v0.7.7](https://github.com/mailru/easyjson/compare/v0.7.6...v0.7.7)
47+
- github.com/onsi/ginkgo/v2: [v2.4.0 → v2.15.0](https://github.com/onsi/ginkgo/v2/compare/v2.4.0...v2.15.0)
48+
- github.com/onsi/gomega: [v1.23.0 → v1.31.0](https://github.com/onsi/gomega/compare/v1.23.0...v1.31.0)
49+
- github.com/rogpeppe/go-internal: [v1.3.0 → v1.10.0](https://github.com/rogpeppe/go-internal/compare/v1.3.0...v1.10.0)
50+
- github.com/stretchr/objx: [v0.1.1 → v0.5.0](https://github.com/stretchr/objx/compare/v0.1.1...v0.5.0)
51+
- github.com/stretchr/testify: [v1.8.0 → v1.8.4](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.4)
52+
- golang.org/x/crypto: v0.1.0 → v0.21.0
53+
- golang.org/x/mod: 86c51ed → v0.15.0
54+
- golang.org/x/net: 1e63c2f → v0.23.0
55+
- golang.org/x/oauth2: ee48083 → v0.10.0
56+
- golang.org/x/sys: v0.3.0 → v0.18.0
57+
- golang.org/x/term: v0.3.0 → v0.18.0
58+
- golang.org/x/text: v0.5.0 → v0.14.0
59+
- golang.org/x/time: 90d013b → v0.3.0
60+
- golang.org/x/tools: v0.1.12 → v0.18.0
61+
- golang.org/x/xerrors: 5ec99f8 → 04be3eb
62+
- google.golang.org/protobuf: v1.28.1 → v1.33.0
63+
- gopkg.in/check.v1: 8fa4692 → 10cb982
64+
- k8s.io/api: v0.26.0 → v0.30.0
65+
- k8s.io/apimachinery: v0.26.0 → v0.30.0
66+
- k8s.io/client-go: v0.26.0 → v0.30.0
67+
- k8s.io/klog/v2: v2.80.1 → v2.120.1
68+
- k8s.io/kube-openapi: 172d655 → 70dd376
69+
- k8s.io/utils: 1a15be2 → 3b25d92
70+
- sigs.k8s.io/json: f223a00 → bc3834c
71+
- sigs.k8s.io/structured-merge-diff/v4: v4.2.3 → v4.4.1
72+
73+
### Removed
74+
- cloud.google.com/go/bigquery: v1.8.0
75+
- cloud.google.com/go/datastore: v1.1.0
76+
- cloud.google.com/go/pubsub: v1.3.1
77+
- cloud.google.com/go/storage: v1.10.0
78+
- cloud.google.com/go: v0.65.0
79+
- dmitri.shuralyov.com/gpu/mtl: 666a987
80+
- github.com/BurntSushi/toml: [v0.3.1](https://github.com/BurntSushi/toml/tree/v0.3.1)
81+
- github.com/BurntSushi/xgb: [27f1227](https://github.com/BurntSushi/xgb/tree/27f1227)
82+
- github.com/PuerkitoBio/purell: [v1.1.1](https://github.com/PuerkitoBio/purell/tree/v1.1.1)
83+
- github.com/PuerkitoBio/urlesc: [de5bf2a](https://github.com/PuerkitoBio/urlesc/tree/de5bf2a)
84+
- github.com/census-instrumentation/opencensus-proto: [v0.2.1](https://github.com/census-instrumentation/opencensus-proto/tree/v0.2.1)
85+
- github.com/chzyer/logex: [v1.1.10](https://github.com/chzyer/logex/tree/v1.1.10)
86+
- github.com/chzyer/readline: [2972be2](https://github.com/chzyer/readline/tree/2972be2)
87+
- github.com/chzyer/test: [a1ea475](https://github.com/chzyer/test/tree/a1ea475)
88+
- github.com/client9/misspell: [v0.3.4](https://github.com/client9/misspell/tree/v0.3.4)
89+
- github.com/cncf/udpa/go: [269d4d4](https://github.com/cncf/udpa/go/tree/269d4d4)
90+
- github.com/docopt/docopt-go: [ee0de3b](https://github.com/docopt/docopt-go/tree/ee0de3b)
91+
- github.com/elazarl/goproxy: [947c36d](https://github.com/elazarl/goproxy/tree/947c36d)
92+
- github.com/envoyproxy/go-control-plane: [v0.9.4](https://github.com/envoyproxy/go-control-plane/tree/v0.9.4)
93+
- github.com/envoyproxy/protoc-gen-validate: [v0.1.0](https://github.com/envoyproxy/protoc-gen-validate/tree/v0.1.0)
94+
- github.com/go-gl/glfw/v3.3/glfw: [6f7a984](https://github.com/go-gl/glfw/v3.3/glfw/tree/6f7a984)
95+
- github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac)
96+
- github.com/golang/glog: [23def4e](https://github.com/golang/glog/tree/23def4e)
97+
- github.com/golang/mock: [v1.4.4](https://github.com/golang/mock/tree/v1.4.4)
98+
- github.com/google/gnostic: [v0.5.7-v3refs](https://github.com/google/gnostic/tree/v0.5.7-v3refs)
99+
- github.com/google/martian/v3: [v3.0.0](https://github.com/google/martian/v3/tree/v3.0.0)
100+
- github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
101+
- github.com/google/renameio: [v0.1.0](https://github.com/google/renameio/tree/v0.1.0)
102+
- github.com/googleapis/gax-go/v2: [v2.0.5](https://github.com/googleapis/gax-go/v2/tree/v2.0.5)
103+
- github.com/hashicorp/golang-lru: [v0.5.1](https://github.com/hashicorp/golang-lru/tree/v0.5.1)
104+
- github.com/ianlancetaylor/demangle: [5e5cf60](https://github.com/ianlancetaylor/demangle/tree/5e5cf60)
105+
- github.com/jstemmer/go-junit-report: [v0.9.1](https://github.com/jstemmer/go-junit-report/tree/v0.9.1)
106+
- github.com/mitchellh/mapstructure: [v1.1.2](https://github.com/mitchellh/mapstructure/tree/v1.1.2)
107+
- github.com/niemeyer/pretty: [a10e7ca](https://github.com/niemeyer/pretty/tree/a10e7ca)
108+
- github.com/stoewer/go-strcase: [v1.2.0](https://github.com/stoewer/go-strcase/tree/v1.2.0)
109+
- go.opencensus.io: v0.22.4
110+
- golang.org/x/exp: 6cc2880
111+
- golang.org/x/image: cff245a
112+
- golang.org/x/lint: 738671d
113+
- golang.org/x/mobile: d2bd2a2
114+
- google.golang.org/api: v0.30.0
115+
- google.golang.org/genproto: 1ed22bb
116+
- google.golang.org/grpc: v1.31.0
117+
- gopkg.in/errgo.v2: v2.1.0
118+
- honnef.co/go/tools: v0.0.1-2020.1.4
119+
- k8s.io/gengo: 485abfe
120+
- rsc.io/binaryregexp: v0.2.0
121+
- rsc.io/quote/v3: v3.1.0
122+
- rsc.io/sampler: v1.3.0
123+
v0.3.0
124+
- golang.org/x/tools: v0.1.12 → v0.18.0
125+
- golang.org/x/xerrors: 5ec99f8 → 04be3eb
126+
- google.golang.org/protobuf: v1.28.1 → v1.33.0
127+
- gopkg.in/check.v1: 8fa4692 → 10cb982
128+
- k8s.io/api: v0.26.0 → v0.30.0
129+
- k8s.io/apimachinery: v0.26.0 → v0.30.0
130+
- k8s.io/client-go: v0.26.0 → v0.30.0
131+
- k8s.io/klog/v2: v2.80.1 → v2.120.1
132+
- k8s.io/kube-openapi: 172d655 → 70dd376
133+
- k8s.io/utils: 1a15be2 → 3b25d92
134+
- sigs.k8s.io/json: f223a00 → bc3834c
135+
- sigs.k8s.io/structured-merge-diff/v4: v4.2.3 → v4.4.1
136+
137+
### Removed
138+
- cloud.google.com/go/bigquery: v1.8.0
139+
- cloud.google.com/go/datastore: v1.1.0
140+
- cloud.google.com/go/pubsub: v1.3.1
141+
- cloud.google.com/go/storage: v1.10.0
142+
- cloud.google.com/go: v0.65.0
143+
- dmitri.shuralyov.com/gpu/mtl: 666a987
144+
- github.com/BurntSushi/toml: [v0.3.1](https://github.com/BurntSushi/toml/tree/v0.3.1)
145+
- github.com/BurntSushi/xgb: [27f1227](https://github.com/BurntSushi/xgb/tree/27f1227)
146+
- github.com/PuerkitoBio/purell: [v1.1.1](https://github.com/PuerkitoBio/purell/tree/v1.1.1)
147+
- github.com/PuerkitoBio/urlesc: [de5bf2a](https://github.com/PuerkitoBio/urlesc/tree/de5bf2a)
148+
- github.com/census-instrumentation/opencensus-proto: [v0.2.1](https://github.com/census-instrumentation/opencensus-proto/tree/v0.2.1)
149+
- github.com/chzyer/logex: [v1.1.10](https://github.com/chzyer/logex/tree/v1.1.10)
150+
- github.com/chzyer/readline: [2972be2](https://github.com/chzyer/readline/tree/2972be2)
151+
- github.com/chzyer/test: [a1ea475](https://github.com/chzyer/test/tree/a1ea475)
152+
- github.com/client9/misspell: [v0.3.4](https://github.com/client9/misspell/tree/v0.3.4)
153+
- github.com/cncf/udpa/go: [269d4d4](https://github.com/cncf/udpa/go/tree/269d4d4)
154+
- github.com/docopt/docopt-go: [ee0de3b](https://github.com/docopt/docopt-go/tree/ee0de3b)
155+
- github.com/elazarl/goproxy: [947c36d](https://github.com/elazarl/goproxy/tree/947c36d)
156+
- github.com/envoyproxy/go-control-plane: [v0.9.4](https://github.com/envoyproxy/go-control-plane/tree/v0.9.4)
157+
- github.com/envoyproxy/protoc-gen-validate: [v0.1.0](https://github.com/envoyproxy/protoc-gen-validate/tree/v0.1.0)
158+
- github.com/go-gl/glfw/v3.3/glfw: [6f7a984](https://github.com/go-gl/glfw/v3.3/glfw/tree/6f7a984)
159+
- github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac)
160+
- github.com/golang/glog: [23def4e](https://github.com/golang/glog/tree/23def4e)
161+
- github.com/golang/mock: [v1.4.4](https://github.com/golang/mock/tree/v1.4.4)
162+
- github.com/google/gnostic: [v0.5.7-v3refs](https://github.com/google/gnostic/tree/v0.5.7-v3refs)
163+
- github.com/google/martian/v3: [v3.0.0](https://github.com/google/martian/v3/tree/v3.0.0)
164+
- github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
165+
- github.com/google/renameio: [v0.1.0](https://github.com/google/renameio/tree/v0.1.0)
166+
- github.com/googleapis/gax-go/v2: [v2.0.5](https://github.com/googleapis/gax-go/v2/tree/v2.0.5)
167+
- github.com/hashicorp/golang-lru: [v0.5.1](https://github.com/hashicorp/golang-lru/tree/v0.5.1)
168+
- github.com/ianlancetaylor/demangle: [5e5cf60](https://github.com/ianlancetaylor/demangle/tree/5e5cf60)
169+
- github.com/jstemmer/go-junit-report: [v0.9.1](https://github.com/jstemmer/go-junit-report/tree/v0.9.1)
170+
- github.com/mitchellh/mapstructure: [v1.1.2](https://github.com/mitchellh/mapstructure/tree/v1.1.2)
171+
- github.com/niemeyer/pretty: [a10e7ca](https://github.com/niemeyer/pretty/tree/a10e7ca)
172+
- github.com/stoewer/go-strcase: [v1.2.0](https://github.com/stoewer/go-strcase/tree/v1.2.0)
173+
- go.opencensus.io: v0.22.4
174+
- golang.org/x/exp: 6cc2880
175+
- golang.org/x/image: cff245a
176+
- golang.org/x/lint: 738671d
177+
- golang.org/x/mobile: d2bd2a2
178+
- google.golang.org/api: v0.30.0
179+
- google.golang.org/genproto: 1ed22bb
180+
- google.golang.org/grpc: v1.31.0
181+
- gopkg.in/errgo.v2: v2.1.0
182+
- honnef.co/go/tools: v0.0.1-2020.1.4
183+
- k8s.io/gengo: 485abfe
184+
- rsc.io/binaryregexp: v0.2.0
185+
- rsc.io/quote/v3: v3.1.0
186+
- rsc.io/sampler: v1.3.0

0 commit comments

Comments
 (0)