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

STOR-1593: Rebase external-snapshotter to v8.0.1 for OCP 4.17 #156

Merged
merged 111 commits into from
Aug 7, 2024

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    36738cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1005 from xing-yang/check_volumemod…

    …econversion
    
    Add nil check for SourceVolumeMode in the validation webhook
    k8s-ci-robot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ebf903a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Bump google.golang.org/grpc from 1.61.0 to 1.61.1

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.61.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.0...v1.61.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    df3aa4f View commit details
    Browse the repository at this point in the history
  2. Add snapshot size to VSC created for VGS

    Currently the RestoreSize is missing when
    the corresponding VSC are created for the
    the volumesnapshotgroup, This PR adds the missing
    RestoreSize for VSC.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5a7115d View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1010 from kubernetes-csi/dependabot…

    …/go_modules/google.golang.org/grpc-1.61.1
    
    Bump google.golang.org/grpc from 1.61.0 to 1.61.1
    k8s-ci-robot authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    dc1f861 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-csi#1011 from Madhu-1/fix-size-vsc

    Add snapshot size to VSC created for VGS
    k8s-ci-robot authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    18241c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. fix method name in logging

    updating code to use correct method
    names for logging.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0fe3abb View commit details
    Browse the repository at this point in the history
  2. use GroupSnapshotDeleteError type for event

    use GroupSnapshotDeleteError as event type for
    event incase if there is any failure in delete
    operation.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5706ab6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1014 from Madhu-1/fix-logging

    Fix logging in the volumegroupsnapshot methods
    k8s-ci-robot authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ca0b24b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Fix detecting default annotation on VolumeGroupSnapshotClass

    The `IsDefaultAnnotation()` function has been extended to check for the
    correct default annotation, taking the Kind of the object into
    consideration.
    nixpanic committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    aa837d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1015 from nixpanic/issue/968

    Fix detecting default annotation on VolumeGroupSnapshotClass
    k8s-ci-robot authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    10c1032 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    510a702 View commit details
    Browse the repository at this point in the history
  2. Squashed 'release-tools/' changes from b54c1ba..dc4d0ae

    dc4d0ae Merge pull request kubernetes-csi#249 from jsafrane/use-go-version
    e681b17 Use .go-version to get Kubernetes go version
    
    git-subtree-dir: release-tools
    git-subtree-split: dc4d0ae
    RaunakShah committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    59e5148 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1020 from RaunakShah/release-tools-…

    …go-update
    
    Update release tools with go version fix
    k8s-ci-robot authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b2bbd07 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0

    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e79e2d1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-csi#1013 from kubernetes-csi/dependabot…

    …/go_modules/github.com/prometheus/client_model-0.6.0
    
    Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0
    k8s-ci-robot authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d616d72 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.18.0...v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a8a5df8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Discard unnecessary VolumeSnapshotContent updates to prevent rapid RP…

    …C calls
    
    Signed-off-by: Connor Catlett <[email protected]>
    ConnorJC3 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    35579f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1009 from ConnorJC3/fix-snapshotter…

    …-rpc-spam
    
    Discard unnecessary VolumeSnapshotContent updates to prevent rapid RPC calls
    k8s-ci-robot authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3177660 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Bump google.golang.org/grpc from 1.61.1 to 1.62.1

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.62.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.1...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b3e0b20 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request kubernetes-csi#1027 from kubernetes-csi/dependabot…

    …/go_modules/google.golang.org/grpc-1.62.1
    
    Bump google.golang.org/grpc from 1.61.1 to 1.62.1
    k8s-ci-robot authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    34fee32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1025 from kubernetes-csi/dependabot…

    …/go_modules/github.com/prometheus/client_golang-1.19.0
    
    Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0
    k8s-ci-robot authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fcf78d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    34b1ab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 15, 2024

  1. Merge pull request kubernetes-csi#1033 from dobsonj/CVE-2024-24786-or…

    …igin-master
    
    CVE-2024-24786: bump google.golang.org/protobuf to v1.33.0
    k8s-ci-robot authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8756a3e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Bump github.com/prometheus/common from 0.48.0 to 0.51.1

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.51.1.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.48.0...v0.51.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3b11e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e171a98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1034 from manishym/secretReference

    Add snapshot secret reference to group snapshot controller.
    k8s-ci-robot authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    67dcee2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request kubernetes-csi#1042 from kubernetes-csi/dependabot…

    …/go_modules/github.com/prometheus/common-0.51.1
    
    Bump github.com/prometheus/common from 0.48.0 to 0.51.1
    k8s-ci-robot authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f58c72c View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1031 from leonardoce/dev/update

    Update controller deployment to latest version
    k8s-ci-robot authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fa9de9c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. replace custom ContainsString() with standard slices.Contains()

    With Go 1.21 the "slices" package can be used for many operations on
    slices. The custom ContainsString() function can be replaced by the
    standard slices.Contains().
    nixpanic committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a1868b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. use group secret for GetGroupSnapshotStatus

    GetGroupSnapshotStatus is a group operation on
    a specific group with an ID, we can use the
    group specific secret instead of List specific
    secret.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b2447a0 View commit details
    Browse the repository at this point in the history
  2. fix: use groupsnapshot secret for group operation

    Use the right groupsnapshot secret for the group
    operations.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    30b24e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1

    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.6.0...v0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4544879 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1048 from Madhu-1/fix-group-snapsho…

    …t-secret-bug
    
    Use group specific annotation for the group secrets
    k8s-ci-robot authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a2ab92d View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1051 from Madhu-1/use-grp-sec

    use group secret for GetGroupSnapshotStatus
    k8s-ci-robot authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d2e1991 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-csi#1054 from kubernetes-csi/dependabot…

    …/go_modules/github.com/prometheus/client_model-0.6.1
    
    Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1
    k8s-ci-robot authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0823d98 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Sync dependabot config from external-provisioner

    In the external-provisioner repo we experimented with updating *all*
    dependencies. IMHO it is useful, I'm syncing it to all sidecars.
    jsafrane committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    25e4a05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1058 from jsafrane/sync-dependabot

    Sync dependabot config from external-provisioner
    k8s-ci-robot authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    56838b3 View commit details
    Browse the repository at this point in the history
  3. Bump the github-dependencies group with 18 updates

    Bumps the github-dependencies group with 18 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.51.1` | `0.52.2` |
    | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.62.1` | `1.63.0` |
    | [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |
    | [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.0` | `3.12.0` |
    | [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.21.0` |
    | [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.0` |
    | [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.22.3` | `0.23.0` |
    | [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.13.0` |
    | [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.46.0` | `0.49.0` |
    | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.20.0` | `1.24.0` |
    | [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.20.0` | `1.24.0` |
    | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.20.0` | `1.24.0` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.22.0` | `0.24.0` |
    | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.18.0` | `0.19.0` |
    | [golang.org/x/sys](https://github.com/golang/sys) | `0.18.0` | `0.19.0` |
    | [golang.org/x/term](https://github.com/golang/term) | `0.18.0` | `0.19.0` |
    | [golang.org/x/time](https://github.com/golang/time) | `0.3.0` | `0.5.0` |
    | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20240123012728-ef4313101c80` | `0.0.0-20240227224415-6ceb2ff114de` |
    
    
    Updates `github.com/prometheus/common` from 0.51.1 to 0.52.2
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.51.1...v0.52.2)
    
    Updates `google.golang.org/grpc` from 1.62.1 to 1.63.0
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.63.0)
    
    Updates `github.com/cespare/xxhash/v2` from 2.2.0 to 2.3.0
    - [Commits](cespare/xxhash@v2.2.0...v2.3.0)
    
    Updates `github.com/emicklei/go-restful/v3` from 3.11.0 to 3.12.0
    - [Release notes](https://github.com/emicklei/go-restful/releases)
    - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
    - [Commits](emicklei/go-restful@v3.11.0...v3.12.0)
    
    Updates `github.com/go-openapi/jsonpointer` from 0.19.6 to 0.21.0
    - [Commits](go-openapi/jsonpointer@v0.19.6...v0.21.0)
    
    Updates `github.com/go-openapi/jsonreference` from 0.20.2 to 0.21.0
    - [Commits](go-openapi/jsonreference@v0.20.2...v0.21.0)
    
    Updates `github.com/go-openapi/swag` from 0.22.3 to 0.23.0
    - [Commits](go-openapi/swag@v0.22.3...v0.23.0)
    
    Updates `github.com/prometheus/procfs` from 0.12.0 to 0.13.0
    - [Release notes](https://github.com/prometheus/procfs/releases)
    - [Commits](prometheus/procfs@v0.12.0...v0.13.0)
    
    Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.46.0 to 0.49.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.46.0...zpages/v0.49.0)
    
    Updates `go.opentelemetry.io/otel` from 1.20.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.20.0...v1.24.0)
    
    Updates `go.opentelemetry.io/otel/metric` from 1.20.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.20.0...v1.24.0)
    
    Updates `go.opentelemetry.io/otel/trace` from 1.20.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.20.0...v1.24.0)
    
    Updates `golang.org/x/net` from 0.22.0 to 0.24.0
    - [Commits](golang/net@v0.22.0...v0.24.0)
    
    Updates `golang.org/x/oauth2` from 0.18.0 to 0.19.0
    - [Commits](golang/oauth2@v0.18.0...v0.19.0)
    
    Updates `golang.org/x/sys` from 0.18.0 to 0.19.0
    - [Commits](golang/sys@v0.18.0...v0.19.0)
    
    Updates `golang.org/x/term` from 0.18.0 to 0.19.0
    - [Commits](golang/term@v0.18.0...v0.19.0)
    
    Updates `golang.org/x/time` from 0.3.0 to 0.5.0
    - [Commits](golang/time@v0.3.0...v0.5.0)
    
    Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240123012728-ef4313101c80 to 0.0.0-20240227224415-6ceb2ff114de
    - [Commits](https://github.com/googleapis/go-genproto/commits)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/cespare/xxhash/v2
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/emicklei/go-restful/v3
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/go-openapi/jsonpointer
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/go-openapi/jsonreference
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/go-openapi/swag
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/prometheus/procfs
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel/metric
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel/trace
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/net
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/oauth2
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/sys
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/term
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/time
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: google.golang.org/genproto/googleapis/rpc
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f63261e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge pull request kubernetes-csi#1060 from kubernetes-csi/dependabot…

    …/go_modules/github-dependencies-81f8865afc
    
    Bump the github-dependencies group with 18 updates
    k8s-ci-robot authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9cc81cb View commit details
    Browse the repository at this point in the history
  2. Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 in the k8s-dependencies group

    Bumps the k8s-dependencies group with 1 update: [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml).
    
    
    Updates `sigs.k8s.io/yaml` from 1.3.0 to 1.4.0
    - [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
    - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/yaml@v1.3.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/yaml
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b10e57b View commit details
    Browse the repository at this point in the history
  3. Bump the github-dependencies group with 4 updates

    Bumps the github-dependencies group with 4 updates: [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib), [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go).
    
    
    Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.49.0 to 0.50.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.49.0...zpages/v0.50.0)
    
    Updates `go.opentelemetry.io/otel` from 1.24.0 to 1.25.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)
    
    Updates `go.opentelemetry.io/otel/metric` from 1.24.0 to 1.25.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)
    
    Updates `go.opentelemetry.io/otel/trace` from 1.24.0 to 1.25.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel/metric
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel/trace
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3aeb7d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge pull request kubernetes-csi#1059 from kubernetes-csi/dependabot…

    …/go_modules/k8s-dependencies-c728294bc7
    
    Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 in the k8s-dependencies group
    k8s-ci-robot authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b19b28b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1049 from nixpanic/golang/slices

    replace custom ContainsString() with standard slices.Contains()
    k8s-ci-robot authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4ece0e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1061 from kubernetes-csi/dependabot…

    …/go_modules/github-dependencies-421468a934
    
    Bump the github-dependencies group with 4 updates
    k8s-ci-robot authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3a35a5e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Avoid panicking when snapshotting a non-CSI PV

    Signed-off-by: Leonardo Cecchi <[email protected]>
    leonardoce committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1192179 View commit details
    Browse the repository at this point in the history
  2. Avoid conflicts in updateSnapshotContentStatus

    This patch replace the usage of `UpdateStatus` with a patch against the
    `status` subresource in the `updateSnapshotContentStatus`.
    
    The reason behind this change is to avoid conflicts that could
    potentially arise, as they pose a risk within the context of the calling
    function `createGroupSnapshotWrapper`.
    
    If `createGroupSnapshotWrapper` is called multiple times for the same
    GroupSnapshot, this will lead to multiple stale `VolumeSnapshot` and
    `VolumeSnapshotContent` being created.
    
    Related to: kubernetes-csi#1050
    leonardoce committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    456b8af View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1066 from leonardoce/dev/potential-…

    …conflict-fix
    
    Avoid conflicts in updateSnapshotContentStatus
    k8s-ci-robot authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c18ccb3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-csi#1067 from leonardoce/dev/avoid-panic

    Avoid panicking when snapshotting a non-CSI PV
    k8s-ci-robot authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b906618 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. API change to improve VolumeGroupSnapshot restore

    Change `VolumeSnapshotRefList` in `VolumeGroupSnapshotStatus` to
    `PVCVolumeSnapshotRefList`, allowing users to map a `VolumeSnapshot` to
    a specific `PersistentVolumeClaim`.
    
    Change `VolumeSnapshotContentRefList` in
    `VolumeGroupSnapshotContentStatus` to `PVVolumeSnapshotContentRefList`,
    allowing users to map a `VolumeSnapshotContent` to a specific
    `PersistentVolume`.
    
    This two changes allow users to map each `VolumeSnapshot` back to the
    original PVC it was taken from.
    leonardoce committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    76c098a View commit details
    Browse the repository at this point in the history
  2. Minimal changes to get the controller working with the updated API

    This commit won't set any value in the new fields, but only change the
    logic to reproduce the behavior we already had.
    leonardoce committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7c8516f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Address review comments

    leonardoce committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    519eacf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Bump the github-dependencies group with 3 updates

    Bumps the github-dependencies group with 3 updates: [github.com/prometheus/common](https://github.com/prometheus/common), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and [github.com/prometheus/procfs](https://github.com/prometheus/procfs).
    
    
    Updates `github.com/prometheus/common` from 0.52.2 to 0.53.0
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.52.2...v0.53.0)
    
    Updates `google.golang.org/grpc` from 1.63.0 to 1.63.2
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.0...v1.63.2)
    
    Updates `github.com/prometheus/procfs` from 0.13.0 to 0.14.0
    - [Release notes](https://github.com/prometheus/procfs/releases)
    - [Commits](prometheus/procfs@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    - dependency-name: github.com/prometheus/procfs
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    91d20e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1070 from kubernetes-csi/dependabot…

    …/go_modules/github-dependencies-7c75f3b409
    
    Bump the github-dependencies group with 3 updates
    k8s-ci-robot authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a2b56b2 View commit details
    Browse the repository at this point in the history
  3. Update deps for the client

    xing-yang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a5f3301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c73d9e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    39cf838 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Use LocalObjectReference instead of ObjectReference

    Given `Kind` is implied in
    `pvcVolumeSnapshotRefList.persistentVolumeClaimRef`
    and in `pvcVolumeSnapshotRefList.volumeSnapshotRef`, let's avoid
    specifying it.
    
    Signed-off-by: Leonardo Cecchi <[email protected]>
    leonardoce committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    05d7861 View commit details
    Browse the repository at this point in the history
  2. Use LocalObjectReference instead of ObjectReference in VolumeSnapshot

    Instead of using a field with the resource name, this patch uses
    LocalObjectReference in VolumeSnapshot too. This is being done for
    simmetry with VolumeGroupSnapshotContent.
    
    Signed-off-by: Leonardo Cecchi <[email protected]>
    leonardoce committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d273061 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4d6c52e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    3366d23 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Address comments

    cici37 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    982f11e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1073 from cici37/master

    Adding validation rules into CRDs for validation
    k8s-ci-robot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    f6164a1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update CRDs with [email protected]

    and new validation rules
    xing-yang committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2641e27 View commit details
    Browse the repository at this point in the history
  2. Update manifests

    xing-yang committed May 7, 2024
    Configuration menu
    Copy the full SHA
    895a10c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    47170ce View commit details
    Browse the repository at this point in the history
  2. Squashed 'release-tools/' changes from dc4d0ae..edd89ad

    edd89ad Merge pull request kubernetes-csi#251 from jsafrane/add-logcheck
    043fd09 Add test-logcheck target
    d7535ae Merge pull request kubernetes-csi#250 from jsafrane/go-1.22
    b52e7ad Update go to 1.22.2
    14fdb6f Merge pull request kubernetes-csi#247 from msau42/prow
    9b4352e Update release playbook
    c7bb972 Fix release notes script to use fixed tags
    463a0e9 Add script to update specific go modules
    
    git-subtree-dir: release-tools
    git-subtree-split: edd89ad
    bells17 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    98bd380 View commit details
    Browse the repository at this point in the history
  3. Bump dependencies

    bells17 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8d245a5 View commit details
    Browse the repository at this point in the history
  4. Update vendor

    bells17 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    abd0c28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c84a82 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    5e6eb91 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge pull request kubernetes-csi#1085 from bells17/ensure-vendor-che…

    …cks-for-all-modules
    
    Ensure vendor checks are run for all modules
    k8s-ci-robot authored May 12, 2024
    Configuration menu
    Copy the full SHA
    5e3a4ea View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request kubernetes-csi#1075 from xing-yang/update_code_gen…

    …_1.30
    
    Update code-generator to 1.30.0
    k8s-ci-robot authored May 13, 2024
    Configuration menu
    Copy the full SHA
    6c50aae View commit details
    Browse the repository at this point in the history
  2. Squashed 'release-tools/' changes from dc4d0ae..adb3af9

    adb3af9 Merge pull request kubernetes-csi#252 from bells17/update-go-version
    b82ee38 Merge pull request kubernetes-csi#253 from bells17/fix-typo
    c317456 Fix typo
    0a78505 Bump to Go 1.22.3
    edd89ad Merge pull request kubernetes-csi#251 from jsafrane/add-logcheck
    043fd09 Add test-logcheck target
    d7535ae Merge pull request kubernetes-csi#250 from jsafrane/go-1.22
    b52e7ad Update go to 1.22.2
    14fdb6f Merge pull request kubernetes-csi#247 from msau42/prow
    9b4352e Update release playbook
    c7bb972 Fix release notes script to use fixed tags
    463a0e9 Add script to update specific go modules
    
    git-subtree-dir: release-tools
    git-subtree-split: adb3af9
    jsafrane committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7d23405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff120a1 View commit details
    Browse the repository at this point in the history
  4. Update Kubernetes libs to 1.30

    And csi-lib-utils and go to the latest releases.
    jsafrane committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a5c9f6 View commit details
    Browse the repository at this point in the history
  5. Use correct context

    - Set timeout for each CSI call separately.
    - Pass ctx to csi-lib-utils function as needed.
    jsafrane committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4be6c90 View commit details
    Browse the repository at this point in the history
  6. Squashed 'release-tools/' changes from edd89ad..adb3af9

    adb3af9 Merge pull request kubernetes-csi#252 from bells17/update-go-version
    b82ee38 Merge pull request kubernetes-csi#253 from bells17/fix-typo
    c317456 Fix typo
    0a78505 Bump to Go 1.22.3
    
    git-subtree-dir: release-tools
    git-subtree-split: adb3af9
    bells17 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5fc1f0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a40d5c View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes-csi#1076 from xing-yang/test_crd_valida…

    …tion
    
    Update manifests based on new CRD validation rules
    k8s-ci-robot authored May 13, 2024
    Configuration menu
    Copy the full SHA
    0932517 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes-csi#1088 from jsafrane/bump-1.30

    Bump to Kubernetes 1.30
    k8s-ci-robot authored May 13, 2024
    Configuration menu
    Copy the full SHA
    9eb0afa View commit details
    Browse the repository at this point in the history
  10. Bump the github-dependencies group across 1 directory with 11 updates

    Bumps the github-dependencies group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.0` | `1.19.1` |
    | google.golang.org/protobuf | `1.33.0` | `1.34.1` |
    | [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.50.0` | `0.51.0` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.24.0` | `0.25.0` |
    | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.19.0` | `0.20.0` |
    
    
    
    Updates `github.com/prometheus/client_golang` from 1.19.0 to 1.19.1
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.19.0...v1.19.1)
    
    Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.1
    
    Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.50.0 to 0.51.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.50.0...zpages/v0.51.0)
    
    Updates `go.opentelemetry.io/otel` from 1.25.0 to 1.26.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.26.0)
    
    Updates `go.opentelemetry.io/otel/metric` from 1.25.0 to 1.26.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.26.0)
    
    Updates `go.opentelemetry.io/otel/trace` from 1.25.0 to 1.26.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.26.0)
    
    Updates `golang.org/x/net` from 0.24.0 to 0.25.0
    - [Commits](golang/net@v0.24.0...v0.25.0)
    
    Updates `golang.org/x/oauth2` from 0.19.0 to 0.20.0
    - [Commits](golang/oauth2@v0.19.0...v0.20.0)
    
    Updates `golang.org/x/sys` from 0.19.0 to 0.20.0
    - [Commits](golang/sys@v0.19.0...v0.20.0)
    
    Updates `golang.org/x/term` from 0.19.0 to 0.20.0
    - [Commits](golang/term@v0.19.0...v0.20.0)
    
    Updates `golang.org/x/text` from 0.14.0 to 0.15.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel/metric
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: go.opentelemetry.io/otel/trace
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/net
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/oauth2
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/sys
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/term
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: golang.org/x/text
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    b52e2e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cec46d View commit details
    Browse the repository at this point in the history
  12. Refresh CRD manifest with controller-gen 0.15.0

    Signed-off-by: Leonardo Cecchi <[email protected]>
    leonardoce committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b5ab14a View commit details
    Browse the repository at this point in the history
  13. Add CEL rules test suite

    This patch adds several YAML test cases that check if the CEL rules
    included in the CRDs are correctly working. Both validation rules and
    transition rules are checked.
    
    A shell script is provided to execute these tests.
    leonardoce committed May 13, 2024
    Configuration menu
    Copy the full SHA
    35702d9 View commit details
    Browse the repository at this point in the history
  14. Address review comments

    Signed-off-by: Leonardo Cecchi <[email protected]>
    leonardoce committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5f75129 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bde741c View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes-csi#1068 from leonardoce/dev/update-api

    API change to improve VolumeGroupSnapshot restore
    k8s-ci-robot authored May 13, 2024
    Configuration menu
    Copy the full SHA
    0f88e94 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge pull request kubernetes-csi#1079 from leonardoce/cel-test-suite

    Add CEL rules test suite
    k8s-ci-robot authored May 14, 2024
    Configuration menu
    Copy the full SHA
    51385b7 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Signed-off-by: Leonardo Cecchi <[email protected]>
    leonardoce committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a24ee75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    067ec94 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request kubernetes-csi#1087 from kubernetes-csi/dependabot…

    …/go_modules/github-dependencies-c0d4d82a02
    
    Bump the github-dependencies group across 1 directory with 11 updates
    k8s-ci-robot authored May 15, 2024
    Configuration menu
    Copy the full SHA
    22117ab View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Link PVCs and PVs in VolumeGroupSnapshot and VolumeGroupSnapshotContent

    This use the update API to set `persistentVolumeClaimRef` in
    `VolumeGroupSnapshot` and `persistentVolumeName` in
    `VolumeGroupSnapshotContent` to the corresponding objects.
    
    This makes restoring volumes from a VolumeGroupSnapshot easier.
    
    Related: kubernetes-csi#969
    leonardoce committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3f8b79d View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1069 from leonardoce/dev/easier-res…

    …tore
    
    Link PVCs and PVs in VolumeGroupSnapshot and VolumeGroupSnapshotContent
    k8s-ci-robot authored May 17, 2024
    Configuration menu
    Copy the full SHA
    52b72d3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Remove duplicate validation logic from webhook

    This patch removes the logic to admit VolumeSnapshots,
    VolumeSnapshotContents, VolumeGroupSnapshots and
    VolumeGroupSnapshotContents in the validation webhook.
    
    That logic is already implemented via CEL expressions (see kubernetes-csi#1073)
    
    The logic to admit VolumeSnapshotClasses and VolumeGroupSnapshotClasses
    is still implemented in the webhook and avoids having multiple default
    classes for the same CSI Driver.
    leonardoce committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9461f70 View commit details
    Browse the repository at this point in the history
  2. Bump the github-dependencies group with 3 updates

    Bumps the github-dependencies group with 3 updates: [google.golang.org/grpc](https://github.com/grpc/grpc-go), [github.com/prometheus/procfs](https://github.com/prometheus/procfs) and [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto).
    
    
    Updates `google.golang.org/grpc` from 1.63.2 to 1.64.0
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.64.0)
    
    Updates `github.com/prometheus/procfs` from 0.14.0 to 0.15.0
    - [Release notes](https://github.com/prometheus/procfs/releases)
    - [Commits](prometheus/procfs@v0.14.0...v0.15.0)
    
    Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240227224415-6ceb2ff114de to 0.0.0-20240318140521-94a12d6c2237
    - [Commits](https://github.com/googleapis/go-genproto/commits)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/prometheus/procfs
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: google.golang.org/genproto/googleapis/rpc
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    aa31dc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1091 from leonardoce/remove-webhook

    Remove duplicate validation logic from webhook
    k8s-ci-robot authored May 20, 2024
    Configuration menu
    Copy the full SHA
    459d722 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-csi#1092 from kubernetes-csi/dependabot…

    …/go_modules/github-dependencies-bf77d30552
    
    Bump the github-dependencies group with 3 updates
    k8s-ci-robot authored May 20, 2024
    Configuration menu
    Copy the full SHA
    83db599 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update client to 8.0

    xing-yang committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f5f9f9c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge pull request kubernetes-csi#1093 from xing-yang/update_8.0

    Update client to 8.0
    k8s-ci-robot authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0bec91d View commit details
    Browse the repository at this point in the history
  2. Use a marker for the Namespace VSC additional printer column

    Signed-off-by: Leonardo Cecchi <[email protected]>
    leonardoce committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5c6b2fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#1094 from leonardoce/vsc-namespace-…

    …marker
    
    Use a marker for the Namespace VSC additional printer column
    k8s-ci-robot authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6fdd287 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Add changelog for v8.0

    xing-yang committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d8d94c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1095 from xing-yang/changelog_8.0

    Add changelog for v8.0
    k8s-ci-robot authored May 23, 2024
    Configuration menu
    Copy the full SHA
    f36e8f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Update csi-lib-utils to v0.18.1

    Updated csi-lib-utils to 0.18.1 to fix kubernetes-csi/csi-lib-utils#177
    dfajmon committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ba7caf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1101 from solumath/csi-libs-utils

    Update csi-lib-utils to v0.18.1
    k8s-ci-robot authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9bd12b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Add changelog for 8.0.1

    dfajmon committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    49f06a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#1104 from solumath/changelog-releas…

    …e-8.0
    
    Changelog for v8.0.1
    k8s-ci-robot authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8a1f751 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    6ed1114 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. UPSTREAM: <carry>: Add OpenShift files

    and remove .github
    mpatlasov authored and dfajmon committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    657d2de View commit details
    Browse the repository at this point in the history