flatcar-ci
a3da01ae70
New version: stable-4459.2.3-nightly-20260127-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-27 21:00:22 +00:00
Mathieu Tortuyaux
9f98c69818
Merge pull request #3667 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-01-27 10:20:29 +01:00
Flatcar Buildbot
dd5671bd28
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-26 21:00:36 +00:00
Mathieu Tortuyaux
04810e7e17
New version: stable-4459.2.3
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-01-23 14:56:34 +01:00
flatcar-ci
98470bd2f5
New version: stable-4459.2.2-nightly-20260122-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-22 21:00:27 +00:00
flatcar-ci
108531fd5e
New version: stable-4459.2.2-nightly-20260119-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-19 21:00:25 +00:00
Mathieu Tortuyaux
d5f21461b7
Merge pull request #3655 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-01-19 14:46:52 +01:00
Mathieu Tortuyaux
2fcb6f69af
Merge pull request #3651 from flatcar/linux-6.12.66-flatcar-4459
...
Upgrade Linux Kernel for flatcar-4459 from 6.12.65 to 6.12.66
2026-01-19 14:39:36 +01:00
Flatcar Buildbot
ac45bfa2bf
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-19 13:39:34 +00:00
Flatcar Buildbot
47513f668c
sys-kernel/coreos-sources: Update from 6.12.65 to 6.12.66
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-18 07:06:28 +00:00
flatcar-ci
9a683b87ac
New version: stable-4459.2.2-nightly-20260115-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-15 21:00:23 +00:00
flatcar-ci
a063b8362f
New version: stable-4459.2.2-nightly-20260112-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-12 21:00:26 +00:00
Mathieu Tortuyaux
561dcae74e
Merge pull request #3644 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-01-12 14:38:05 +01:00
Flatcar Buildbot
99c06d4298
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-12 13:36:57 +00:00
Mathieu Tortuyaux
1b4125c1d6
Merge pull request #3633 from flatcar/linux-6.12.65-flatcar-4459
...
Upgrade Linux Kernel for flatcar-4459 from 6.12.64 to 6.12.65
2026-01-12 14:36:48 +01:00
Mathieu Tortuyaux
b60f04d8bd
Merge pull request #3638 from flatcar/cacerts-3.120-flatcar-4459
...
Update ca-certificates in flatcar-4459 from 3.119 to 3.120
2026-01-12 09:38:24 +01:00
Flatcar Buildbot
8cdbce6347
app-misc/ca-certificates: Update from 3.119 to 3.120
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-12 07:16:40 +00:00
Flatcar Buildbot
3dff52b495
sys-kernel/coreos-sources: Update from 6.12.64 to 6.12.65
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-12 07:10:47 +00:00
flatcar-ci
8503f6f763
New version: stable-4459.2.2-nightly-20260109-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-09 21:00:24 +00:00
Mathieu Tortuyaux
f6f4db6791
Merge pull request #3630 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-01-09 17:18:56 +01:00
Mathieu Tortuyaux
9328a8b857
Merge pull request #3625 from flatcar/linux-6.12.64-flatcar-4459
...
Upgrade Linux Kernel for flatcar-4459 from 6.12.62 to 6.12.64
2026-01-09 17:18:04 +01:00
Flatcar Buildbot
fd5949a2bd
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-09 16:18:04 +00:00
Flatcar Buildbot
1d28dd1548
sys-kernel/coreos-sources: Update from 6.12.62 to 6.12.64
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-09 13:35:42 +00:00
James Le Cuirot
baa6f6a06d
app-emulation/hv-daemons: Drop 9999 ebuild
...
It doesn't make any sense because there is no 9999 version of coreos-sources.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-09 13:28:58 +00:00
James Le Cuirot
1aed8790cf
github: Fix and simplify kernel-apply-patch.sh regarding hv-daemons
...
This action is kicked off from main for all channels, but the script is
run against each branch, so we can assume that hv-daemons is there.
COREOS_SOURCE_REVISION isn't in the hv-daemons ebuild, but that doesn't
matter. sed will do nothing.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-01-09 10:52:51 +01:00
flatcar-ci
8c7973e7a9
New version: stable-4459.2.2-nightly-20260108-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-08 21:00:22 +00:00
flatcar-ci
0f0df26191
New version: stable-4459.2.2-nightly-20260102-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-02 21:00:22 +00:00
James Le Cuirot
2894973a5a
Merge pull request #3608 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-01-02 10:58:02 +00:00
Flatcar Buildbot
6b4231adf3
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-02 10:56:55 +00:00
flatcar-ci
e00d0be078
New version: stable-4459.2.2-nightly-20260101-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-01 21:00:23 +00:00
flatcar-ci
869bb872af
New version: stable-4459.2.2-nightly-20251225-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-25 21:00:24 +00:00
flatcar-ci
40f20bd469
New version: stable-4459.2.2-nightly-20251223-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-23 21:00:24 +00:00
Mathieu Tortuyaux
a1fd98e599
Merge pull request #3604 from flatcar/tormath1/stable-init
2025-12-23 10:35:30 +01:00
Mathieu Tortuyaux
af4caefb14
coreos-base/coreos-init: add EGIT_BRANCH
...
As we are using the git eclass, we can't simply use a git ref if this
one is on another branch, we need to pass the git branch as well.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-12-23 09:39:31 +01:00
flatcar-ci
e6d9d492ee
New version: stable-4459.2.2-nightly-20251222-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-22 21:00:26 +00:00
James Le Cuirot
40cb6fed77
Merge pull request #3602 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2025-12-22 14:15:51 +00:00
Flatcar Buildbot
6cafeaad54
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-22 13:14:18 +00:00
Mathieu Tortuyaux
800a89b543
Merge pull request #3594 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2025-12-22 14:13:50 +01:00
Flatcar Buildbot
03b816b992
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-22 11:26:06 +00:00
flatcar-ci
2b114deca2
New version: stable-4459.2.2-nightly-20251219-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-19 21:00:24 +00:00
Kai Lueke
59fac6347f
coreos-base/coreos-init: Use separate backport branch
...
LTS already has flatcar-4081-backport but we can't share it because it's
older. Create an explicit backport branch for Stable.
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-19 18:24:35 +09:00
Kai Lueke
64f1760d3d
coreos-base/coreos-init: Use backport branch for sysupdate noop
...
This pulls in a change to use the old .conf extension instead of
.transfer.
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-19 18:16:27 +09:00
Kai Lüke
3f091e42b3
Merge pull request #3590 from flatcar/scripts
...
coreos-base/coreos-init: Add noop systemd-sysupdate transfer config
2025-12-19 18:03:31 +09:00
Kai Lueke
0fa37e43e3
coreos-base/coreos-init: Add noop systemd-sysupdate transfer config
...
This pulls in https://github.com/flatcar/init/pull/139 as workaround for
https://github.com/flatcar/flatcar/issues/1979 and should be backported
to Alpha/Beta.
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-19 18:03:31 +09:00
flatcar-ci
bdf8c0d74d
New version: stable-4459.2.2-nightly-20251218-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-18 21:00:23 +00:00
Mathieu Tortuyaux
4ab58ec3a0
Merge pull request #3583 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2025-12-18 18:00:28 +01:00
Julian Tölle
005c7c17e8
scripts: update hetzner amd64 instance type
...
The currently used server type (`cpx11`) was deprecated and will be
removed on 2026-01-01.
- https://www.hetzner.com/news/new-cloud-plans/
- https://docs.hetzner.cloud/changelog#2025-10-16-new-server-types-with-categories
- https://docs.hetzner.cloud/changelog#2025-10-16-server-types-deprecated
Signed-off-by: Julian Tölle <julian.toelle@hetzner-cloud.de>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-12-18 13:36:38 +01:00
Flatcar Buildbot
4cca703982
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-18 12:01:54 +00:00
Robin Schneider
c1e8523a44
Use a less powerful machine for amd64 tests
...
Signed-off-by: Robin Schneider <robin.schneider@stackit.cloud>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-12-18 10:36:06 +01:00
James Le Cuirot
2db90a9727
Merge pull request #3579 from flatcar/mantle-update-flatcar-4459
...
Upgrade mantle container image to latest HEAD in flatcar-4459
2025-12-18 09:35:06 +00:00