Skip to content

Commit 91b9107

Browse files
authored
Merge pull request #249 from sunnylovestiramisu/changelog-1.7
Add CHANGELOG-1.7md for k8s 1.26.0 release
2 parents 9110f1f + 4f64811 commit 91b9107

File tree

1 file changed

+121
-0
lines changed

1 file changed

+121
-0
lines changed

CHANGELOG/CHANGELOG-1.7.md

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
# Release notes for 1.7.0
2+
3+
[Documentation](https://kubernetes-csi.github.io)
4+
5+
# Changelog since 1.6.0
6+
7+
## Changes by Kind
8+
9+
### Uncategorized
10+
11+
- Fix panic in recovery path if marking pvc as resize in progress fails ([#246](https://github.com/kubernetes-csi/external-resizer/pull/246), [@gnufied](https://github.com/gnufied))
12+
13+
## Dependencies
14+
15+
### Added
16+
- github.com/antlr/antlr4/runtime/Go/antlr: [v1.4.10](https://github.com/antlr/antlr4/runtime/Go/antlr/tree/v1.4.10)
17+
- github.com/cenkalti/backoff/v4: [v4.1.3](https://github.com/cenkalti/backoff/v4/tree/v4.1.3)
18+
- github.com/go-logr/stdr: [v1.2.2](https://github.com/go-logr/stdr/tree/v1.2.2)
19+
- github.com/google/cel-go: [v0.12.5](https://github.com/google/cel-go/tree/v0.12.5)
20+
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/tree/v2.7.0)
21+
- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0
22+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.10.0
23+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0
24+
- k8s.io/kms: v0.26.0
25+
26+
### Changed
27+
- github.com/container-storage-interface/spec: [v1.5.0 → v1.7.0](https://github.com/container-storage-interface/spec/compare/v1.5.0...v1.7.0)
28+
- github.com/cpuguy83/go-md2man/v2: [v2.0.1 → v2.0.2](https://github.com/cpuguy83/go-md2man/v2/compare/v2.0.1...v2.0.2)
29+
- github.com/creack/pty: [v1.1.11 → v1.1.9](https://github.com/creack/pty/compare/v1.1.11...v1.1.9)
30+
- github.com/emicklei/go-restful/v3: [v3.8.0 → v3.9.0](https://github.com/emicklei/go-restful/v3/compare/v3.8.0...v3.9.0)
31+
- github.com/felixge/httpsnoop: [v1.0.1 → v1.0.3](https://github.com/felixge/httpsnoop/compare/v1.0.1...v1.0.3)
32+
- github.com/fsnotify/fsnotify: [v1.4.9 → v1.6.0](https://github.com/fsnotify/fsnotify/compare/v1.4.9...v1.6.0)
33+
- github.com/go-kit/log: [v0.1.0 → v0.2.0](https://github.com/go-kit/log/compare/v0.1.0...v0.2.0)
34+
- github.com/go-logfmt/logfmt: [v0.5.0 → v0.5.1](https://github.com/go-logfmt/logfmt/compare/v0.5.0...v0.5.1)
35+
- github.com/go-openapi/jsonreference: [v0.19.5 → v0.20.0](https://github.com/go-openapi/jsonreference/compare/v0.19.5...v0.20.0)
36+
- github.com/golang/mock: [v1.6.0 → v1.4.4](https://github.com/golang/mock/compare/v1.6.0...v1.4.4)
37+
- github.com/google/go-cmp: [v0.5.6 → v0.5.9](https://github.com/google/go-cmp/compare/v0.5.6...v0.5.9)
38+
- github.com/google/martian/v3: [v3.2.1 → v3.0.0](https://github.com/google/martian/v3/compare/v3.2.1...v3.0.0)
39+
- github.com/google/pprof: [4bb14d4 → 1a94d86](https://github.com/google/pprof/compare/4bb14d4...1a94d86)
40+
- github.com/googleapis/gax-go/v2: [v2.1.0 → v2.0.5](https://github.com/googleapis/gax-go/v2/compare/v2.1.0...v2.0.5)
41+
- github.com/ianlancetaylor/demangle: [28f6c0f → 5e5cf60](https://github.com/ianlancetaylor/demangle/compare/28f6c0f...5e5cf60)
42+
- github.com/inconshreveable/mousetrap: [v1.0.0 → v1.0.1](https://github.com/inconshreveable/mousetrap/compare/v1.0.0...v1.0.1)
43+
- github.com/kubernetes-csi/csi-lib-utils: [v0.11.0 → v0.12.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.11.0...v0.12.0)
44+
- github.com/matttproud/golang_protobuf_extensions: [c182aff → v1.0.2](https://github.com/matttproud/golang_protobuf_extensions/compare/c182aff...v1.0.2)
45+
- github.com/moby/term: [3f7ff69 → 39b0c02](https://github.com/moby/term/compare/3f7ff69...39b0c02)
46+
- github.com/onsi/ginkgo/v2: [v2.1.4 → v2.4.0](https://github.com/onsi/ginkgo/v2/compare/v2.1.4...v2.4.0)
47+
- github.com/onsi/gomega: [v1.19.0 → v1.23.0](https://github.com/onsi/gomega/compare/v1.19.0...v1.23.0)
48+
- github.com/prometheus/client_golang: [v1.12.1 → v1.14.0](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.14.0)
49+
- github.com/prometheus/client_model: [v0.2.0 → v0.3.0](https://github.com/prometheus/client_model/compare/v0.2.0...v0.3.0)
50+
- github.com/prometheus/common: [v0.32.1 → v0.37.0](https://github.com/prometheus/common/compare/v0.32.1...v0.37.0)
51+
- github.com/prometheus/procfs: [v0.7.3 → v0.8.0](https://github.com/prometheus/procfs/compare/v0.7.3...v0.8.0)
52+
- github.com/spf13/cobra: [v1.4.0 → v1.6.0](https://github.com/spf13/cobra/compare/v1.4.0...v1.6.0)
53+
- github.com/stretchr/testify: [v1.7.0 → v1.8.0](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0)
54+
- github.com/yuin/goldmark: [v1.4.13 → v1.2.1](https://github.com/yuin/goldmark/compare/v1.4.13...v1.2.1)
55+
- go.etcd.io/etcd/api/v3: v3.5.4 → v3.5.5
56+
- go.etcd.io/etcd/client/pkg/v3: v3.5.4 → v3.5.5
57+
- go.etcd.io/etcd/client/v2: v2.305.4 → v2.305.5
58+
- go.etcd.io/etcd/client/v3: v3.5.4 → v3.5.5
59+
- go.etcd.io/etcd/pkg/v3: v3.5.4 → v3.5.5
60+
- go.etcd.io/etcd/raft/v3: v3.5.4 → v3.5.5
61+
- go.etcd.io/etcd/server/v3: v3.5.4 → v3.5.5
62+
- go.opencensus.io: v0.23.0 → v0.22.4
63+
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0 → v0.35.0
64+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0 → v0.35.0
65+
- go.opentelemetry.io/otel/metric: v0.20.0 → v0.31.0
66+
- go.opentelemetry.io/otel/sdk: v0.20.0 → v1.10.0
67+
- go.opentelemetry.io/otel/trace: v0.20.0 → v1.10.0
68+
- go.opentelemetry.io/otel: v0.20.0 → v1.10.0
69+
- go.opentelemetry.io/proto/otlp: v0.7.0 → v0.19.0
70+
- go.uber.org/goleak: v1.1.10 → v1.2.0
71+
- golang.org/x/crypto: 3147a52 → v0.1.0
72+
- golang.org/x/lint: 6edffad → 738671d
73+
- golang.org/x/net: a158d28 → v0.4.0
74+
- golang.org/x/oauth2: d3ed0bb → ee48083
75+
- golang.org/x/sys: 8c9f86f → v0.3.0
76+
- golang.org/x/term: 03fcf44 → v0.3.0
77+
- golang.org/x/text: v0.3.7 → v0.5.0
78+
- google.golang.org/api: v0.57.0 → v0.30.0
79+
- google.golang.org/grpc: v1.47.0 → v1.51.0
80+
- google.golang.org/protobuf: v1.28.0 → v1.28.1
81+
- k8s.io/api: v0.25.0 → v0.26.0
82+
- k8s.io/apimachinery: v0.26.0-alpha.0 → v0.26.0
83+
- k8s.io/apiserver: v0.25.0 → v0.26.0
84+
- k8s.io/client-go: v0.25.0 → v0.26.0
85+
- k8s.io/component-base: v0.25.0 → v0.26.0
86+
- k8s.io/csi-translation-lib: v0.25.0 → v0.26.0
87+
- k8s.io/klog/v2: v2.70.1 → v2.80.1
88+
- k8s.io/kube-openapi: 67bda5d → 172d655
89+
- k8s.io/utils: ee6ede2 → 1a15be2
90+
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33
91+
- sigs.k8s.io/yaml: v1.2.0 → v1.3.0
92+
93+
### Removed
94+
- github.com/Azure/go-autorest/autorest/adal: [v0.9.20](https://github.com/Azure/go-autorest/autorest/adal/tree/v0.9.20)
95+
- github.com/Azure/go-autorest/autorest/date: [v0.3.0](https://github.com/Azure/go-autorest/autorest/date/tree/v0.3.0)
96+
- github.com/Azure/go-autorest/autorest/mocks: [v0.4.2](https://github.com/Azure/go-autorest/autorest/mocks/tree/v0.4.2)
97+
- github.com/Azure/go-autorest/autorest: [v0.11.27](https://github.com/Azure/go-autorest/autorest/tree/v0.11.27)
98+
- github.com/Azure/go-autorest/logger: [v0.2.1](https://github.com/Azure/go-autorest/logger/tree/v0.2.1)
99+
- github.com/Azure/go-autorest/tracing: [v0.6.0](https://github.com/Azure/go-autorest/tracing/tree/v0.6.0)
100+
- github.com/Azure/go-autorest: [v14.2.0+incompatible](https://github.com/Azure/go-autorest/tree/v14.2.0)
101+
- github.com/OneOfOne/xxhash: [v1.2.2](https://github.com/OneOfOne/xxhash/tree/v1.2.2)
102+
- github.com/benbjohnson/clock: [v1.1.0](https://github.com/benbjohnson/clock/tree/v1.1.0)
103+
- github.com/cespare/xxhash: [v1.1.0](https://github.com/cespare/xxhash/tree/v1.1.0)
104+
- github.com/getkin/kin-openapi: [v0.76.0](https://github.com/getkin/kin-openapi/tree/v0.76.0)
105+
- github.com/go-task/slim-sprig: [348f09d](https://github.com/go-task/slim-sprig/tree/348f09d)
106+
- github.com/golang-jwt/jwt/v4: [v4.2.0](https://github.com/golang-jwt/jwt/v4/tree/v4.2.0)
107+
- github.com/golang/snappy: [v0.0.3](https://github.com/golang/snappy/tree/v0.0.3)
108+
- github.com/gorilla/mux: [v1.8.0](https://github.com/gorilla/mux/tree/v1.8.0)
109+
- github.com/hpcloud/tail: [v1.0.0](https://github.com/hpcloud/tail/tree/v1.0.0)
110+
- github.com/nxadm/tail: [v1.4.8](https://github.com/nxadm/tail/tree/v1.4.8)
111+
- github.com/onsi/ginkgo: [v1.16.4](https://github.com/onsi/ginkgo/tree/v1.16.4)
112+
- github.com/spaolacci/murmur3: [f09979e](https://github.com/spaolacci/murmur3/tree/f09979e)
113+
- github.com/spf13/afero: [v1.6.0](https://github.com/spf13/afero/tree/v1.6.0)
114+
- go.opentelemetry.io/contrib: v0.20.0
115+
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
116+
- go.opentelemetry.io/otel/oteltest: v0.20.0
117+
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
118+
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
119+
- google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0
120+
- gopkg.in/fsnotify.v1: v1.4.7
121+
- gopkg.in/tomb.v1: dd63297

0 commit comments

Comments
 (0)