Skip to content

Commit 6700c0d

Browse files
authored
Merge pull request #182 from jsafrane/v2.10-changelog
Add CHANGELOG for v2.10.0
2 parents 3bad6a5 + d1c108d commit 6700c0d

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG/CHANGELOG-2.10.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Release notes for v2.10.0
2+
3+
[Documentation](https://kubernetes-csi.github.io/docs/)
4+
5+
# Changelog since v2.9.0
6+
7+
## Changes by Kind
8+
9+
### Uncategorized
10+
11+
- Fix: CVE-2022-41723 ([#179](https://github.com/kubernetes-csi/livenessprobe/pull/179), [@andyzhangx](https://github.com/andyzhangx))
12+
13+
## Dependencies
14+
15+
### Added
16+
_Nothing has changed._
17+
18+
### Changed
19+
- github.com/go-openapi/jsonpointer: [v0.19.5 → v0.19.6](https://github.com/go-openapi/jsonpointer/compare/v0.19.5...v0.19.6)
20+
- github.com/go-openapi/jsonreference: [v0.20.0 → v0.20.1](https://github.com/go-openapi/jsonreference/compare/v0.20.0...v0.20.1)
21+
- github.com/go-openapi/swag: [v0.19.14 → v0.22.3](https://github.com/go-openapi/swag/compare/v0.19.14...v0.22.3)
22+
- github.com/golang/protobuf: [v1.5.2 → v1.5.3](https://github.com/golang/protobuf/compare/v1.5.2...v1.5.3)
23+
- github.com/google/pprof: [94a9f03 → 4bb14d4](https://github.com/google/pprof/compare/94a9f03...4bb14d4)
24+
- github.com/kr/pretty: [v0.1.0 → v0.3.0](https://github.com/kr/pretty/compare/v0.1.0...v0.3.0)
25+
- github.com/kr/text: [v0.2.0 → v0.1.0](https://github.com/kr/text/compare/v0.2.0...v0.1.0)
26+
- github.com/mailru/easyjson: [v0.7.6 → v0.7.7](https://github.com/mailru/easyjson/compare/v0.7.6...v0.7.7)
27+
- github.com/moby/term: [39b0c02 → 1aeaba8](https://github.com/moby/term/compare/39b0c02...1aeaba8)
28+
- github.com/onsi/ginkgo/v2: [v2.4.0 → v2.9.1](https://github.com/onsi/ginkgo/v2/compare/v2.4.0...v2.9.1)
29+
- github.com/onsi/gomega: [v1.23.0 → v1.27.4](https://github.com/onsi/gomega/compare/v1.23.0...v1.27.4)
30+
- github.com/stretchr/testify: [v1.8.0 → v1.8.1](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)
31+
- github.com/yuin/goldmark: [v1.4.13 → v1.4.1](https://github.com/yuin/goldmark/compare/v1.4.13...v1.4.1)
32+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.0 → v0.35.1
33+
- go.uber.org/goleak: v1.2.0 → v1.2.1
34+
- golang.org/x/mod: 86c51ed → v0.8.0
35+
- golang.org/x/net: v0.4.0 → v0.8.0
36+
- golang.org/x/sync: 886fb93 → 0de741c
37+
- golang.org/x/sys: v0.3.0 → v0.6.0
38+
- golang.org/x/term: v0.3.0 → v0.6.0
39+
- golang.org/x/text: v0.5.0 → v0.8.0
40+
- golang.org/x/tools: v0.1.12 → v0.7.0
41+
- google.golang.org/grpc: v1.49.0 → v1.51.0
42+
- gopkg.in/check.v1: 8fa4692 → 41f04d3
43+
- k8s.io/api: v0.26.0 → v0.27.0
44+
- k8s.io/apimachinery: v0.26.0 → v0.27.0
45+
- k8s.io/client-go: v0.26.0 → v0.27.0
46+
- k8s.io/component-base: v0.26.0 → v0.27.0
47+
- k8s.io/klog/v2: v2.80.1 → v2.90.1
48+
- k8s.io/kube-openapi: 172d655 → 15aac26
49+
- k8s.io/utils: 1a15be2 → a36077c
50+
- sigs.k8s.io/json: f223a00 → bc3834c
51+
52+
### Removed
53+
- github.com/elazarl/goproxy: [947c36d](https://github.com/elazarl/goproxy/tree/947c36d)
54+
- github.com/niemeyer/pretty: [a10e7ca](https://github.com/niemeyer/pretty/tree/a10e7ca)
55+
- gotest.tools/v3: v3.0.3

0 commit comments

Comments
 (0)