-
Notifications
You must be signed in to change notification settings - Fork 68
sys-apps/ignition: bump to 2.22.0 #3182
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
base: main
Are you sure you want to change the base?
Conversation
4ffda61
to
f127107
Compare
...ainer/src/third_party/coreos-overlay/sys-apps/ignition/files/0001-sed-s-coreos-flatcar.patch
Show resolved
Hide resolved
diff --git a/go.mod b/go.mod | ||
index 63d73c98..f94bbafa 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -1,4 +1,4 @@ | ||
-module github.com/coreos/ignition/v2 | ||
+module github.com/flatcar/ignition/v2 | ||
|
||
go 1.22.0 | ||
toolchain go1.23.6 |
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.
This change should probably stay in the sed s/coreos/flatcar/
patch, no?
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.
Correct, thanks!
@@ -14,6 +14,7 @@ require ( | ||
@@ -1,4 +1,4 @@ | ||
-module github.com/coreos/ignition/v2 | ||
+module github.com/flatcar/ignition/v2 |
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.
This change probably should remain being a part of the sed s/coreos/flatcar/
patch, right?
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.
Correct, thanks!
* remove coreos-go eclass dependency * generate a Manifest * drop live ebuild Signed-off-by: Mathieu Tortuyaux <[email protected]>
f127107
to
8025362
Compare
Signed-off-by: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
8025362
to
a2d43da
Compare
Build action triggered: https://github.com/flatcar/scripts/actions/runs/16958767245 |
Let's hold this until the current main branch has been branched-out to avoid bringing more stuffs into the current release. |
In this PR we update Ignition to 2.22.0.
This pulls:
CI w/ all providers: http://localhost:8080/job/container/job/packages_all_arches/6465/cldsv/ 🟢 except for some Akamai tests but it's not related to this PR.
I took the opportunity to simplify the ebuild: