Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSI spec v1.1.0 #144

Merged
merged 14 commits into from
Apr 29, 2019
Merged

CSI spec v1.1.0 #144

merged 14 commits into from
Apr 29, 2019

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    4f408e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984b7fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc7c51 View commit details
    Browse the repository at this point in the history
  4. driver: validate snapshot if volume is created from snapshot source

    The new csi-test version detected this issue. The snapshot might be
    deleted and we wouldn't test it.
    fatih committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    f134167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c95c659 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df3d777 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4f1539 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    861e49e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac1e4ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be611f6 View commit details
    Browse the repository at this point in the history
  11. deploy: cluster-driver-registrar is deprecated

    https://kubernetes.slack.com/archives/C8EJ01Z46/p1556001245131700
    
    From @msau42:
    
    > we're actually planning to deprecate cluster-driver-registrar and not
    > release a version for 1.14.  Instead we are recommending that vendors
    > just create the CSIDriver spec as part of the driver deployment
    > packaging.  @lpabon is currently in the process of updating all the
    > documentation to reflect this
    fatih committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    7070ebc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6111eda View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. deploy: Add CSI Driver resource

    fatih committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    48d2aa0 View commit details
    Browse the repository at this point in the history
  2. driver/controller: check snapshotID for emptiness

    Make sure we catch it and return a proper error instead of relying on
    the API behavior.
    fatih committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    46155ff View commit details
    Browse the repository at this point in the history