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

Merged
merged 4 commits into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. rebase: bump the golang-dependencies group with 3 updates

    Bumps the golang-dependencies group with 3 updates: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sys](https://github.com/golang/sys).
    
    
    Updates `golang.org/x/crypto` from 0.26.0 to 0.27.0
    - [Commits](golang/crypto@v0.26.0...v0.27.0)
    
    Updates `golang.org/x/net` from 0.28.0 to 0.29.0
    - [Commits](golang/net@v0.28.0...v0.29.0)
    
    Updates `golang.org/x/sys` from 0.24.0 to 0.25.0
    - [Commits](golang/sys@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    52f39a3 View commit details
    Browse the repository at this point in the history
  2. rebase: bump the github-dependencies group with 2 updates

    Bumps the github-dependencies group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).
    
    
    Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.5 to 1.30.7
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@v1.30.5...service/sts/v1.30.7)
    
    Updates `github.com/prometheus/client_golang` from 1.20.2 to 1.20.3
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.20.2...v1.20.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    226864d View commit details
    Browse the repository at this point in the history
  3. rebase: bump golang.org/x/oauth2 in /actions/retest

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.22.0 to 0.23.0.
    - [Commits](golang/oauth2@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d3733a0 View commit details
    Browse the repository at this point in the history
  4. ci: make minikube.sh work on macOS M1 with the qemu2 driver

    To utilize minikube on macOS M1, the qemu2 VM driver is currently the
    only viable option. Therefore, the following modifications have been
    implemented:
    * the RESOLV_CONF variable has been made configurable because it needs
    to be overridden as /etc/resolv.conf when using the qemu2 driver.
    * adding additional disks when using the qemu2 driver.
    
    Signed-off-by: zjx20 <[email protected]>
    zjx20 authored and mergify[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4992644 View commit details
    Browse the repository at this point in the history