Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: container-storage-interface/spec
base: v1.5.0
Choose a base ref
...
head repository: container-storage-interface/spec
compare: v1.6.0
Choose a head ref
  • 15 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 12, 2021

  1. Copy the full SHA
    9849cd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Merge pull request #483 from saad-ali/relase15

    Bump master version to 1.6 for next release
    saad-ali committed Jun 14, 2021
    Copy the full SHA
    486e6bd View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Change required capability for published_node_ids in GetVolume

    Instead of PUBLISH_UNPUBLISH_VOLUME, use the LIST_VOLUMES_PUBLISHED_NODES
    capability to control the published_node_ids field in ControllerGetVolume.
    This change is to be more consistent with the existing behavior. It is
    a backwards-incompatible change, but the API is alpha.
    
    Also clarify the LIST_VOLUMES_PUBLISHED_NODES docs.
    bswartz committed Jul 23, 2021
    Copy the full SHA
    d64255d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Merge pull request #487 from bswartz/get-volume-published-nodes-fix

    Change required capability for published_node_ids in GetVolume
    saad-ali committed Sep 15, 2021
    Copy the full SHA
    5b0d454 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. GetCapacityResponse: promote maximum_volume_size

    Kubernetes and several CSI drivers have been using that field for a while now
    and no changes to the semantic are expected, therefore the alpha status can and
    should be removed.
    
    The minimum_volume_size field is not used by Kubernetes. The semantic is
    probably stable, but further practical experience with it might be desirable
    before promoting it.
    pohly committed Mar 15, 2022
    Copy the full SHA
    3175f6b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix refresh of generated Go files

    "make build" did not rebuild csi.pb.go because the file existed and make wasn't
    told that the file depends on spec.proto.
    pohly committed Mar 16, 2022
    Copy the full SHA
    bb02026 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #499 from pohly/maximum-volume-size

    GetCapacityResponse: promote maximum_volume_size
    saad-ali committed Mar 16, 2022
    Copy the full SHA
    09b5d07 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Merge pull request #500 from pohly/fix-refresh-go

    fix refresh of generated Go files
    saad-ali committed Mar 18, 2022
    Copy the full SHA
    b09ca9e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Copy the full SHA
    c686ba4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. test: remove .travis.yml and fix comments

    fix
    
    fix
    andyzhangx committed Mar 29, 2022
    Copy the full SHA
    19e8f62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #502 from andyzhangx/build-test

    test: add github action build test
    saad-ali committed Mar 29, 2022
    Copy the full SHA
    de56b07 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Copy the full SHA
    6ba2822 View commit details
    Browse the repository at this point in the history
  2. doc: set github action badge

    fix
    andyzhangx committed Mar 30, 2022
    Copy the full SHA
    4911fe5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #503 from andyzhangx/codespell

    test: add codespell github action
    saad-ali committed Mar 30, 2022
    Copy the full SHA
    c52853c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #505 from andyzhangx/set-badge

    doc: set github action badge
    saad-ali committed Mar 30, 2022
    Copy the full SHA
    1de425b View commit details
    Browse the repository at this point in the history