Commit Graph

1114 Commits

Author SHA1 Message Date
ci-robbot [bot]
8b6ac1080d
Bump system/kairos-agent to 2.5.0 (#567)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-12-12 19:14:16 +02:00
ci-robbot [bot]
68b51c0ccf
Bump fips/immucore to 0.1.7 (#566)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-12-11 19:04:17 +01:00
ci-robbot [bot]
31afe71523
Bump system/immucore to 0.1.7 (#565)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-12-11 19:03:51 +01:00
ci-robbot [bot]
5e4a88eaf0
Bump dracut/immucore to 0.1.7 (#564)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-12-11 17:53:27 +00:00
ci-robbot [bot]
2337d6d2fb
Bump system/kairos-agent to 2.4.5 (#563)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-12-06 17:41:30 +01:00
ci-robbot [bot]
8717abba87
Bump system/kairos-agent to 2.4.4 (#560) 2023-12-05 16:41:09 +01:00
ci-robbot [bot]
b9cb75374b
Bump fips/kairos-agent to 2.4.4 (#561) 2023-12-05 16:40:56 +01:00
Itxaka
5fbe73bbef
Fix services output (#559) 2023-12-05 16:38:34 +01:00
Itxaka
f2391cef29
Drop kernel package, as its very slow (#558) 2023-12-05 09:49:21 +01:00
Itxaka
bfa1341a21
Fix services tty output (#557)
* Fix serivces tty output

 - interactive installer: output was not connected to tty so it was
   impossible to answer any questions
 - reset: was not getting the output and taking over the tty so it got
   overwritten by other output. It could be stopped in the middle
 - installer: same as above but it could lead to stopping the install in
   the middle of it
 - recovery: same as above, QR code didnt even display

Signed-off-by: Itxaka <itxaka@kairos.io>

* Update packages/static/kairos-overlay-files/files/etc/systemd/system/kairos-interactive.service

---------

Signed-off-by: Itxaka <itxaka@kairos.io>
Co-authored-by: Mauro Morales <contact@mauromorales.com>
2023-12-05 08:31:01 +01:00
Itxaka
99ca4b2461 Fix kernel build version
Signed-off-by: Itxaka <itxaka@kairos.io>
2023-12-04 10:26:04 +01:00
Itxaka
0f9e981e12 support iscsi directly in the kernel instead of as a module
Signed-off-by: Itxaka <itxaka@kairos.io>
2023-12-04 09:29:04 +01:00
renovate[bot]
e9cdcaaac4 Update mikefarah/yq action to v4.40.4 2023-12-04 00:51:05 +00:00
Itxaka
88702649cf Fix kernel build job to have creds
Signed-off-by: Itxaka <itxaka@kairos.io>
2023-12-01 20:07:51 +01:00
Itxaka
ab8facdf28
Add upstream kernel package (#551) 2023-12-01 14:17:46 +01:00
Itxaka
023149ff39
Restore grub artifacts to leap (#553) 2023-12-01 12:20:04 +01:00
ci-robbot [bot]
0ebafa42b6
Bump system/kairos-agent to 2.4.3 (#548)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-11-23 17:14:32 +02:00
ci-robbot [bot]
d997e4ff3b
Bump fips/kairos-agent to 2.4.3 (#549)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-11-23 17:14:20 +02:00
ci-robbot [bot]
2e180911d7
Bump system/kairos-agent to 2.4.2 (#547)
Signed-off-by: ci-robbot <robot@c3os.io>
Co-authored-by: Dimitris Karakasilis <jimmykarily@gmail.com>
2023-11-22 17:39:05 +02:00
ci-robbot [bot]
26e1102f62
Bump fips/kairos-agent to 2.4.2 (#546)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-11-22 17:38:41 +02:00
Dimitris Karakasilis
4f11b7a41b
Make tty1 the default console in live system as well (#545)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-11-21 17:25:17 +02:00
Dimitris Karakasilis
e02e0808c7
Make tty1 the default console and let kairos service logs there (#544)
The order in the cmdline matters and it seems that the last one defined
is the "default" console. Setting StandardOutput to journal+console
makes `journalctl -u kairos` print the installer logs (maintaining the
existing behaviour of printing them in tty1)

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-11-21 16:03:47 +02:00
Dimitris Karakasilis
139a802cb5
insmod regexp in grub otherwise our bootargs.cfg logic won't work (#541)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-11-13 09:42:29 +02:00
Dimitris Karakasilis
913027e628
Bump kairos-agent version (#539)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-11-10 15:43:37 +02:00
ci-robbot [bot]
15ebd8e9cb
Bump utils/helm to 3.13.2 (#536)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-11-09 16:15:53 +01:00
ci-robbot [bot]
67ff0d870d
Bump utils/k9s to 0.28.0 (#534)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-11-09 16:15:36 +01:00
Dimitris Karakasilis
e7e576177a
Introduce KAIROS_ARTIFACT in bootargs.cfg and os-release (#535)
so store the full bootable artifact name as created by the naming.sh
script in the kairos repo.

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-11-08 15:43:56 +02:00
ci-robbot [bot]
5f15c21c5d
Bump utils/nerdctl to 1.7.0 (#532)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-11-06 19:05:30 +01:00
ci-robbot [bot]
38cbf1c0f0
Bump utils/edgevpn to 0.24.6 (#531)
Signed-off-by: ci-robbot <robot@c3os.io>
2023-11-06 19:05:10 +01:00
Itxaka
bdd67edf23
Fix immucore fips package and bump it (#530) 2023-10-27 14:09:28 +02:00
ci-robbot [bot]
80ccd1f6fb
Bump system/provider-kairos to 2.5.0 (#528)
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-10-27 12:18:24 +02:00
Itxaka
565d095e20
Disable building fips-static (#529) 2023-10-27 11:22:24 +02:00
ci-robbot [bot]
618c712311
Bump fips/kcrypt-challenger to 0.6.0 (#527) 2023-10-27 10:47:41 +02:00
ci-robbot [bot]
8e7e6188a4
Bump fips-static/kairos-agent to 2.4.0 (#500) 2023-10-27 10:46:48 +02:00
ci-robbot [bot]
1f1abfbe1a
Bump system/kcrypt-challenger to 0.6.0 (#526) 2023-10-27 10:46:34 +02:00
ci-robbot [bot]
532db3a42a
Bump system/kairos-agent to 2.4.0 (#498) 2023-10-27 10:38:17 +02:00
ci-robbot [bot]
cc75fd8968
Bump system/immucore to 0.1.6 (#467) 2023-10-27 10:37:50 +02:00
ci-robbot [bot]
da603fd0d8
Bump fips-static/immucore to 0.1.6 (#465) 2023-10-27 10:37:35 +02:00
ci-robbot [bot]
da787d7310
Bump fips/kairos-agent to 2.4.0 (#499) 2023-10-27 10:37:24 +02:00
ci-robbot [bot]
1727b032a1
Bump utils/edgevpn to 0.24.4 (#513) 2023-10-27 10:37:06 +02:00
ci-robbot [bot]
fac6dbfcea
Bump utils/earthly to 0.7.21 (#524) 2023-10-27 10:36:44 +02:00
ci-robbot [bot]
f65229d546
Bump dracut/immucore to 0.1.6 (#466) 2023-10-27 10:36:29 +02:00
Mauro Morales
b03604e5fe
Remove the +k3s1 part on k3s packages (#522)
* Remove the +k3s1 part on k3s packages

relates to kairos-io/kairos#1934

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* remove release to avoid bumping all packages

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

---------

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-10-27 09:59:00 +02:00
Itxaka
93f1b62c6f
Really, really, this time for sure, fix the network stack (#523) 2023-10-25 11:24:39 +02:00
Itxaka
362058eda5
Really, really fix the network issue (#521) 2023-10-24 18:43:32 +02:00
Itxaka
2b01f37a5e
Fix networking for leap (#520) 2023-10-24 11:14:36 +02:00
Itxaka
1a5a574351
Fix download urls for firmware 2023-10-24 10:10:27 +02:00
Itxaka
829d56c514
fix firmware checksum url 2023-10-24 10:09:11 +02:00
Itxaka
1905e1fd95
Fix dasel commands for firmware update checks 2023-10-23 22:32:43 +02:00
Itxaka
94f4514021
Update firmware repos to tumbleweed (#511)
* Update firmware repos to 15.5

* Update collection.yaml
2023-10-23 18:26:56 +02:00