Skip to content

Bump all dependencies to their latest revisions#4532

Merged
ciaranjohnston merged 9 commits into
kptdev:mainfrom
Nordix:bump-all-to-latest
May 21, 2026
Merged

Bump all dependencies to their latest revisions#4532
ciaranjohnston merged 9 commits into
kptdev:mainfrom
Nordix:bump-all-to-latest

Conversation

@liamfallon
Copy link
Copy Markdown
Contributor

This PR is an upgrade of all the dependencies in the kpt repo to their latest version. The PR was created by running go get -u on each directory int he repo that contains a "go.mod" file and then running go mod tidy to update the "go.sum" files.

find . -name go.mod -execdir go get -u \;
find . -name go.mod -execdir go mod tidy \;

Copilot AI review requested due to automatic review settings May 21, 2026 08:36
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for kptdocs ready!

Name Link
🔨 Latest commit c3c6bee
🔍 Latest deploy log https://app.netlify.com/projects/kptdocs/deploys/6a0eec1ee6c95d0008840262
😎 Deploy Preview https://deploy-preview-4532--kptdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 21, 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

This PR updates kpt’s Go toolchain pin and bumps Go module dependencies across the repo by running go get -u and go mod tidy in each directory containing a go.mod.

Changes:

  • Bump the pinned Go toolchain patch version in the root Makefile.
  • Update dependency versions in the root module (go.mod/go.sum) and the healthcheck submodule.
  • Remove all dependencies from documentation/go.mod (and empty documentation/go.sum) as a result of go mod tidy.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Makefile Bumps GOLANG_VERSION from 1.26.2 to 1.26.3.
go.mod Updates a set of direct + indirect module versions (K8s libs, x/*, etc.).
go.sum Updates checksums to match the upgraded dependencies.
healthcheck/go.mod Bumps controller-runtime and apimachinery versions; tidies indirects.
healthcheck/go.sum Updates checksums for the healthcheck module dependency graph.
documentation/go.mod Removes the Docsy theme module requirement entirely (now no require entries).
documentation/go.sum Becomes empty after tidying removed all tracked deps.
Comments suppressed due to low confidence (1)

documentation/go.mod:3

  • documentation/config.toml declares theme = ["github.com/google/docsy"], which relies on Hugo modules. Running go mod tidy in documentation/ removed the Docsy module requirement, leaving documentation/go.mod with no require entries (and go.sum empty), which is likely to break hugo builds that need Docsy.

Consider restoring the Docsy dependency in documentation/go.mod and managing this module with hugo mod tidy (or by explicitly configuring Hugo [module] imports), rather than go mod tidy, so the theme module remains tracked.


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

Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Copilot AI review requested due to automatic review settings May 21, 2026 11:07
@liamfallon liamfallon force-pushed the bump-all-to-latest branch from b10c30a to b199238 Compare May 21, 2026 11:07
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 4 out of 7 changed files in this pull request and generated 2 comments.

Comment thread documentation/go.mod Outdated
Comment thread go.mod
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Copilot AI review requested due to automatic review settings May 21, 2026 11:17
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 4 out of 7 changed files in this pull request and generated no new comments.

Signed-off-by: liamfallon <liam.fallon@est.tech>
@dosubot dosubot Bot added the lgtm label May 21, 2026
@ciaranjohnston ciaranjohnston self-requested a review May 21, 2026 15:50
Copy link
Copy Markdown
Member

@ciaranjohnston ciaranjohnston left a comment

Choose a reason for hiding this comment

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

LGTM

@ciaranjohnston ciaranjohnston merged commit 49df708 into kptdev:main May 21, 2026
15 checks passed
@efiacor efiacor deleted the bump-all-to-latest branch May 21, 2026 15:55
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 lgtm size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants