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

fix(csi): handle duplicate snapshot request and support Snapshot V1beta1 APIs #70

Merged
merged 5 commits into from
Feb 5, 2020

Commits on Feb 3, 2020

  1. fix(csi): handle duplicate snapshot request for csi-snapshot

    - update the csi-snapshotter volumesnapshot and
      volumesnapshotcontent CRD's to v1beta1 APIs
    - Add openAPI validations in snapshot CRD's
    - add snapshot controller statefulsets container as part of v1beta1
      stable APIs
    - Update csi snapshotter and provisioner image to required
      versions
    - Update the snapshot and snapshotclass examples with v1beta1 APIs
    
    Signed-off-by: prateekpandey14 <[email protected]>
    prateekpandey14 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    e3f991f View commit details
    Browse the repository at this point in the history
  2. update example snapshot and snapshotclass yamls

    Signed-off-by: prateekpandey14 <[email protected]>
    prateekpandey14 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    60c784c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. remove timestamp from the backend snapshot name

    Signed-off-by: prateekpandey14 <[email protected]>
    prateekpandey14 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    7ed4917 View commit details
    Browse the repository at this point in the history
  2. add volume source content to support v1beta1 clone APIs

    Signed-off-by: prateekpandey14 <[email protected]>
    prateekpandey14 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5cd15c4 View commit details
    Browse the repository at this point in the history
  3. rename to nodeID

    Signed-off-by: prateekpandey14 <[email protected]>
    prateekpandey14 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ebac5d6 View commit details
    Browse the repository at this point in the history