Commit Graph

16139 Commits

Author SHA1 Message Date
flatcar-ci
38828976cc New version: main-3795.0.0-nightly-20231121-2100 2023-11-21 21:00:26 +00:00
flatcar-ci
0dd4f52127 New version: main-3794.0.0-nightly-20231120-2100 2023-11-20 21:00:33 +00:00
Jeremi Piotrowski
c2f04328a3
Merge pull request #1395 from flatcar/update-azure-linux-agent
app-emulation/wa-linux-agent: Update to 2.9.1.1
2023-11-20 16:41:17 +01:00
Jeremi Piotrowski
590fa87486 app-emulation/wa-linux-agent: Update to 2.9.1.1
This is the current version being deployed to the Azure fleet for other
distros. This update contains a fix for:

  Failed to get the PID of the DHCP client: invalid literal for int() with base 10: 'MainPID=1640'

The upstream fix (stripping MainPid=) is in
https://github.com/Azure/WALinuxAgent/pull/2784.

The patch has also been updated to fix the error:

  Unable to setup the persistent firewall rules: [Errno 30] Read-only file system: '/lib/systemd/system/waagent-network-setup.service'

by redirecting unit file installation to /etc/systemd/system. This change
requires handling in manglefs.sh as package installation unfortunately uses the
same path. This also requires adding a dependency on systemd-sysext.service to
that unit, as it depends on python, which is done through a drop-in.

A final change is handling interface restart. RedHat and Ubuntu bounce a single
link while Flatcar has so far used the "coreos" implementation (restart the
whole systemd-networkd), which forced a full dhcp lease renewal. Follow the
approaches of other distros by copying their implementation of restart_if.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-11-20 12:52:24 +01:00
flatcar-ci
9ffb098608 New version: main-3791.0.0-nightly-20231117-2100 2023-11-18 02:09:11 +00:00
flatcar-ci
198c0abf5b New version: main-3791.0.0-nightly-20231117-2100-INTERMEDIATE 2023-11-17 21:00:26 +00:00
Kai Lüke
d15fe243f5
Merge pull request #1400 from flatcar/kai/sshkeys.service
coreos-base/coreos-init: Make sshkeys.service more robust
2023-11-17 16:14:13 +01:00
Kai Lueke
cf261147e9 coreos-base/coreos-init: Bump ebuild revision after change 2023-11-17 15:51:53 +01:00
Mathieu Tortuyaux
5e5da0f34d
Merge pull request #1398 from flatcar/containerd-1.7.9-main
Upgrade Containerd in main from 1.7.8 to 1.7.9
2023-11-17 15:45:51 +01:00
Kai Lueke
16a7e2a294 coreos-base/coreos-init: Make sshkeys.service more robust
This pulls in
https://github.com/flatcar/init/pull/112
to only run coreos-metadata-sshkeys@core.service when not masked and
also retry on failure.
2023-11-17 15:43:57 +01:00
Flatcar Buildbot
af615bf169 app-containers/containerd: Update from 1.7.8 to 1.7.9 2023-11-17 08:16:33 +00:00
Dongsu Park
79031fd97c
Merge pull request #1397 from flatcar/dongsu/ue-rs-2023-11-16
overlay ue-rs: update to 0.1.0-r3, 2023-11-16
2023-11-17 09:15:18 +01:00
Dongsu Park
422d00a8ac
Merge pull request #1393 from flatcar/dongsu/uss-clap4-fix-options
overlay update-ssh-keys: fix number of arguments of clap4 options
2023-11-17 09:11:51 +01:00
flatcar-ci
2e63f9be1e New version: main-3790.0.0-nightly-20231116-2100 2023-11-16 21:00:30 +00:00
Kai Lüke
bd36d82fe6
Merge pull request #1391 from flatcar/kai/brightbox
Use OpenStack image for Brightbox
2023-11-16 18:30:51 +01:00
Mathieu Tortuyaux
8f5c266d81
Merge pull request #1385 from flatcar/go-1.19.13-and-1.20.11-main
Upgrade Go from 1.20.10 to 1.20.11
2023-11-16 15:33:31 +01:00
Dongsu Park
6c04bbdd7a overlay update-ssh-keys: fix number of arguments of clap4 options
In case of clap 4, it is necessary to set the number of args to 0,
if the option does not take any parameter.

