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

chore(deps): bump k8s.io/cri-api from 0.30.1 to 0.32.1 #4520

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps k8s.io/cri-api from 0.30.1 to 0.32.1.

Commits
  • 67fcf83 Merge remote-tracking branch 'origin/master' into release-1.32
  • 683493b Drop use of winreadlinkvolume godebug option
  • 8ce8243 Merge remote-tracking branch 'origin/master' into release-1.32
  • be9f99c Revert to go1.22 windows filesystem stdlib behavior
  • 354c410 hack/pin-dependency.sh github.com/google/cel-go v0.22.0
  • 9b9dff2 Merge pull request #128481 from carlory/dependencies-ginkgo-gomega
  • 0006ba1 dependencies: ginkgo v2.21.0, gomega v1.35.1
  • f614144 Merge pull request #124285 from kiashok/affinityCPU-windows
  • 6a9a82b Add cri fields for windows cpu affinity
  • 8133eb4 Merge pull request #128165 from liggitt/prune-self-require
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Jan 17, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s.io/cri-api-0.32.1 branch from a2dce88 to 8c9a137 Compare January 17, 2025 12:52
Copy link

Triggered from #4520 by @​dependabot[bot].

Checking if we can fast forward main (f9cf9ca) to dependabot/go_modules/k8s.io/cri-api-0.32.1 (8c9a137).

Target branch (main):

commit f9cf9cac70e095df0ef106e865222f549f7b1a80 (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 17 09:52:25 2025 -0300

    chore(deps): bump github.com/grafana/pyroscope-go from 1.1.1 to 1.2.0 (#4519)
    
    Bumps [github.com/grafana/pyroscope-go](https://github.com/grafana/pyroscope-go) from 1.1.1 to 1.2.0.
    - [Release notes](https://github.com/grafana/pyroscope-go/releases)
    - [Commits](https://github.com/grafana/pyroscope-go/compare/v1.1.1...v1.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grafana/pyroscope-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Pull request (dependabot/go_modules/k8s.io/cri-api-0.32.1):

commit 8c9a1374564f480a20207b7725633a0dd94cd755 (pull_request/dependabot/go_modules/k8s.io/cri-api-0.32.1)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 17 12:52:41 2025 +0000

    chore(deps): bump k8s.io/cri-api from 0.30.1 to 0.32.1
    
    Bumps [k8s.io/cri-api](https://github.com/kubernetes/cri-api) from 0.30.1 to 0.32.1.
    - [Commits](https://github.com/kubernetes/cri-api/compare/v0.30.1...v0.32.1)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cri-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>

Can't fast forward main (f9cf9ca) to dependabot/go_modules/k8s.io/cri-api-0.32.1 (8c9a137). main (f9cf9ca) is not a direct ancestor of dependabot/go_modules/k8s.io/cri-api-0.32.1 (8c9a137). Branches appear to have diverged at 4692218:

* 8c9a1374564f480a20207b7725633a0dd94cd755 chore(deps): bump k8s.io/cri-api from 0.30.1 to 0.32.1
| * f9cf9cac70e095df0ef106e865222f549f7b1a80 chore(deps): bump github.com/grafana/pyroscope-go from 1.1.1 to 1.2.0 (#4519)
|/  
* 4692218c476d222aa8d2735a9aec1c1470290049 chore(deps): bump kernel.org/pub/linux/libs/security/libcap/cap (#4518)

commit 4692218c476d222aa8d2735a9aec1c1470290049
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 17 09:51:23 2025 -0300

    chore(deps): bump kernel.org/pub/linux/libs/security/libcap/cap (#4518)
    
    Bumps kernel.org/pub/linux/libs/security/libcap/cap from 1.2.70 to 1.2.73.
    
    ---
    updated-dependencies:
    - dependency-name: kernel.org/pub/linux/libs/security/libcap/cap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Rebase locally, and then force push to dependabot/go_modules/k8s.io/cri-api-0.32.1.

Bumps [k8s.io/cri-api](https://github.com/kubernetes/cri-api) from 0.30.1 to 0.32.1.
- [Commits](kubernetes/cri-api@v0.30.1...v0.32.1)

---
updated-dependencies:
- dependency-name: k8s.io/cri-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s.io/cri-api-0.32.1 branch from 8c9a137 to 6e90593 Compare January 17, 2025 12:53
@geyslan
Copy link
Member

geyslan commented Jan 17, 2025

This bump is requiring a tool chain bump... @NDStrahilevitz any objection or consideration in bumping go to latest?

@NDStrahilevitz
Copy link
Collaborator

This bump is requiring a tool chain bump... @NDStrahilevitz any objection or consideration in bumping go to latest?

I guess as long as we're not expecting the product to align to this version in the near future. As usual basically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants