Skip to content

Releases: container-storage-interface/spec

v1.12.0

17 Oct 03:42
e6fc13e

Choose a tag to compare

Breaking changes/Deprecations:

  • None

Additions:

Clarifications/Corrections/Fixes:

  • #597 - Clarify that the INVALID_ARGUMENT error code for ControllerModifyVolume is safe to not retry (i.e. "infeasible") by @bswartz
    #591 - Documents the gRPC error code that should be returned for GetMetadataDelta when changed block tracking has not been enabled in the underlying storage subsystem by @carlbraganza
  • #580 - removes "optional" from the description of GetVolumeGroupSnapshot to reduce confusion by @xing-yang

Dependencies:

  • #585 - Bump golang from 1.18 to 1.23

Full Changelog: v1.11.0...v1.12.0

v1.12.0-rc1

14 Oct 00:48
e6fc13e

Choose a tag to compare

v1.12.0-rc1 Pre-release
Pre-release
Bump golang.org/x/net from 0.23.0 to 0.38.0 (#585)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.11.0

22 Nov 07:02
f6b6d53

Choose a tag to compare

What's Changed

Breaking changes/Deprecations

  • None

Additions

Clarifications/Corrections/Fixes

  • None

Dependencies

  • None

Full Changelog: v1.10.0...v1.11.0

v1.11.0-rc1

19 Nov 01:07
f6b6d53

Choose a tag to compare

v1.11.0-rc1 Pre-release
Pre-release
Move VolumeGroupSnapshot to GA (#573)

v1.10.0

02 Jul 23:55
21be3f8

Choose a tag to compare

What's Changed

Breaking changes/Deprecations

  • The google.golang.org/protobuf and protoc-gen-go libraries were bumped in this release to v1.33.0 (indirectly bumping github.com/golang/protobuf to v1.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

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.10.0-rc1

28 Jun 01:42
21be3f8

Choose a tag to compare

v1.10.0-rc1 Pre-release
Pre-release
Merge pull request #566 from saad-ali/protoBufTo133

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0

v1.9.0

18 Oct 01:24
80d5310

Choose a tag to compare

Breaking changes/Deprecations:

  • None

Additions:

  • spec (PR #544): [Alpha] Introduce new ControllerModifyVolume RPC and a mutable_parameters field under existing CreateVolumeRequest RPC to enable modification of volume properties (e.g. IOPS, etc.) after volume creation.

Clarifications/Corrections/Fixes:

Dependencies:

  • spec (PR #550): Updates genproto to use the isolated submodule to reduce overall dependency count and avoids future issues with ambiguous imports.

Full Changelog: v1.8.0...v1.9.0

v1.9.0-rc1

14 Oct 00:17
80d5310

Choose a tag to compare

v1.9.0-rc1 Pre-release
Pre-release
Merge pull request #550 from liggitt/genproto

Bump google.golang.org/genproto to use isolated rpc submodule

v1.8.0

09 Mar 22:30
c7ab2f3

Choose a tag to compare

Breaking changes/Deprecations:

  • None

Additions:

  • spec (PR #519): introduce VolumeGroupSnapshot related RPCs under new GroupController services as alpha.

Clarifications/Corrections/Fixes:

  • None

Dependencies:

  • None

Full Changelog: v1.7.0...v1.8.0

v1.8.0-rc2

08 Mar 08:10
c7ab2f3

Choose a tag to compare

v1.8.0-rc2 Pre-release
Pre-release
Merge pull request #537 from container-storage-interface/dependabot/g…