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

Syncing latest changes from upstream main for kubernetes-csi-addons #232

Merged
merged 4 commits into from
Nov 13, 2024

Commits on Nov 8, 2024

  1. update the volumereplication condition

    this commit updates the volumereplication conditions to
    include descriptive message for every
    operations
    
    Signed-off-by: yati1998 <[email protected]>
    yati1998 authored and mergify[bot] committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8b610a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. vendor: bump google.golang.org/grpc in the golang-dependencies group

    Bumps the golang-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).
    
    Updates `google.golang.org/grpc` from 1.67.1 to 1.68.0
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.67.1...v1.68.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Praveen M <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    67dbe71 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. remove support for legacy endpoint

    as its been 2 years to support legacy
    endpoint, lets remove the support for it.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e8fdbd4 View commit details
    Browse the repository at this point in the history
  2. use pod namespace and name as the key in pool

    In the connection pool we store the connection
    with unique identifier, the pod name and the
    namespace is used as the key to the connection
    in the pool and GetLeaderByDriver get the leader
    based on the driver name and uses the identity
    of the leader which is pod name as the key to
    get the connection.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6821a14 View commit details
    Browse the repository at this point in the history