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 devel for ceph-csi #306

Merged
merged 11 commits into from
May 29, 2024

Commits on May 17, 2024

  1. ci: install ruby-devel in test container

    The tests are failing due to missing
    ruby-devel package in the base image
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    90c6be0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  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 and mergify[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d28163f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. doc: Fix the Slack invite link

    The link on the README file to get an invite to the Ceph Slack was
    missing a URL scheme, so it was interpreted as a relative link and
    resulted in a 404.
    
    Signed-off-by: Ben Tullis <[email protected]>
    tullis authored and mergify[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8f7a4c4 View commit details
    Browse the repository at this point in the history
  2. util: Removing JoinError in favor of fmt.Errorf

    Signed-off-by: Mike Perez <[email protected]>
    Thingee authored and mergify[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c8af2b6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. rebase: bump sigs.k8s.io/controller-runtime

    Bumps the k8s-dependencies group with 1 update in the / directory: [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).
    
    Updates `sigs.k8s.io/controller-runtime` from 0.17.3 to 0.18.2
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.17.3...v0.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c1ee112 View commit details
    Browse the repository at this point in the history
  2. rebase: drop toolchain from go mod

    dropping go version from the go mod
    as we have x.y.z version for go
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    62ddcf7 View commit details
    Browse the repository at this point in the history
  3. rebase: update kubernetes to 1.30

    updating kubernetes to 1.30 release
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e727bd3 View commit details
    Browse the repository at this point in the history
  4. rebase: update kubernetes and go version

    update kubernetes and go version in api folder.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6790633 View commit details
    Browse the repository at this point in the history
  5. rebase: changes as per new controller runtime import

    changes as per new controller runtime import
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7fd2e89 View commit details
    Browse the repository at this point in the history
  6. e2e: fix logging as per new controller runtime

    fixing logging as per new controller runtime
    errors
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2411291 View commit details
    Browse the repository at this point in the history
  7. build: replace k8s.io/mount-utils to v0.29.3

    Signed-off-by: Praveen M <[email protected]>
    iPraveenParihar authored and mergify[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a8e9d66 View commit details
    Browse the repository at this point in the history