Flatcar Buildbot
413b6d5729
Update mantle container image to latest HEAD
2025-07-09 07:05:06 +00:00
Mathieu Tortuyaux
cf1041eeb1
Merge pull request #3089 from flatcar/cacerts-3.113.1-flatcar-4372
...
Update ca-certificates in flatcar-4372 from 3.113 to 3.113.1
2025-07-09 09:03:33 +02:00
Flatcar Buildbot
9fa1c75659
app-misc/ca-certificates: Update from 3.113 to 3.113.1
2025-07-07 07:12:23 +00:00
Sayan Chowdhury
335df6f569
New version: alpha-4372.0.1
alpha-4372.0.1
2025-07-07 01:34:30 +05:30
Mathieu Tortuyaux
75135f399c
Merge pull request #3073 from flatcar/mantle-update-flatcar-4372
...
Upgrade mantle container image to latest HEAD in flatcar-4372
2025-07-03 10:23:31 +02:00
Flatcar Buildbot
abd82b661c
Update mantle container image to latest HEAD
2025-07-02 21:00:43 +00:00
Krzesimir Nowak
d7a7572db4
Merge pull request #3067 from flatcar/krnowak/alpha-sudo
...
Update app-admin/sudo to 1.9.17p1
2025-07-02 15:28:02 +02:00
Krzesimir Nowak
ca4732f977
changelog: Add entries
2025-07-01 13:15:23 +02:00
Krzesimir Nowak
8b59bf8d7f
app-admin/sudo: Sync with Gentoo
...
It's from Gentoo commit 45a501b67600b00178fb68ce2bf8b8516eb28cc5.
2025-07-01 13:15:11 +02:00
Jon Doron
e81b6af295
sys-kernel/coreos-modules: Enable CONFIG_FTRACE_SYSCALLS
...
This config enables the syscall tracepoints which are mainly used by
different security and observability tools.
The config was moved to common, so it's removed from the AMD64 only
config.
Signed-off-by: Jon Doron <jond@wiz.io>
2025-07-01 10:01:37 +02:00
Robin Schneider
0733b3adc8
OEM: Provide STACKIT images
2025-06-30 17:45:48 +02:00
Mathieu Tortuyaux
76e202c992
Merge pull request #3055 from flatcar/linux-6.12.35-flatcar-4372
...
Upgrade Linux Kernel for flatcar-4372 from 6.12.34 to 6.12.35
2025-06-30 16:56:18 +02:00
Mathieu Tortuyaux
1b9b12066b
Merge pull request #3061 from flatcar/cacerts-3.113-flatcar-4372
...
Update ca-certificates in flatcar-4372 from 3.112 to 3.113
2025-06-30 10:00:22 +02:00
Flatcar Buildbot
a3380058cb
app-misc/ca-certificates: Update from 3.112 to 3.113
2025-06-30 07:11:20 +00:00
Flatcar Buildbot
829142229c
sys-kernel/coreos-sources: Update from 6.12.34 to 6.12.35
2025-06-28 07:05:17 +00:00
Mathieu Tortuyaux
6827c6b8bb
Merge pull request #3053 from flatcar/mantle-update-flatcar-4372
...
Upgrade mantle container image to latest HEAD in flatcar-4372
2025-06-25 11:45:09 +02:00
Flatcar Buildbot
edcb8f3e72
Update mantle container image to latest HEAD
2025-06-25 09:44:45 +00:00
Sayan Chowdhury
79335d2ee4
New version: alpha-4372.0.0
alpha-4372.0.0
2025-06-20 20:44:15 +05:30
Mathieu Tortuyaux
628414b9b2
Merge pull request #3028 from flatcar/tormath1/incus
...
incus: remove subuid / subgid creation from sysext
2025-06-20 16:07:20 +02:00
Mathieu Tortuyaux
e4a69ba73e
Merge pull request #3032 from flatcar/linux-6.12.34-main
...
Upgrade Linux Kernel for main from 6.12.33 to 6.12.34
2025-06-20 16:02:20 +02:00
Mathieu Tortuyaux
6c8e1265cc
Merge pull request #3035 from subnix/feature/toolbox-podman-support
...
Upgrade toolbox
2025-06-20 11:09:01 +02:00
subnix
40759da09e
feat: support for podman in toolbox
2025-06-20 08:42:06 +00:00
Mathieu Tortuyaux
d4a45d225c
Merge pull request #3029 from flatcar/firmware-20250613-main
...
Upgrade Linux Firmware in main from 20250509 to 20250613
2025-06-20 09:14:16 +02:00
Flatcar Buildbot
3cf3699fb9
sys-kernel/coreos-sources: Update from 6.12.33 to 6.12.34
2025-06-20 07:06:56 +00:00
Mathieu Tortuyaux
e1cf440998
ice: update package version to 1.3.43.0
...
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=18f9edda4283886ab6f934d6eec8652af359c6ed
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-06-19 15:42:17 +02:00
Flatcar Buildbot
8a2896f612
sys-kernel/coreos-firmware: Update from 20250509 to 20250613
2025-06-19 07:06:29 +00:00
Mathieu Tortuyaux
b1d1157e65
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-06-18 14:56:37 +02:00
Mathieu Tortuyaux
fcb6e97776
incus: remove subuid / subgid creation from sysext
...
This create more issues than it solves:
* override existing subuid / subgid
* not flexible for the end user
* it has to be created only once (while tmpfiles always try to create
those files)
I think Flatcar should not be responsible to create this and it should
be documented on how to do it through Ignition:
```yaml
version: 1.1.0
variant: flatcar
storage:
files:
- path: /etc/subuid
append:
- inline: |
root:1065536:65536
- path: /etc/subgid
append:
- inline: |
root:1065536:65536
```
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-06-18 10:11:34 +02:00
flatcar-ci
17792e7cad
New version: main-4368.0.0-nightly-20250616-2100
2025-06-16 21:00:28 +00:00
flatcar-ci
40ea12ded9
New version: main-4365.0.0-nightly-20250613-2100
2025-06-14 02:41:51 +00:00
flatcar-ci
5d0a2316fc
New version: main-4365.0.0-nightly-20250613-2100-INTERMEDIATE
2025-06-13 21:00:30 +00:00
flatcar-ci
5184b34170
Revert failed version back to 4363.0.0+nightly-20250611-2100
2025-06-13 07:48:25 +00:00
flatcar-ci
34521c9e9a
New version: main-4364.0.0-nightly-20250612-2100
2025-06-12 21:00:26 +00:00
Mathieu Tortuyaux
9a0a9bcd05
Merge pull request #3017 from flatcar/linux-6.12.33-main
...
Upgrade Linux Kernel for main from 6.12.32 to 6.12.33
2025-06-12 16:45:40 +02:00
James Le Cuirot
4a4b268efd
Merge pull request #3019 from flatcar/chewi/init-fixes
...
coreos-base/coreos-init: Bump for extend-fs and /boot permission changes
2025-06-12 15:42:40 +01:00
James Le Cuirot
7a0bc5458d
coreos-base/coreos-init: Bump for extend-fs and /boot permission changes
...
An associated Kola fix is included.
Closes: https://github.com/flatcar/init/pull/132
Closes: https://github.com/flatcar/Flatcar/issues/296
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-06-12 14:22:23 +01:00
flatcar-ci
a887c9080a
New version: main-4363.0.0-nightly-20250611-2100
2025-06-11 21:00:36 +00:00
Mathieu Tortuyaux
4b3dedcffd
Merge pull request #3011 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2025-06-11 10:40:26 +02:00
Flatcar Buildbot
724b1d636f
sys-kernel/coreos-sources: Update from 6.12.32 to 6.12.33
2025-06-11 07:07:11 +00:00
Flatcar Buildbot
bd50d8a7ec
Update mantle container image to latest HEAD
2025-06-10 21:00:49 +00:00
flatcar-ci
1b087fe447
New version: main-4362.0.0-nightly-20250610-2100
2025-06-10 21:00:26 +00:00
Jan Bronicki
c2eaed69bd
Merge pull request #3004 from flatcar/move-to-new-main-branch
...
Update EGIT_COMMIT reference from 'flatcar-master' to 'main' in mayda…
2025-06-10 15:53:03 +02:00
flatcar-ci
efb5c5d1ff
New version: main-4361.0.0-nightly-20250609-2100
2025-06-09 21:00:38 +00:00
flatcar-ci
0e65dbd675
Revert failed version back to 4356.0.0+nightly-20250604-2100
2025-06-07 00:40:28 +00:00
flatcar-ci
f881a9df67
New version: main-4358.0.0-nightly-20250606-2100-INTERMEDIATE
2025-06-06 21:00:29 +00:00
Jan Bronicki
9641c8cf34
Merge pull request #3005 from flatcar/fix-cant-build-custom-image-on-fork
...
This pull request updates the README.md to include instructions for working with forks of the scripts repository. The new section explains how to fetch upstream tags to ensure proper version detection when using the SDK.
Documentation updates:
README.md: Added a new section titled "Working with forks" to guide users on fetching upstream tags when working with a fork of the scripts repository. This ensures compatibility with the SDK's version detection mechanism using git describe --tags.
Fixes : flatcar/Flatcar#1705
2025-06-06 16:43:06 +02:00
Thilo Fromm
30abd79aaf
Update README.md
...
Co-authored-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-06-06 16:41:10 +02:00
Jan Bronicki
0c1df62020
Update README.md
...
Co-authored-by: Thilo Fromm <thilofromm@microsoft.com>
2025-06-06 16:36:55 +02:00
Jan Bronicki
3ca61e9cfc
Update README.md
...
Co-authored-by: Thilo Fromm <thilofromm@microsoft.com>
2025-06-06 16:36:10 +02:00
Mathieu Tortuyaux
cd949badd4
Merge pull request #2999 from flatcar/linux-6.12.32-main
...
Upgrade Linux Kernel for main from 6.12.31 to 6.12.32
2025-06-06 14:03:00 +02:00