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 #376

Merged
merged 6 commits into from
Sep 12, 2024

Commits on Sep 9, 2024

  1. Merge pull request #371 from ceph/devel

    cephfs: Fix Removal of IPs from blocklist
    openshift-merge-bot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    18d9e92 View commit details
    Browse the repository at this point in the history

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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    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 <zhoujianxiong2@gmail.com>
    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

Commits on Sep 11, 2024

  1. Merge pull request #375 from red-hat-storage/sync_us--devel

    Syncing latest changes from upstream devel for ceph-csi
    openshift-merge-bot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fadfdf8 View commit details
    Browse the repository at this point in the history