Skip to content

Commit deed783

Browse files
authored
Merge pull request #332 from jsafrane/changelog-2.9
Add changelog for v2.9
2 parents f8952e4 + 7a0ce83 commit deed783

File tree

2 files changed

+247
-3
lines changed

2 files changed

+247
-3
lines changed

CHANGELOG/CHANGELOG-2.9.md

Lines changed: 242 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,242 @@
1+
# Release notes for v2.9.0
2+
3+
[Documentation](https://kubernetes-csi.github.io)
4+
5+
# Changelog since v2.8.0
6+
7+
## Urgent Upgrade Notes
8+
9+
### (No, really, you MUST read this before you upgrade)
10+
11+
- Action required: deprecated `kubelet-registration-probe` and removed related code. node-driver-registrar on Windows now requires Kubernetes with [fixed handling of registration sockets](https://github.com/kubernetes/kubernetes/pull/110075) that is part of Kubernetes v1.23.10, v1.24.4, v1.25.0, and newer. There are no changes on Linux, i.e. Kubernetes v1.13 is still the minimal one. (#316, @mattcary)
12+
13+
## Changes by Kind
14+
15+
### Uncategorized
16+
17+
- Do not merely check presence of registration socket, but also check if it responds to grpc requests (#322, @gnufied)
18+
- Update kubernetes dependencies to v1.28.0 (#323, @Sneha-at)
19+
20+
## Dependencies
21+
22+
### Added
23+
- github.com/alecthomas/kingpin/v2: [v2.3.2](https://github.com/alecthomas/kingpin/v2/tree/v2.3.2)
24+
- github.com/google/gnostic-models: [v0.6.8](https://github.com/google/gnostic-models/tree/v0.6.8)
25+
- github.com/xhit/go-str2duration/v2: [v2.1.0](https://github.com/xhit/go-str2duration/v2/tree/v2.1.0)
26+
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.41.0
27+
- google.golang.org/genproto/googleapis/api: 782d3b1
28+
- google.golang.org/genproto/googleapis/rpc: 782d3b1
29+
- k8s.io/apiserver: v0.28.0
30+
- k8s.io/cri-api: v0.28.0
31+
32+
### Changed
33+
- cloud.google.com/go/compute: v1.15.1 → v1.21.0
34+
- github.com/alecthomas/units: [f65c72e → b94a6e3](https://github.com/alecthomas/units/compare/f65c72e...b94a6e3)
35+
- github.com/cenkalti/backoff/v4: [v4.1.3 → v4.2.1](https://github.com/cenkalti/backoff/v4/compare/v4.1.3...v4.2.1)
36+
- github.com/cncf/xds/go: [06c439d → e9ce688](https://github.com/cncf/xds/go/compare/06c439d...e9ce688)
37+
- github.com/container-storage-interface/spec: [v1.7.0 → v1.8.0](https://github.com/container-storage-interface/spec/compare/v1.7.0...v1.8.0)
38+
- github.com/envoyproxy/go-control-plane: [v0.10.3 → v0.11.1](https://github.com/envoyproxy/go-control-plane/compare/v0.10.3...v0.11.1)
39+
- github.com/envoyproxy/protoc-gen-validate: [v0.9.1 → v1.0.2](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.9.1...v1.0.2)
40+
- 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)
41+
- github.com/go-kit/log: [v0.2.0 → v0.2.1](https://github.com/go-kit/log/compare/v0.2.0...v0.2.1)
42+
- github.com/go-logr/logr: [v1.2.3 → v1.2.4](https://github.com/go-logr/logr/compare/v1.2.3...v1.2.4)
43+
- github.com/go-openapi/jsonreference: [v0.20.1 → v0.20.2](https://github.com/go-openapi/jsonreference/compare/v0.20.1...v0.20.2)
44+
- github.com/go-task/slim-sprig: [348f09d → 52ccab3](https://github.com/go-task/slim-sprig/compare/348f09d...52ccab3)
45+
- github.com/golang/glog: [v1.0.0 → v1.1.0](https://github.com/golang/glog/compare/v1.0.0...v1.1.0)
46+
- github.com/google/gofuzz: [v1.1.0 → v1.2.0](https://github.com/google/gofuzz/compare/v1.1.0...v1.2.0)
47+
- github.com/inconshreveable/mousetrap: [v1.0.1 → v1.1.0](https://github.com/inconshreveable/mousetrap/compare/v1.0.1...v1.1.0)
48+
- github.com/kr/pretty: [v0.3.0 → v0.3.1](https://github.com/kr/pretty/compare/v0.3.0...v0.3.1)
49+
- github.com/kubernetes-csi/csi-lib-utils: [v0.13.0 → v0.15.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.13.0...v0.15.0)
50+
- github.com/onsi/ginkgo/v2: [v2.9.1 → v2.9.4](https://github.com/onsi/ginkgo/v2/compare/v2.9.1...v2.9.4)
51+
- github.com/onsi/gomega: [v1.27.4 → v1.27.6](https://github.com/onsi/gomega/compare/v1.27.4...v1.27.6)
52+
- github.com/prometheus/client_golang: [v1.14.0 → v1.16.0](https://github.com/prometheus/client_golang/compare/v1.14.0...v1.16.0)
53+
- github.com/prometheus/client_model: [v0.3.0 → v0.4.0](https://github.com/prometheus/client_model/compare/v0.3.0...v0.4.0)
54+
- github.com/prometheus/common: [v0.37.0 → v0.44.0](https://github.com/prometheus/common/compare/v0.37.0...v0.44.0)
55+
- github.com/prometheus/procfs: [v0.8.0 → v0.10.1](https://github.com/prometheus/procfs/compare/v0.8.0...v0.10.1)
56+
- github.com/spf13/cobra: [v1.6.0 → v1.7.0](https://github.com/spf13/cobra/compare/v1.6.0...v1.7.0)
57+
- github.com/stretchr/testify: [v1.8.1 → v1.8.2](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)
58+
- go.opentelemetry.io/otel/metric: v0.31.0 → v0.38.0
59+
- go.opentelemetry.io/otel/trace: v1.10.0 → v1.15.0
60+
- go.opentelemetry.io/otel: v1.10.0 → v1.15.0
61+
- go.uber.org/atomic: v1.7.0 → v1.10.0
62+
- go.uber.org/multierr: v1.6.0 → v1.11.0
63+
- golang.org/x/crypto: 75b2880 → v0.11.0
64+
- golang.org/x/net: v0.8.0 → v0.13.0
65+
- golang.org/x/oauth2: v0.4.0 → v0.10.0
66+
- golang.org/x/sync: 0de741c → v0.3.0
67+
- golang.org/x/sys: v0.7.0 → v0.12.0
68+
- golang.org/x/term: v0.6.0 → v0.10.0
69+
- golang.org/x/text: v0.8.0 → v0.11.0
70+
- golang.org/x/time: 90d013b → v0.3.0
71+
- golang.org/x/tools: v0.7.0 → v0.8.0
72+
- google.golang.org/genproto: 76db087 → 782d3b1
73+
- google.golang.org/grpc: v1.54.0 → v1.58.0
74+
- google.golang.org/protobuf: v1.28.1 → v1.31.0
75+
- k8s.io/api: v0.27.1 → v0.28.0
76+
- k8s.io/apimachinery: v0.27.1 → v0.28.0
77+
- k8s.io/client-go: v0.27.1 → v0.28.0
78+
- k8s.io/component-base: v0.27.1 → v0.28.0
79+
- k8s.io/klog/v2: v2.90.1 → v2.100.1
80+
- k8s.io/kube-openapi: 15aac26 → 2695361
81+
- k8s.io/kubelet: v0.27.1 → v0.28.0
82+
- k8s.io/utils: a36077c → d93618c
83+
84+
### Removed
85+
- cloud.google.com/go/accessapproval: v1.5.0
86+
- cloud.google.com/go/accesscontextmanager: v1.4.0
87+
- cloud.google.com/go/aiplatform: v1.27.0
88+
- cloud.google.com/go/analytics: v0.12.0
89+
- cloud.google.com/go/apigateway: v1.4.0
90+
- cloud.google.com/go/apigeeconnect: v1.4.0
91+
- cloud.google.com/go/appengine: v1.5.0
92+
- cloud.google.com/go/area120: v0.6.0
93+
- cloud.google.com/go/artifactregistry: v1.9.0
94+
- cloud.google.com/go/asset: v1.10.0
95+
- cloud.google.com/go/assuredworkloads: v1.9.0
96+
- cloud.google.com/go/automl: v1.8.0
97+
- cloud.google.com/go/baremetalsolution: v0.4.0
98+
- cloud.google.com/go/batch: v0.4.0
99+
- cloud.google.com/go/beyondcorp: v0.3.0
100+
- cloud.google.com/go/bigquery: v1.44.0
101+
- cloud.google.com/go/billing: v1.7.0
102+
- cloud.google.com/go/binaryauthorization: v1.4.0
103+
- cloud.google.com/go/certificatemanager: v1.4.0
104+
- cloud.google.com/go/channel: v1.9.0
105+
- cloud.google.com/go/cloudbuild: v1.4.0
106+
- cloud.google.com/go/clouddms: v1.4.0
107+
- cloud.google.com/go/cloudtasks: v1.8.0
108+
- cloud.google.com/go/contactcenterinsights: v1.4.0
109+
- cloud.google.com/go/container: v1.7.0
110+
- cloud.google.com/go/containeranalysis: v0.6.0
111+
- cloud.google.com/go/datacatalog: v1.8.0
112+
- cloud.google.com/go/dataflow: v0.7.0
113+
- cloud.google.com/go/dataform: v0.5.0
114+
- cloud.google.com/go/datafusion: v1.5.0
115+
- cloud.google.com/go/datalabeling: v0.6.0
116+
- cloud.google.com/go/dataplex: v1.4.0
117+
- cloud.google.com/go/dataproc: v1.8.0
118+
- cloud.google.com/go/dataqna: v0.6.0
119+
- cloud.google.com/go/datastore: v1.10.0
120+
- cloud.google.com/go/datastream: v1.5.0
121+
- cloud.google.com/go/deploy: v1.5.0
122+
- cloud.google.com/go/dialogflow: v1.19.0
123+
- cloud.google.com/go/dlp: v1.7.0
124+
- cloud.google.com/go/documentai: v1.10.0
125+
- cloud.google.com/go/domains: v0.7.0
126+
- cloud.google.com/go/edgecontainer: v0.2.0
127+
- cloud.google.com/go/errorreporting: v0.3.0
128+
- cloud.google.com/go/essentialcontacts: v1.4.0
129+
- cloud.google.com/go/eventarc: v1.8.0
130+
- cloud.google.com/go/filestore: v1.4.0
131+
- cloud.google.com/go/firestore: v1.9.0
132+
- cloud.google.com/go/functions: v1.9.0
133+
- cloud.google.com/go/gaming: v1.8.0
134+
- cloud.google.com/go/gkebackup: v0.3.0
135+
- cloud.google.com/go/gkeconnect: v0.6.0
136+
- cloud.google.com/go/gkehub: v0.10.0
137+
- cloud.google.com/go/gkemulticloud: v0.4.0
138+
- cloud.google.com/go/gsuiteaddons: v1.4.0
139+
- cloud.google.com/go/iam: v0.8.0
140+
- cloud.google.com/go/iap: v1.5.0
141+
- cloud.google.com/go/ids: v1.2.0
142+
- cloud.google.com/go/iot: v1.4.0
143+
- cloud.google.com/go/kms: v1.6.0
144+
- cloud.google.com/go/language: v1.8.0
145+
- cloud.google.com/go/lifesciences: v0.6.0
146+
- cloud.google.com/go/logging: v1.6.1
147+
- cloud.google.com/go/longrunning: v0.3.0
148+
- cloud.google.com/go/managedidentities: v1.4.0
149+
- cloud.google.com/go/maps: v0.1.0
150+
- cloud.google.com/go/mediatranslation: v0.6.0
151+
- cloud.google.com/go/memcache: v1.7.0
152+
- cloud.google.com/go/metastore: v1.8.0
153+
- cloud.google.com/go/monitoring: v1.8.0
154+
- cloud.google.com/go/networkconnectivity: v1.7.0
155+
- cloud.google.com/go/networkmanagement: v1.5.0
156+
- cloud.google.com/go/networksecurity: v0.6.0
157+
- cloud.google.com/go/notebooks: v1.5.0
158+
- cloud.google.com/go/optimization: v1.2.0
159+
- cloud.google.com/go/orchestration: v1.4.0
160+
- cloud.google.com/go/orgpolicy: v1.5.0
161+
- cloud.google.com/go/osconfig: v1.10.0
162+
- cloud.google.com/go/oslogin: v1.7.0
163+
- cloud.google.com/go/phishingprotection: v0.6.0
164+
- cloud.google.com/go/policytroubleshooter: v1.4.0
165+
- cloud.google.com/go/privatecatalog: v0.6.0
166+
- cloud.google.com/go/pubsub: v1.27.1
167+
- cloud.google.com/go/pubsublite: v1.5.0
168+
- cloud.google.com/go/recaptchaenterprise/v2: v2.5.0
169+
- cloud.google.com/go/recommendationengine: v0.6.0
170+
- cloud.google.com/go/recommender: v1.8.0
171+
- cloud.google.com/go/redis: v1.10.0
172+
- cloud.google.com/go/resourcemanager: v1.4.0
173+
- cloud.google.com/go/resourcesettings: v1.4.0
174+
- cloud.google.com/go/retail: v1.11.0
175+
- cloud.google.com/go/run: v0.3.0
176+
- cloud.google.com/go/scheduler: v1.7.0
177+
- cloud.google.com/go/secretmanager: v1.9.0
178+
- cloud.google.com/go/security: v1.10.0
179+
- cloud.google.com/go/securitycenter: v1.16.0
180+
- cloud.google.com/go/servicecontrol: v1.5.0
181+
- cloud.google.com/go/servicedirectory: v1.7.0
182+
- cloud.google.com/go/servicemanagement: v1.5.0
183+
- cloud.google.com/go/serviceusage: v1.4.0
184+
- cloud.google.com/go/shell: v1.4.0
185+
- cloud.google.com/go/spanner: v1.41.0
186+
- cloud.google.com/go/speech: v1.9.0
187+
- cloud.google.com/go/storage: v1.10.0
188+
- cloud.google.com/go/storagetransfer: v1.6.0
189+
- cloud.google.com/go/talent: v1.4.0
190+
- cloud.google.com/go/texttospeech: v1.5.0
191+
- cloud.google.com/go/tpu: v1.4.0
192+
- cloud.google.com/go/trace: v1.4.0
193+
- cloud.google.com/go/translate: v1.4.0
194+
- cloud.google.com/go/video: v1.9.0
195+
- cloud.google.com/go/videointelligence: v1.9.0
196+
- cloud.google.com/go/vision/v2: v2.5.0
197+
- cloud.google.com/go/vmmigration: v1.3.0
198+
- cloud.google.com/go/vmwareengine: v0.1.0
199+
- cloud.google.com/go/vpcaccess: v1.5.0
200+
- cloud.google.com/go/webrisk: v1.7.0
201+
- cloud.google.com/go/websecurityscanner: v1.4.0
202+
- cloud.google.com/go/workflows: v1.9.0
203+
- cloud.google.com/go: v0.105.0
204+
- dmitri.shuralyov.com/gpu/mtl: 666a987
205+
- github.com/BurntSushi/toml: [v0.3.1](https://github.com/BurntSushi/toml/tree/v0.3.1)
206+
- github.com/BurntSushi/xgb: [27f1227](https://github.com/BurntSushi/xgb/tree/27f1227)
207+
- github.com/alecthomas/template: [fb15b89](https://github.com/alecthomas/template/tree/fb15b89)
208+
- github.com/chzyer/logex: [v1.1.10](https://github.com/chzyer/logex/tree/v1.1.10)
209+
- github.com/chzyer/readline: [2972be2](https://github.com/chzyer/readline/tree/2972be2)
210+
- github.com/chzyer/test: [a1ea475](https://github.com/chzyer/test/tree/a1ea475)
211+
- github.com/client9/misspell: [v0.3.4](https://github.com/client9/misspell/tree/v0.3.4)
212+
- github.com/docopt/docopt-go: [ee0de3b](https://github.com/docopt/docopt-go/tree/ee0de3b)
213+
- github.com/go-gl/glfw/v3.3/glfw: [6f7a984](https://github.com/go-gl/glfw/v3.3/glfw/tree/6f7a984)
214+
- github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac)
215+
- github.com/go-kit/kit: [v0.9.0](https://github.com/go-kit/kit/tree/v0.9.0)
216+
- github.com/go-stack/stack: [v1.8.0](https://github.com/go-stack/stack/tree/v1.8.0)
217+
- github.com/golang/mock: [v1.4.4](https://github.com/golang/mock/tree/v1.4.4)
218+
- github.com/google/gnostic: [v0.5.7-v3refs](https://github.com/google/gnostic/tree/v0.5.7-v3refs)
219+
- github.com/google/martian/v3: [v3.0.0](https://github.com/google/martian/v3/tree/v3.0.0)
220+
- github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
221+
- github.com/google/renameio: [v0.1.0](https://github.com/google/renameio/tree/v0.1.0)
222+
- github.com/googleapis/gax-go/v2: [v2.0.5](https://github.com/googleapis/gax-go/v2/tree/v2.0.5)
223+
- github.com/hashicorp/golang-lru: [v0.5.1](https://github.com/hashicorp/golang-lru/tree/v0.5.1)
224+
- github.com/ianlancetaylor/demangle: [5e5cf60](https://github.com/ianlancetaylor/demangle/tree/5e5cf60)
225+
- github.com/jstemmer/go-junit-report: [v0.9.1](https://github.com/jstemmer/go-junit-report/tree/v0.9.1)
226+
- github.com/konsorten/go-windows-terminal-sequences: [v1.0.3](https://github.com/konsorten/go-windows-terminal-sequences/tree/v1.0.3)
227+
- github.com/kr/logfmt: [b84e30a](https://github.com/kr/logfmt/tree/b84e30a)
228+
- github.com/mitchellh/mapstructure: [v1.1.2](https://github.com/mitchellh/mapstructure/tree/v1.1.2)
229+
- github.com/sirupsen/logrus: [v1.6.0](https://github.com/sirupsen/logrus/tree/v1.6.0)
230+
- github.com/stoewer/go-strcase: [v1.2.0](https://github.com/stoewer/go-strcase/tree/v1.2.0)
231+
- go.opencensus.io: v0.22.4
232+
- golang.org/x/exp: 6cc2880
233+
- golang.org/x/image: cff245a
234+
- golang.org/x/lint: 738671d
235+
- golang.org/x/mobile: d2bd2a2
236+
- google.golang.org/api: v0.30.0
237+
- gopkg.in/alecthomas/kingpin.v2: v2.2.6
238+
- gopkg.in/errgo.v2: v2.1.0
239+
- honnef.co/go/tools: v0.0.1-2020.1.4
240+
- rsc.io/binaryregexp: v0.2.0
241+
- rsc.io/quote/v3: v3.1.0
242+
- rsc.io/sampler: v1.3.0

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ the CSI calls on.
1313

1414
This information reflects the head of this branch.
1515

16-
| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) |
17-
| ------------------------------------------------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
18-
| [CSI Spec v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | registry.k8s.io/sig-storage/csi-node-driver-registrar | 1.13 |
16+
| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/project-policies.html#minimum-version) | [Recommended K8s Version](https://kubernetes-csi.github.io/docs/project-policies.html#recommended-version) |
17+
| ------------------------------------------------------------------------------------------ | ------------------------------------------------ |------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
18+
| [CSI Spec v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | registry.k8s.io/sig-storage/csi-node-driver-registrar | 1.13 | 1.23.10* | |
1919

2020
For release-0.4 and below, please refer to the [driver-registrar
2121
repository](https://github.com/kubernetes-csi/driver-registrar).
2222

23+
*) On Windows, Kubernetes v1.23.10, v1.24.4, v1.25.0 or newer is required to [fix handling of registration sockets](https://github.com/kubernetes/kubernetes/pull/110075). On Linux, v1.13 is the recommended version.
24+
2325
## Usage
2426

2527
There are two UNIX domain sockets used by the node-driver-registrar:

0 commit comments

Comments
 (0)