Skip to content

Commit c803f98

Browse files
authored
Merge pull request #481 from xing-yang/changelog_5.1.0
Add changelog for v5.1.0
2 parents b367142 + 4ea6f00 commit c803f98

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG/CHANGELOG-5.1.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Release notes for v5.1.0
2+
3+
# Changelog since v5.0.0
4+
5+
## Changes by Kind
6+
7+
### Feature
8+
9+
- Addition of initial tests for the CSI GroupController server and its VolumeGroupSnapshot service. ([#467](https://github.com/kubernetes-csi/csi-test/pull/467), [@nixpanic](https://github.com/nixpanic))
10+
- The external-snapshotter is going to support [Volume Group Snapshots](kubernetes/enhancements#1551), so drivers will return the `GROUP_CONTROLLER_SERVICE` capability as well. ([#450](https://github.com/kubernetes-csi/csi-test/pull/450), [@nixpanic](https://github.com/nixpanic))
11+
12+
### Bug or Regression
13+
14+
- Set the grpc authority to "localhost" to mimic Kubernetes behaviour ([#468](https://github.com/kubernetes-csi/csi-test/pull/468), [@LucaDev](https://github.com/LucaDev))
15+
16+
### Uncategorized
17+
18+
- Add identity service sanity test for controller service ([#465](https://github.com/kubernetes-csi/csi-test/pull/465), [@carlory](https://github.com/carlory))
19+
20+
## Dependencies
21+
22+
### Added
23+
- cloud.google.com/go/compute/metadata: v0.2.3
24+
- cloud.google.com/go/compute: v1.21.0
25+
- google.golang.org/genproto/googleapis/api: 782d3b1
26+
- google.golang.org/genproto/googleapis/rpc: 782d3b1
27+
28+
### Changed
29+
- github.com/census-instrumentation/opencensus-proto: [v0.2.1 → v0.4.1](https://github.com/census-instrumentation/opencensus-proto/compare/v0.2.1...v0.4.1)
30+
- github.com/cespare/xxhash/v2: [v2.1.1 → v2.2.0](https://github.com/cespare/xxhash/v2/compare/v2.1.1...v2.2.0)
31+
- github.com/cncf/udpa/go: [04548b0 → c52dc94](https://github.com/cncf/udpa/go/compare/04548b0...c52dc94)
32+
- github.com/cncf/xds/go: [cb28da3 → e9ce688](https://github.com/cncf/xds/go/compare/cb28da3...e9ce688)
33+
- github.com/container-storage-interface/spec: [v1.6.0 → v1.8.0](https://github.com/container-storage-interface/spec/compare/v1.6.0...v1.8.0)
34+
- github.com/envoyproxy/go-control-plane: [49ff273 → v0.11.1](https://github.com/envoyproxy/go-control-plane/compare/49ff273...v0.11.1)
35+
- github.com/envoyproxy/protoc-gen-validate: [v0.1.0 → v1.0.2](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.1.0...v1.0.2)
36+
- github.com/go-logr/logr: [v1.2.0 → v1.2.4](https://github.com/go-logr/logr/compare/v1.2.0...v1.2.4)
37+
- github.com/go-task/slim-sprig: [348f09d → 52ccab3](https://github.com/go-task/slim-sprig/compare/348f09d...52ccab3)
38+
- github.com/golang/glog: [23def4e → v1.1.0](https://github.com/golang/glog/compare/23def4e...v1.1.0)
39+
- github.com/golang/protobuf: [v1.5.2 → v1.5.3](https://github.com/golang/protobuf/compare/v1.5.2...v1.5.3)
40+
- github.com/google/go-cmp: [v0.5.8 → v0.5.9](https://github.com/google/go-cmp/compare/v0.5.8...v0.5.9)
41+
- github.com/google/uuid: [v1.3.0 → v1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)
42+
- github.com/onsi/ginkgo/v2: [v2.1.4 → v2.12.0](https://github.com/onsi/ginkgo/v2/compare/v2.1.4...v2.12.0)
43+
- github.com/onsi/gomega: [v1.20.0 → v1.27.10](https://github.com/onsi/gomega/compare/v1.20.0...v1.27.10)
44+
- github.com/stretchr/testify: [v1.7.0 → v1.6.1](https://github.com/stretchr/testify/compare/v1.7.0...v1.6.1)
45+
- github.com/yuin/goldmark: [v1.4.1 → v1.4.13](https://github.com/yuin/goldmark/compare/v1.4.1...v1.4.13)
46+
- golang.org/x/crypto: 089bfa5 → v0.12.0
47+
- golang.org/x/mod: 9b9b3d8 → v0.12.0
48+
- golang.org/x/net: 0bcc04d → v0.14.0
49+
- golang.org/x/oauth2: bf48bf1 → v0.10.0
50+
- golang.org/x/sync: 036812b → v0.3.0
51+
- golang.org/x/sys: a90be44 → v0.11.0
52+
- golang.org/x/term: 03fcf44 → v0.11.0
53+
- golang.org/x/text: v0.3.7 → v0.12.0
54+
- golang.org/x/tools: v0.1.10 → v0.12.0
55+
- google.golang.org/appengine: v1.4.0 → v1.6.7
56+
- google.golang.org/genproto: f927205 → 782d3b1
57+
- google.golang.org/grpc: v1.48.0 → v1.58.0
58+
- google.golang.org/protobuf: v1.28.0 → v1.31.0
59+
- k8s.io/klog/v2: v2.70.1 → v2.100.1
60+
61+
### Removed
62+
- cloud.google.com/go: v0.34.0
63+
- github.com/BurntSushi/toml: [v0.3.1](https://github.com/BurntSushi/toml/tree/v0.3.1)
64+
- github.com/antihax/optional: [v1.0.0](https://github.com/antihax/optional/tree/v1.0.0)
65+
- github.com/client9/misspell: [v0.3.4](https://github.com/client9/misspell/tree/v0.3.4)
66+
- github.com/fsnotify/fsnotify: [v1.4.9](https://github.com/fsnotify/fsnotify/tree/v1.4.9)
67+
- github.com/ghodss/yaml: [v1.0.0](https://github.com/ghodss/yaml/tree/v1.0.0)
68+
- github.com/grpc-ecosystem/grpc-gateway: [v1.16.0](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.16.0)
69+
- github.com/hpcloud/tail: [v1.0.0](https://github.com/hpcloud/tail/tree/v1.0.0)
70+
- github.com/nxadm/tail: [v1.4.8](https://github.com/nxadm/tail/tree/v1.4.8)
71+
- github.com/onsi/ginkgo: [v1.16.4](https://github.com/onsi/ginkgo/tree/v1.16.4)
72+
- github.com/prometheus/client_model: [14fe0d1](https://github.com/prometheus/client_model/tree/14fe0d1)
73+
- github.com/rogpeppe/fastuuid: [v1.2.0](https://github.com/rogpeppe/fastuuid/tree/v1.2.0)
74+
- go.opentelemetry.io/proto/otlp: v0.7.0
75+
- golang.org/x/exp: 509febe
76+
- golang.org/x/lint: d0100b6
77+
- gopkg.in/fsnotify.v1: v1.4.7
78+
- gopkg.in/tomb.v1: dd63297
79+
- honnef.co/go/tools: ea95bdf

0 commit comments

Comments
 (0)