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

Bug 1924504: Rebase v4.1.0 #50

Merged
merged 43 commits into from May 11, 2021

Commits on Jan 26, 2021

  1. Squashed 'release-tools/' changes from 3b6d17b..1d60e77

    1d60e77 Merge pull request openshift#131 from pohly/kubernetes-1.20-tag
    9f10459 prow.sh: support building Kubernetes for a specific version
    fe1f284 Merge pull request openshift#121 from kvaps/namespace-check
    8fdf0f7 Merge pull request openshift#128 from fengzixu/master
    1c94220 fix: fix a bug of csi-sanity
    a4c41e6 Merge pull request openshift#127 from pohly/fix-boilerplate
    ece0f50 check namespace for snapshot-controller
    dbd8967 verify-boilerplate.sh: fix path to script
    9289fd1 Merge pull request openshift#125 from sachinkumarsingh092/optional-spelling-boilerplate-checks
    ad29307 Make the spelling and boilerplate checks optional
    5f06d02 Merge pull request openshift#124 from sachinkumarsingh092/fix-spellcheck-boilerplate-tests
    48186eb Fix spelling and boilerplate errors
    71690af Merge pull request openshift#122 from sachinkumarsingh092/include-spellcheck-boilerplate-tests
    981be3f Adding spelling and boilerplate checks.
    2bb7525 Merge pull request openshift#117 from fengzixu/master
    4ab8b15 use the tag to replace commit of csi-test
    5d74e45 change the csi-test import path to v4
    7dcd0a9 upgrade csi-test to v4.0.2
    
    git-subtree-dir: release-tools
    git-subtree-split: 1d60e77
    pohly committed Jan 26, 2021
    Copy the full SHA
    336f826 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c815789 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#464 from pohly/prow-update-master

    master: update release-tools
    k8s-ci-robot committed Jan 26, 2021
    Copy the full SHA
    23bb95c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. upd: more common manifests

    kvaps committed Jan 27, 2021
    Copy the full SHA
    d138216 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Merge pull request kubernetes-csi#459 from kvaps/common-example

    Provide better defaults for external-snapshotter
    k8s-ci-robot committed Jan 29, 2021
    Copy the full SHA
    165f6e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Squashed 'release-tools/' changes from 1d60e77..7bc70e5

    7bc70e5 Merge pull request openshift#129 from pohly/squash-documentation
    e0b02e7 README.md: document usage of --squash
    316cb95 Merge pull request openshift#132 from yiyang5055/bugfix/boilerplate
    26e2ab1 fix: default boilerplate path
    1add8c1 Merge pull request openshift#133 from pohly/kubernetes-1.20-tag
    3e811d6 prow.sh: fix "on-master" prow jobs
    
    git-subtree-dir: release-tools
    git-subtree-split: 7bc70e5
    pohly committed Feb 3, 2021
    Copy the full SHA
    7c126df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    096ef49 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge pull request kubernetes-csi#468 from pohly/prow-update-master

    master: update release-tools
    k8s-ci-robot committed Feb 4, 2021
    Copy the full SHA
    cbe212e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Retain CreateSnapshot error

    The error returned from CreateSnapshot was overwritten by the call to
    removeAnnVolumeSnapshotBeingCreated. Retain the error through variable
    shadowing so that it can be propagated and reported upwards the call
    stack.
    
    We also improve the error line by dropping an unnecessary comma and
    dequoting the error string (since we already employ a colon separator).
    timoreimann committed Feb 7, 2021
    Copy the full SHA
    b31a29f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Merge pull request kubernetes-csi#470 from timoreimann/retain-create-…

    …snapshot-error
    
    Retain CreateSnapshot error
    k8s-ci-robot committed Feb 16, 2021
    Copy the full SHA
    de6c35a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Move snapshot validations to validation-webhook directory

    Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
    prateekpandey14 committed Mar 14, 2021
    Copy the full SHA
    533ed88 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request kubernetes-csi#479 from prateekpandey14/refact-val…

    …idation
    
    Move snapshot validations to validation-webhook directory
    k8s-ci-robot committed Mar 15, 2021
    Copy the full SHA
    02450fd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Squashed 'release-tools/' changes from 7bc70e5..1748b16

    1748b16 Merge pull request openshift#136 from pohly/go-1.16
    ec844ea remove travis.yml, Go 1.16
    df76aba Merge pull request openshift#134 from andyzhangx/add-build-arg
    e314a56 add build-arg ARCH for building multi-arch images, e.g. ARG ARCH FROM k8s.gcr.io/build-image/debian-base-${ARCH}:v2.1.3
    
    git-subtree-dir: release-tools
    git-subtree-split: 1748b16
    pohly committed Mar 18, 2021
    Copy the full SHA
    c7beee3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cafa56c View commit details
    Browse the repository at this point in the history
  3. refresh vendor dir

    pohly committed Mar 18, 2021
    Copy the full SHA
    e3c238b View commit details
    Browse the repository at this point in the history
  4. go.mod: bump Go features to 1.16

    For example, this enables the use of the vendor
     directory by
    default (https://golang.org/ref/mod#vendoring).
    pohly committed Mar 18, 2021
    Copy the full SHA
    9ede1ed View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2cb6b17 View commit details
    Browse the repository at this point in the history
  6. Squashed 'release-tools/' changes from 1748b16..95eac33

    95eac33 Merge pull request openshift#137 from pohly/fix-go-version-check
    437e431 verify-go-version.sh: fix check after removal of travis.yml
    
    git-subtree-dir: release-tools
    git-subtree-split: 95eac33
    pohly committed Mar 18, 2021
    Copy the full SHA
    f503dda View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-csi#483 from pohly/prow-update-master

    master: update release-tools + dependencies
    k8s-ci-robot committed Mar 18, 2021
    Copy the full SHA
    c1a68cf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Squashed 'release-tools/' changes from 95eac33..a1e1127

    a1e1127 Merge pull request openshift#139 from pohly/kind-for-kubernetes-latest
    1c0fb09 prow.sh: use KinD main for latest Kubernetes
    1d77cfc Merge pull request openshift#138 from pohly/kind-update-0.10
    bff2fb7 prow.sh: KinD 0.10.0
    
    git-subtree-dir: release-tools
    git-subtree-split: a1e1127
    pohly committed Mar 24, 2021
    Copy the full SHA
    6c3dece View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f1170c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#486 from pohly/prow-update-master

    master: update release-tools
    k8s-ci-robot committed Mar 24, 2021
    Copy the full SHA
    f255fe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Fix metrics server to use httpEndpoint when provided

    Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com>
    Grant Griffiths committed Apr 15, 2021
    Copy the full SHA
    f949f2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#496 from ggriffiths/honor_http_addr

    Fix snapshotter metrics server to use http-endpoint when provided
    k8s-ci-robot committed Apr 15, 2021
    Copy the full SHA
    31a6091 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Update k8s dependency version to 1.21

    Signed-off-by: xinyanwu409 <wxinyan@vmware>
    xinyanw409 authored and xinyanwu409 committed Apr 19, 2021
    Copy the full SHA
    17b8ffe View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#500 from xinyanwu409/update-k8s-dep…

    …endency-version
    
    Update k8s dependency version to 1.21
    k8s-ci-robot committed Apr 19, 2021
    Copy the full SHA
    501cc50 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Copy the full SHA
    046cce9 View commit details
    Browse the repository at this point in the history
  2. Update to CSI spec 1.4

    xing-yang committed Apr 21, 2021
    Copy the full SHA
    8034e50 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4aa47e6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c554274 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Merge pull request kubernetes-csi#502 from huffmanca/address-content-…

    …nil-error
    
    Correct snapshotContent error propagation
    k8s-ci-robot committed Apr 22, 2021
    Copy the full SHA
    dc7908e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Merge pull request kubernetes-csi#493 from xing-yang/storage_version_v1

    Change storage version from v1beta1 to v1
    k8s-ci-robot committed Apr 23, 2021
    Copy the full SHA
    679e71e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Copy the full SHA
    660420b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#504 from mauriciopoppe/ensure-crd

    Make sure the v1 CRDs exist before starting the controller
    k8s-ci-robot committed Apr 27, 2021
    Copy the full SHA
    4e568e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    21ded10 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge pull request kubernetes-csi#505 from mauriciopoppe/update-docs

    Update reference implementation of the snapshot controller
    k8s-ci-robot committed Apr 28, 2021
    Copy the full SHA
    805f5c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. fix typo in CRD check

    mauriciopoppe committed Apr 29, 2021
    Copy the full SHA
    bfd8873 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Merge pull request kubernetes-csi#507 from mauriciopoppe/volumesnapsh…

    …ot-crd-check
    
    Fix typo in CRD check
    k8s-ci-robot committed Apr 30, 2021
    Copy the full SHA
    4ff7793 View commit details
    Browse the repository at this point in the history
  2. Add changelog for 4.1.0

    xing-yang committed Apr 30, 2021
    Copy the full SHA
    d6f2142 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#509 from xing-yang/changelog_4.1.0

    Add changelog for 4.1.0
    k8s-ci-robot committed Apr 30, 2021
    Copy the full SHA
    feda358 View commit details
    Browse the repository at this point in the history
  4. Fix README

    xing-yang committed Apr 30, 2021
    Copy the full SHA
    2dd41b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-csi#510 from xing-yang/fix_readme

    Fix the compatibility table in README
    k8s-ci-robot committed Apr 30, 2021
    Copy the full SHA
    78164c3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

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