-
Notifications
You must be signed in to change notification settings - Fork 281
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
[release-1.29] Bump k3s version for master and add/enhance tests #7608
[release-1.29] Bump k3s version for master and add/enhance tests #7608
Conversation
Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]>
Also, suppress progress output from `vagrant up` Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]>
Updates k3s: k3s-io/k3s@cba30eb...c577569 Signed-off-by: Brad Davidson <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.29 #7608 +/- ##
=============================================
Coverage 22.96% 22.96%
=============================================
Files 34 34
Lines 3505 3505
=============================================
Hits 805 805
Misses 2652 2652
Partials 48 48
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -80,7 +80,7 @@ require ( | |||
github.com/google/go-containerregistry v0.20.2 | |||
github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28 | |||
github.com/k3s-io/helm-controller v0.15.15 | |||
github.com/k3s-io/k3s v1.29.13-0.20250113231425-cba30eb6b361 // release-1.29 | |||
github.com/k3s-io/k3s v1.29.13-rc1.0.20250116004245-c577569268df // release-1.29 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just checking, do we want the -rc version here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's just the pseudo-version that go has assigned to the latest commit on that branch. Since we no longer wait to tag K3s releases prior to each rke2 release we wont necessarily see a full release here.
Proposed Changes
Updates k3s: k3s-io/k3s@cba30eb...c577569
Add e2e framework enhancements and integration test for bind-address flag
Types of Changes
bugfix, tests
Verification
tests
Testing
yes
Linked Issues
User-Facing Change
Further Comments