Skip to content

chore: bump harvester to v1.8.0-rc6#65

Merged
starbops merged 1 commit into
harvester:mainfrom
starbops:bump-harvester
Apr 21, 2026
Merged

chore: bump harvester to v1.8.0-rc6#65
starbops merged 1 commit into
harvester:mainfrom
starbops:bump-harvester

Conversation

@starbops

Copy link
Copy Markdown
Member

Problem:

Solution:

Related Issue(s):

Test plan:

Additional documentation or context

Copilot AI review requested due to automatic review settings April 21, 2026 07:09

Copilot AI left a comment

Copy link
Copy Markdown

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 the module dependencies for github.com/harvester/upgrade-toolkit, primarily bumping the Harvester dependency to v1.8.0-rc6 and refreshing related transitive dependencies.

Changes:

  • Bump github.com/harvester/harvester from v1.8.0-rc1 to v1.8.0-rc6.
  • Upgrade several direct/indirect dependencies (e.g., longhorn-manager, ginkgo/gomega, Prometheus libs, some Kubernetes libs).
  • Regenerate go.sum to reflect updated dependency graph.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.

File Description
go.mod Updates required module versions (Harvester + related deps), introduces/adjusts several indirect versions.
go.sum Updates module checksums to match the new resolved dependency set.

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

Comment thread go.mod
Comment on lines +35 to +36
k8s.io/api v0.34.1
k8s.io/apimachinery v0.34.1

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

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

These k8s.io/api and k8s.io/apimachinery version bumps to v0.34.1 are currently overridden by the replace directives at the top of this file that pin both modules to v0.33.7. As-is, the upgrade won’t actually take effect and the go.mod state is misleading. Please either update/remove the corresponding replace entries to match the intended v0.34.1 versions, or revert these require bumps to align with the replacements.

Suggested change
k8s.io/api v0.34.1
k8s.io/apimachinery v0.34.1
k8s.io/api v0.33.7
k8s.io/apimachinery v0.33.7

Copilot uses AI. Check for mistakes.
Comment thread go.mod
Comment on lines +139 to +141
k8s.io/apiextensions-apiserver v0.34.1 // indirect
k8s.io/apiserver v0.34.1 // indirect
k8s.io/component-base v0.34.1 // indirect

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

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

These k8s.io/* bumps to v0.34.1 are also overridden by the replace block (which pins k8s.io/apiextensions-apiserver, k8s.io/apiserver, and k8s.io/component-base to v0.33.7). To avoid confusion and ensure the intended versions are actually used, please keep the require versions consistent with the active replace directives (or update/remove the replaces).

Suggested change
k8s.io/apiextensions-apiserver v0.34.1 // indirect
k8s.io/apiserver v0.34.1 // indirect
k8s.io/component-base v0.34.1 // indirect
k8s.io/apiextensions-apiserver v0.33.7 // indirect
k8s.io/apiserver v0.33.7 // indirect
k8s.io/component-base v0.33.7 // indirect

Copilot uses AI. Check for mistakes.
Comment thread go.mod
Comment on lines +25 to +28
github.com/harvester/harvester v1.8.0-rc6
github.com/longhorn/longhorn-manager v1.10.0
github.com/onsi/ginkgo/v2 v2.28.0
github.com/onsi/gomega v1.39.1

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

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

The PR title suggests this change is only a Harvester bump, but this hunk also upgrades several other dependencies (e.g., longhorn-manager, ginkgo/gomega, k8s.io/api/apimachinery, wrangler). Either narrow the dependency changes to match the stated scope, or update the PR title/description to reflect the broader upgrade set so reviewers know to validate those components too.

Copilot uses AI. Check for mistakes.
@starbops
starbops merged commit 1f2b0cd into harvester:main Apr 21, 2026
16 checks passed
@starbops
starbops deleted the bump-harvester branch April 21, 2026 09:54
@starbops

Copy link
Copy Markdown
Member Author

@mergify backport v1.8

@mergify

mergify Bot commented Apr 21, 2026

Copy link
Copy Markdown

backport v1.8

✅ Backports have been created

Details

starbops added a commit that referenced this pull request Apr 22, 2026
(cherry picked from commit 1f2b0cd)

Signed-off-by: Zespre Chang <[email protected]>
Co-authored-by: Zespre Chang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants