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.2.0
Choose a base ref
...
head repository: container-storage-interface/spec
compare: v1.3.0
Choose a head ref
  • 16 commits
  • 8 files changed
  • 9 contributors

Commits on Oct 24, 2019

  1. Bump master version to 1.3 for next release

    saad-ali authored and jdef committed Oct 24, 2019
    Copy the full SHA
    4731db0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. clarify origin of volume_context

    The "volume context as returned by CO in CreateVolumeRequest" is
    misleading in several ways:
    - the volume context is return *to* the CO by the SP
    - it is returned in the CreateVolumeResponse
    pohly authored and jdef committed Feb 11, 2020
    Copy the full SHA
    64b5733 View commit details
    Browse the repository at this point in the history
  2. Add directional arrows to graph transitions

    tyhal authored and jdef committed Feb 11, 2020
    Copy the full SHA
    09fd6f3 View commit details
    Browse the repository at this point in the history
  3. Clarify idempotent for ControllerExpandVolume and NodeExpandVolume

    Add explicit documentation for clarity idempotent for
    ControllerExpandVolume and NodeExpandVolume
    
    Signed-off-by: Xin Wang <wileywang@yunify.com>
    Xin Wang authored and jdef committed Feb 11, 2020
    Copy the full SHA
    da3002f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Fix error code on wrong snapshot ID or topology

    When CreateVolumeRequest finds out that a volume to be created already
    exists and it was restored from a *different* snapshot or is available at
    different topology than requested, it should return ALREADY_EXISTS.
    jsafrane committed Feb 12, 2020
    Copy the full SHA
    a82f700 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. spec: added alpha_xxx options

    Enumerations, fields, messages, methods, and services support
    `alpha_xxx` designations, indicating that they are part of an
    experimental feature that may never evolve to "stable" status.
    James DeFelice authored and jieyu committed Mar 5, 2020
    Copy the full SHA
    e4404c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

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

Commits on Apr 15, 2020

  1. Merge pull request #415 from xing-yang/volumehealth

    Add Volume Health Support to CSI
    saad-ali committed Apr 15, 2020
    Copy the full SHA
    e129a75 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Added Nomad to Container Orchestrators #421

    Added a bullet link for Nomad to the readme file linking to the information about CSI support. New feature so it may change as documentation pages are created.
    mpron authored and jieyu committed May 1, 2020
    Copy the full SHA
    5f5a89b View commit details
    Browse the repository at this point in the history
  2. Updated link to documentation page

    Updated link to a better reference for the integration: https://nomadproject.io/docs/internals/plugins/csi/
    mpron authored and jieyu committed May 1, 2020
    Copy the full SHA
    87a27a2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Merge pull request #412 from jsafrane/fix-content-source-error

    Fix error code on wrong snapshot ID or topology
    saad-ali committed May 27, 2020
    Copy the full SHA
    8d138fc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Fix CLA CSI Approvers Email Link

    saad-ali authored and jdef committed May 30, 2020
    Copy the full SHA
    4c5274a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3ffa41b View commit details
    Browse the repository at this point in the history
  3. Add a note about CSI go language bindings should be built in GOPATH

    Bad things happen if you try to build it outside GOPATH
    gnufied committed May 30, 2020
    Copy the full SHA
    ae9e829 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Merge pull request #438 from gnufied/fix-grpc-build-makefile

    Fix grpc build by cloning dependencies via Makefile
    saad-ali committed May 31, 2020
    Copy the full SHA
    f0dd1c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Merge pull request #439 from gnufied/add-note-about-gopath

    Add a note about CSI go language bindings should be built in GOPATH
    saad-ali committed Jun 1, 2020
    Copy the full SHA
    1763e8e View commit details
    Browse the repository at this point in the history