Pulls in https://github.com/flatcar/update-ssh-keys/pull/16
2023-11-16 15:01:15 +01:00
Mathieu Tortuyaux
00850644f8
Merge pull request #1396 from flatcar/firmware-20231111-main
Upgrade Linux Firmware in main from 20231030 to 20231111
2023-11-16 13:12:12 +01:00
Dongsu Park
b5bb5c859b overlay ue-rs: update to 0.1.0-r3, 2023-11-16
Update ue-rs to 0.1.0-r3, 2023-11-16.
Pulls in https://github.com/flatcar/ue-rs/pull/23 and
https://github.com/flatcar/ue-rs/pull/24.
2023-11-16 12:56:39 +01:00
Flatcar Buildbot
203c78e109 sys-kernel/coreos-firmware: Update from 20231030 to 20231111 2023-11-16 07:11:44 +00:00
Kai Lueke
87ff566aae Use OpenStack image for Brightbox
The special Brightbox image uses the OpenStack userdata in Ignition but
lacked Afterburn usage. It actually works to use the OpenStack image and
directly which also enables Afterburn, thus we can drop the special
image.
Don't build a special image for Brightbox but recommend to use OpenStack
images directly. A symlink is added to help with the download of
hardcoded user scripts.
2023-11-15 13:33:55 +01:00
Krzesimir Nowak
e6bad5d0d3 overlay profiles: Update accept keywords for dev-libs/ding-libs 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
e7a03395fd overlay profiles: Install ntp modifications on generic images 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
542ffeb375 overlay coreos/config: Mask some files from net-misc/ntp
We provide our own config and dropins for setting up environment. Also
do not install perl stuff as perl interpreter is not available in
production images.
2023-11-15 09:55:23 +01:00
Krzesimir Nowak
2dd4648957 overlay coreos-base/misc-files: Add net-misc/ntp customizations
These are following things:

- adding notrap to restrict option in ntp.conf
- setting Flatcar-specific NTP servers in ntp.conf
- setting Restart=always for ntpd.service
- setting up environment for sntp and ntpdate
2023-11-15 09:55:23 +01:00
Krzesimir Nowak
766d0b846b net-misc/ntp: Sync with Gentoo
It's from Gentoo commit 8750a4090ea84eff7fe20b9ee6a4a30d82f2ffc7.
2023-11-15 09:55:23 +01:00
Krzesimir Nowak
9d93d56efa overlay net-misc/ntp: Move to portage-stable 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
ab69819899 overlay profiles: Add accept keywords for dev-libs/libsodium and dev-libs/libunistring 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
eea8405a27 dev-libs/nspr: Sync with Gentoo
It's from Gentoo commit 5caead31afd6d66482e29c075b2a21675cb99015.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
b6e767268b dev-libs/npth: Sync with Gentoo
It's from Gentoo commit 77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
70d65f6666 dev-libs/mpfr: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
d74d16da72 dev-libs/mpc: Sync with Gentoo
It's from Gentoo commit 7a92b7f2e5fdea74f1c9d269c7017dbcd268e9b2.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
ab2fec6d3b dev-libs/lzo: Sync with Gentoo
It's from Gentoo commit bd7cb186c573e4c26d83a4fd62b06e201182c847.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
01833da9fb dev-libs/libyaml: Sync with Gentoo
It's from Gentoo commit 83242696bc86d0e825b88e7e97519aff60316359.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
025dbcbe51 dev-libs/libverto: Sync with Gentoo
It's from Gentoo commit 4d7a3ab7554f0c952c64f15f42b42d45dd6426a7.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
4c6211a20c dev-libs/libunistring: Sync with Gentoo
It's from Gentoo commit e1b8c24e50874a72c63044fd6b216997ca34f62a.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
3f9843c2e2 dev-libs/libsodium: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
98ce9785f3 dev-libs/liblinear: Sync with Gentoo
It's from Gentoo commit 6c2c859c08f129a9ef197343915debe7e4ffa393.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
76f352d7e5 dev-libs/libffi: Sync with Gentoo
It's from Gentoo commit a24d0c4442a09fd9b15e538035a7fa317fc0ca73.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
09c89bd5c9 dev-libs/libevent: Sync with Gentoo
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
9a329c0028 dev-libs/libev: Sync with Gentoo
It's from Gentoo commit 6906dddca4129abb03e9e333d004d4855a5c9f4e.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
7faf5f8883 dev-libs/json-c: Sync with Gentoo
It's from Gentoo commit 084d66f3c1f6673f919bf8cc80401c1d0e18b476.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
6f8d25ee23 dev-libs/jansson: Sync with Gentoo
It's from Gentoo commit a0e09af2d796c8e12a29c3386237e5ebe44c51d4.
2023-11-15 09:55:22 +01:00
Krzesimir Nowak
63dd5562c7 dev-libs/ding-libs: Sync with Gentoo
It's from Gentoo commit 3e0de4c3b9bb72ac63c48349ea390b6586d4f9e5.
2023-11-15 09:55:22 +01:00
flatcar-ci
4bc44d7c3e New version: main-3788.0.0-nightly-20231114-2100 2023-11-14 21:00:25 +00:00
Flatcar Buildbot
245680fe7b Update mantle container image to latest HEAD 2023-11-13 21:00:45 +00:00
flatcar-ci
4f6ac2aab7 New version: main-3787.0.0-nightly-20231113-2100 2023-11-13 21:00:26 +00:00
Flatcar Buildbot
02940e27fa dev-lang/go: Update from 1.20.10 to 1.20.11 2023-11-13 07:23:15 +00:00
flatcar-ci
e8db172bc5 New version: main-3783.0.0-nightly-20231109-2100 2023-11-09 21:00:26 +00:00
Thilo Fromm
a9819dabb1
Merge pull request #1366 from flatcar/linux-6.1.62-main
Upgrade Linux Kernel for main from 6.1.61 to 6.1.62
2023-11-09 14:38:17 +01:00