Skip to content

chore: gomod update(deps): bump k8s.io/kubectl from 0.35.4 to 0.36.0 in /bsctl in the version-updates group#330

Merged
mrlunchbox777 merged 5 commits intomainfrom
dependabot/go_modules/bsctl/version-updates-4176b7c694
Apr 30, 2026
Merged

chore: gomod update(deps): bump k8s.io/kubectl from 0.35.4 to 0.36.0 in /bsctl in the version-updates group#330
mrlunchbox777 merged 5 commits intomainfrom
dependabot/go_modules/bsctl/version-updates-4176b7c694

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps the version-updates group in /bsctl with 1 update: k8s.io/kubectl.

Updates k8s.io/kubectl from 0.35.4 to 0.36.0

Commits
  • 1ac35f7 Update dependencies to v0.36.0 tag
  • 50e8956 Merge remote-tracking branch 'origin/master' into release-1.36
  • 3f435ca Merge pull request #138346 from dashpole/update_otel_prop
  • 36707c8 Merge remote-tracking branch 'origin/master' into release-1.36
  • 5e5dfaa Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 777119f update go.opentelemetry.io/otel to v1.41.0
  • 02b6975 pause: fix version drift in various files
  • 82a3c05 Merge pull request #137906 from aramase/aramase/c/grpc_v1.79.0
  • efc77af update google.golang.org/grpc to v1.79.3
  • 87e157c top command documentation enhancement (#136825)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the version-updates group in /bsctl with 1 update: [k8s.io/kubectl](https://github.com/kubernetes/kubectl).


Updates `k8s.io/kubectl` from 0.35.4 to 0.36.0
- [Commits](kubernetes/kubectl@v0.35.4...v0.36.0)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added changes/source Source file changes kind/chore Chore to be completed, e.g. renovate priority/1 Highest priority status/review Ready for review labels Apr 30, 2026
@dependabot dependabot Bot requested a review from mrlunchbox777 as a code owner April 30, 2026 10:34
@dependabot dependabot Bot added kind/chore Chore to be completed, e.g. renovate changes/source Source file changes priority/1 Highest priority status/review Ready for review labels Apr 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thank you for being part of our community and opening a pull request. We will work with you as soon as possible to integrate your contribution.

@github-actions github-actions Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 30, 2026
mrlunchbox777
mrlunchbox777 previously approved these changes Apr 30, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the bsctl Go module’s Kubernetes CLI dependencies (kubectl and related k8s libraries) and bumps the project version/changelog accordingly.

Changes:

  • Bump k8s.io/kubectl from 0.35.4 to 0.36.0 (and associated k8s transitive deps) in bsctl/go.mod and bsctl/go.sum.
  • Bump BasicSetupCliVersion from 0.1.24 to 0.1.25 and add a 0.1.25 changelog entry.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
resources/version.yaml Updates the primary release/docs version to 0.1.25.
bsctl/static/resources/constants.yaml Updates the mirrored semantic version constant to 0.1.25.
bsctl/go.mod Updates kubectl/k8s module versions; also changes the go directive.
bsctl/go.sum Updates module checksums for the dependency bump.
CHANGELOG.md Adds a 0.1.25 entry documenting the kubectl bump.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread bsctl/go.mod
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Andrew Shoell <mrlunchbox777@gmail.com>
@github-actions github-actions Bot added changes/documentation Documentation file changes changes/root Root file changes changes/resources Resources file changes labels Apr 30, 2026
@mrlunchbox777
Copy link
Copy Markdown
Owner

@copilot it looks like the upgrade to go 1.26 was needed. Can you put that back and add the other bits you mentioned in your review?

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 30, 2026

@copilot it looks like the upgrade to go 1.26 was needed. Can you put that back and add the other bits you mentioned in your review?

Done in commit 2e5046d. Restored go 1.26.0 in bsctl/go.mod and updated the following to align:

  • devbox.json: go@1.22.2go@1.26.0 (run devbox update go locally to regenerate the lock)
  • .github/workflows/go-coverage-report.yaml: go-version: ^1.22^1.26
  • CHANGELOG.md: added a note for the Go toolchain bump alongside the kubectl bump

Copilot AI requested a review from mrlunchbox777 April 30, 2026 14:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread devbox.json
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
@mrlunchbox777
Copy link
Copy Markdown
Owner

@copilot you made 3 comments, we need to stay at go 1.26 so we should regenerate the lock and update everything accordingly to address your review

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 30, 2026

@copilot you made 3 comments, we need to stay at go 1.26 so we should regenerate the lock and update everything accordingly to address your review

Done in commit dcd50e6:

  • devbox.lock: removed the stale go@1.22.2 entry — since devbox isn't available in CI, the Nix store paths can't be computed here; devbox will re-resolve and add the correct go@1.26.0 entry on the next devbox install.
  • CHANGELOG.md: fixed the entry to accurately reflect which version each tool was bumped from: go.mod from 1.25.0, devbox and CI from 1.22.2.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • search.devbox.sh
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • search.nixos.org
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 8 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread bsctl/go.mod
@mrlunchbox777 mrlunchbox777 merged commit 28959c0 into main Apr 30, 2026
14 checks passed
@mrlunchbox777 mrlunchbox777 deleted the dependabot/go_modules/bsctl/version-updates-4176b7c694 branch April 30, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes/documentation Documentation file changes changes/meta .github file changes changes/resources Resources file changes changes/root Root file changes changes/source Source file changes kind/chore Chore to be completed, e.g. renovate priority/1 Highest priority size/L Denotes a PR that changes 100-499 lines, ignoring generated files. status/review Ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants