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

Merged
merged 3 commits into from
Apr 12, 2024

Commits on Apr 11, 2024

  1. rebase: bump google.golang.org/grpc from 1.62.1 to 1.63.2

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.63.2)
    
    ---
    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 Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fbf768a View commit details
    Browse the repository at this point in the history
  2. build: use Go 1.21.9 to include latest security fixes

    Update from v1.21.5 to latest v1.21.9, to include the following fixes:
    
    go1.21.6 (released 2024-01-09) includes fixes to the compiler, the
    runtime, and the crypto/tls, maps, and runtime/pprof packages.
    
    go1.21.7 (released 2024-02-06) includes fixes to the compiler, the go
    command, the runtime, and the crypto/x509 package.
    
    go1.21.8 (released 2024-03-05) includes security fixes to the
    crypto/x509, html/template, net/http, net/http/cookiejar, and net/mail
    packages, as well as bug fixes to the go command and the runtime.
    
    go1.21.9 (released 2024-04-03) includes a security fix to the net/http
    package, as well as bug fixes to the linker, and the go/types and
    net/http packages.
    
    See-also: https://go.dev/doc/devel/release#go1.21.0
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic authored and mergify[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ae7f513 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. ci: do not add the ok-to-test label if there is a conflict

    When there is a conflict in merging a PR, the `ok-to-test` label should
    not be added automatically. This prevents a loop in triggering CI jobs
    for PRs that might not even build.
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic authored and Madhu-1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c1dd15a View commit details
    Browse the repository at this point in the history