Skip to content

Commit 2bbf592

Browse files
authored
Merge pull request #378 from xing-yang/changelog_4.4
Add changelog for v4.4
2 parents 5e84f4f + 68b8b3e commit 2bbf592

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGELOG/CHANGELOG-4.4.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Release notes for v4.4.0
2+
3+
# Changelog since v4.3.0
4+
5+
## Changes by Kind
6+
7+
### Feature
8+
9+
- Users will need to add ListSnapshotsSecret to a YAML file to pass secrets to the CSI Driver in from the csi-sanity -csi.secrets ${secrets} ... call. ([#358](https://github.com/kubernetes-csi/csi-test/pull/358), [@jskazinski](https://github.com/jskazinski))
10+
11+
## Dependencies
12+
13+
### Added
14+
- github.com/antihax/optional: [v1.0.0](https://github.com/antihax/optional/tree/v1.0.0)
15+
- github.com/cespare/xxhash/v2: [v2.1.1](https://github.com/cespare/xxhash/v2/tree/v2.1.1)
16+
- github.com/chzyer/logex: [v1.1.10](https://github.com/chzyer/logex/tree/v1.1.10)
17+
- github.com/chzyer/readline: [2972be2](https://github.com/chzyer/readline/tree/2972be2)
18+
- github.com/chzyer/test: [a1ea475](https://github.com/chzyer/test/tree/a1ea475)
19+
- github.com/cncf/xds/go: [cb28da3](https://github.com/cncf/xds/go/tree/cb28da3)
20+
- github.com/ghodss/yaml: [v1.0.0](https://github.com/ghodss/yaml/tree/v1.0.0)
21+
- github.com/go-task/slim-sprig: [348f09d](https://github.com/go-task/slim-sprig/tree/348f09d)
22+
- github.com/google/pprof: [94a9f03](https://github.com/google/pprof/tree/94a9f03)
23+
- github.com/grpc-ecosystem/grpc-gateway: [v1.16.0](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.16.0)
24+
- github.com/ianlancetaylor/demangle: [28f6c0f](https://github.com/ianlancetaylor/demangle/tree/28f6c0f)
25+
- github.com/onsi/ginkgo/v2: [v2.1.3](https://github.com/onsi/ginkgo/v2/tree/v2.1.3)
26+
- github.com/rogpeppe/fastuuid: [v1.2.0](https://github.com/rogpeppe/fastuuid/tree/v1.2.0)
27+
- github.com/yuin/goldmark: [v1.3.5](https://github.com/yuin/goldmark/tree/v1.3.5)
28+
- go.opentelemetry.io/proto/otlp: v0.7.0
29+
- golang.org/x/mod: v0.4.2
30+
- gopkg.in/yaml.v3: 9f266ea
31+
32+
### Changed
33+
- cloud.google.com/go: v0.26.0 → v0.34.0
34+
- github.com/cncf/udpa/go: [efcf912 → 04548b0](https://github.com/cncf/udpa/go/compare/efcf912...04548b0)
35+
- github.com/container-storage-interface/spec: [v1.5.0 → v1.6.0](https://github.com/container-storage-interface/spec/compare/v1.5.0...v1.6.0)
36+
- github.com/davecgh/go-spew: [v1.1.0 → v1.1.1](https://github.com/davecgh/go-spew/compare/v1.1.0...v1.1.1)
37+
- github.com/envoyproxy/go-control-plane: [v0.9.7 → 49ff273](https://github.com/envoyproxy/go-control-plane/compare/v0.9.7...49ff273)
38+
- github.com/go-logr/logr: [v0.3.0 → v1.2.0](https://github.com/go-logr/logr/compare/v0.3.0...v1.2.0)
39+
- github.com/golang/mock: [v1.4.4 → v1.6.0](https://github.com/golang/mock/compare/v1.4.4...v1.6.0)
40+
- github.com/golang/protobuf: [v1.4.3 → v1.5.2](https://github.com/golang/protobuf/compare/v1.4.3...v1.5.2)
41+
- github.com/google/go-cmp: [v0.5.0 → v0.5.6](https://github.com/google/go-cmp/compare/v0.5.0...v0.5.6)
42+
- github.com/google/uuid: [v1.1.2 → v1.3.0](https://github.com/google/uuid/compare/v1.1.2...v1.3.0)
43+
- github.com/nxadm/tail: [v1.4.5 → v1.4.8](https://github.com/nxadm/tail/compare/v1.4.5...v1.4.8)
44+
- github.com/onsi/ginkgo: [v1.14.2 → v1.16.5](https://github.com/onsi/ginkgo/compare/v1.14.2...v1.16.5)
45+
- github.com/onsi/gomega: [v1.10.4 → v1.19.0](https://github.com/onsi/gomega/compare/v1.10.4...v1.19.0)
46+
- github.com/stretchr/testify: [v1.5.1 → v1.7.0](https://github.com/stretchr/testify/compare/v1.5.1...v1.7.0)
47+
- golang.org/x/net: ac852fb → 27dd868
48+
- golang.org/x/oauth2: d2e6202 → bf48bf1
49+
- golang.org/x/sync: 1122301 → 036812b
50+
- golang.org/x/sys: d4d67f9 → 1d35b9e
51+
- golang.org/x/term: 7de9c90 → 03fcf44
52+
- golang.org/x/text: v0.3.4 → v0.3.7
53+
- golang.org/x/tools: 2c0ae70 → v0.1.1
54+
- google.golang.org/grpc: v1.34.0 → v1.47.0
55+
- google.golang.org/protobuf: v1.25.0 → v1.27.1
56+
- k8s.io/klog/v2: v2.4.0 → v2.60.1
57+
58+
### Removed
59+
_Nothing has changed._

0 commit comments

Comments
 (0)