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/cli-runtime from 0.30.2 to 0.32.2 #80

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 Feb 17, 2025

Bumps k8s.io/cli-runtime from 0.30.2 to 0.32.2.

Commits
  • fcea953 Update dependencies to v0.32.2 tag
  • f8c45be Merge remote-tracking branch 'origin/master' into release-1.32
  • f750fa0 Drop use of winreadlinkvolume godebug option
  • 9da77ec Merge remote-tracking branch 'origin/master' into release-1.32
  • 15e0912 Revert to go1.22 windows filesystem stdlib behavior
  • 3a2a8b4 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d76333...
  • 8ceafc0 Merge pull request #128396 from ritazh/deprecate-EnforceMountableSecretsAnnot...
  • f78772d deprecate EnforceMountableSecretsAnnotation in 1.32
  • 44c3029 Merge pull request #128507 from dims/use-k8s.io/utils/lru-instead-of-github.c...
  • 16fbedb Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
  • 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)

Summary by Sourcery

This pull request updates the k8s.io/cli-runtime, k8s.io/apimachinery and k8s.io/client-go dependencies to v0.32.2 and updates the go toolchain to go1.23.6.

Chores:

  • Bump the k8s.io/cli-runtime, k8s.io/apimachinery and k8s.io/client-go dependencies from v0.30.2 to v0.32.2.
  • Update the go toolchain to go1.23.6.

Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.30.2 to 0.32.2.
- [Commits](kubernetes/cli-runtime@v0.30.2...v0.32.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 17, 2025
Copy link

sourcery-ai bot commented Feb 17, 2025

Reviewer's Guide by Sourcery

This pull request updates the k8s.io/cli-runtime dependency from v0.30.2 to v0.32.2. It also updates other dependencies to align with the new version of k8s.io/cli-runtime. The go toolchain version was also updated.

Updated class diagram for k8s.io/cli-runtime

classDiagram
  class CliRuntime {
    -version: string
    +New()
    +GetVersion(): string
  }
  note for CliRuntime "Updated from v0.30.2 to v0.32.2"
Loading

Updated class diagram for k8s.io/apimachinery

classDiagram
  class ApiMachinery {
    -version: string
    +New()
    +GetVersion(): string
  }
  note for ApiMachinery "Updated from v0.31.3 to v0.32.2"
Loading

Updated class diagram for k8s.io/client-go

classDiagram
  class ClientGo {
    -version: string
    +New()
    +GetVersion(): string
  }
  note for ClientGo "Updated from v0.30.2 to v0.32.2"
Loading

Updated class diagram for sigs.k8s.io/kustomize/kyaml

classDiagram
  class Kyaml {
    -version: string
    +New()
    +GetVersion(): string
  }
  note for Kyaml "Updated from v0.17.2 to v0.18.1"
Loading

File-Level Changes

Change Details Files
Update k8s.io/cli-runtime dependency from v0.30.2 to v0.32.2.
  • Update k8s.io/cli-runtime to v0.32.2.
  • Update k8s.io/apimachinery to v0.32.2.
  • Update k8s.io/client-go to v0.32.2.
  • Update sigs.k8s.io/kustomize/kyaml to v0.18.1.
  • Update k8s.io/api to v0.32.2.
  • Update k8s.io/kube-openapi.
  • Update k8s.io/utils.
  • Update sigs.k8s.io/json.
  • Update sigs.k8s.io/kustomize/api.
  • Update sigs.k8s.io/structured-merge-diff/v4.
go.mod
go.sum
Update indirect dependencies.
  • Update github.com/Azure/go-ansiterm.
  • Update github.com/blang/semver/v4.
  • Update github.com/go-openapi/jsonpointer.
  • Update github.com/go-openapi/swag.
  • Update github.com/google/go-cmp.
  • Update github.com/gregjones/httpcache.
  • Update github.com/moby/term.
  • Update golang.org/x/net.
  • Update golang.org/x/oauth2.
  • Update golang.org/x/sync.
  • Update golang.org/x/sys.
  • Update golang.org/x/term.
  • Update golang.org/x/text.
  • Update golang.org/x/time.
  • Update google.golang.org/protobuf.
  • Update gopkg.in/evanphx/json-patch.v4.
go.mod
go.sum
Update the go toolchain.
  • Update the go toolchain to version 1.23.6.
go.mod

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Feb 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

codiumai-pr-agent-free bot commented Feb 17, 2025

CI Feedback 🧐

(Feedback updated until commit 679f75e)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Run tests

Failed stage: Run unit tests [❌]

Failure summary:

The action failed because the Go module dependencies were not in sync. The error message indicates
that updates to go.mod are needed, and suggests running go mod tidy to fix the issue. This is a
common issue when dependencies are modified but the go.mod and go.sum files are not updated
accordingly.

Additional notes:

  • The cache restore also failed because go.sum was not found in the expected location
  • The build failed during the make test command (line 280)
  • Exit code 2 indicates a build failure

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    57:  Adding to the cache ...
    58:  Successfully cached go to /opt/hostedtoolcache/go/1.22.3/x64
    59:  Added go to the path
    60:  Successfully set up Go version 1.22.3
    61:  [command]/opt/hostedtoolcache/go/1.22.3/x64/bin/go env GOMODCACHE
    62:  [command]/opt/hostedtoolcache/go/1.22.3/x64/bin/go env GOCACHE
    63:  /home/runner/go/pkg/mod
    64:  /home/runner/.cache/go-build
    65:  ##[warning]Restore cache failed: Dependencies file is not found in /home/runner/work/k8s-node-collector/k8s-node-collector. Supported file pattern: go.sum
    ...
    
    237:  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
    238:  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
    239:  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
    240:  go: downloading github.com/go-logr/logr v1.4.2
    241:  go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
    242:  go: downloading sigs.k8s.io/yaml v1.4.0
    243:  go: downloading gopkg.in/inf.v0 v0.9.1
    244:  go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
    245:  go: downloading github.com/pkg/errors v0.9.1
    ...
    
    253:  go: downloading github.com/golang/protobuf v1.5.4
    254:  go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
    255:  go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
    256:  go: downloading github.com/fxamacker/cbor/v2 v2.7.0
    257:  go: downloading github.com/google/go-cmp v0.6.0
    258:  go: downloading golang.org/x/time v0.7.0
    259:  go: downloading golang.org/x/oauth2 v0.23.0
    260:  go: downloading golang.org/x/sys v0.26.0
    261:  go: downloading github.com/go-errors/errors v1.4.2
    ...
    
    272:  go: downloading github.com/blang/semver/v4 v4.0.0
    273:  go: downloading github.com/emicklei/go-restful/v3 v3.11.0
    274:  go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
    275:  go: downloading github.com/xlab/treeprint v1.2.0
    276:  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    277:  go: downloading github.com/josharian/intern v1.0.0
    278:  go: updates to go.mod needed; to update it:
    279:  go mod tidy
    280:  make: *** [Makefile:15: test] Error 1
    281:  ##[error]Process completed with exit code 2.
    

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

    Successfully merging this pull request may close these issues.

    0 participants