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

docs: upgrade sreg gomod #4263

Merged
merged 12 commits into from Nov 9, 2023
Merged

docs: upgrade sreg gomod #4263

merged 12 commits into from Nov 9, 2023

Conversation

LZiHaN
Copy link
Contributor

@LZiHaN LZiHaN commented Nov 6, 2023

🤖 Generated by Copilot at 87ebee9

Summary

🆙🐛🧹

This pull request updates and cleans up the dependencies of sealos and its end-to-end tests. It adds new features and fixes bugs by using newer versions of some direct dependencies, such as github.com/labring/sreg and github.com/fatih/color. It also removes or updates many transitive dependencies that are no longer needed or outdated.

To fix bugs and add features galore
We updated sreg and some more
We cleaned up go.sum
And test/e2e/go.mod some
And aligned Kubernetes with sealos core

Walkthrough

  • Update the version of sreg dependency to v0.1.6 (link)
  • Clean up unused checksums of cloud.google.com/go/compute, github.com/golang-jwt/jwt/v4, and github.com/uber-go/goleak from go.work.sum (link, link, link)
  • Add new checksums of github.com/fatih/color, github.com/go-task/slim-sprig, github.com/labring/sreg, github.com/magefile/mage, github.com/onsi/ginkgo/v2, go.mongodb.org/mongo-driver, and golang.org/x/sys to go.work.sum (link, link, link, link, link, link, link)
  • Align the versions of Kubernetes dependencies and add missing replace directives in test/e2e/go.mod (link)
  • Update the versions of some dependencies and remove unused dependencies in test/e2e/go.mod (link, link, link, link)

refer to #4228

@sealos-ci-robot
Copy link
Member

🤖 Generated by lychee action

Summary

Status Count
🔍 Total 981
✅ Successful 312
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 668
❓ Unknown 0
🚫 Errors 0

Full action output

Full Github Actions output

Copy link

sweep-ai bot commented Nov 6, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

@cuisongliu cuisongliu added this to the v4.4 milestone Nov 7, 2023
@cuisongliu cuisongliu merged commit f21b7c9 into labring:main Nov 9, 2023
100 checks passed
@sealos-ci-robot
Copy link
Member

/cherry-pick release-v4.4

@sealos-ci-robot
Copy link
Member

🤖 says: Error cherry-picking.

Auto-merging go.mod
Auto-merging go.sum
Auto-merging go.work.sum
CONFLICT (content): Merge conflict in go.work.sum
Auto-merging test/e2e/go.mod
CONFLICT (content): Merge conflict in test/e2e/go.mod
Auto-merging test/e2e/go.sum
CONFLICT (content): Merge conflict in test/e2e/go.sum
error: could not apply f21b7c9... docs: upgrade sreg gomod (#4263)
hint: After resolving the conflicts, mark them with
hint: "git add/rm ", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".

@sealos-ci-robot
Copy link
Member

🤖 says: ‼️ cherry pick action failed.
See: https://github.com/labring/sealos/actions/runs/6807349384

@LZiHaN LZiHaN deleted the upgrade-sreg branch November 10, 2023 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants