Flatcar Buildbot
3dd04140d1
net-dns/c-ares: Sync with Gentoo
...
It's from Gentoo commit 1c74c5617c8c8094188eb2c99e3aae4867b5e22f.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
1839d45f45
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit cc7061ee5e3bfd1a7a1bcbdc44f1bd1d69fda495.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
7b9027777f
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit c0ad7b00c772c71a74ec42be0bf594ee9198b71c.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
abb4dc6189
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 14d76e24d2cdcdfa69c280e68d96a0244c1ccc20.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
c83c572dd1
dev-python/setuptools-scm: Sync with Gentoo
...
It's from Gentoo commit a2fa1d1a29320ec6602d6cde2af8decbfe52069f.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
b594c98bc3
dev-python/platformdirs: Sync with Gentoo
...
It's from Gentoo commit 4985f0705b618da6cf7ca5bf9c47af3cf94dab49.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
7e4b60a639
dev-python/lxml: Sync with Gentoo
...
It's from Gentoo commit d7204da98ae172d46089b350e1f7465eb617b743.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
6d060ff187
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit b28fd4b74718fb4047db1baad10f0002d840f637.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
fad0972f46
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 3f6342b1db6e23197fd2c7bbae588c8a9b0d3737.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
e583841efa
dev-libs/libbsd: Sync with Gentoo
...
It's from Gentoo commit d5288953bcc343f811fd59179097dad1db206320.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
88a0385371
dev-libs/cJSON: Sync with Gentoo
...
It's from Gentoo commit abe5a47cda2a63c48c8dbf71a0fb642db6bb3032.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
1d8553d480
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 978d0361e4ce0e8e5c3b0a0c12a36611f03d0d2f.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
185384e66e
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit b5eb3cf25f865a8d75f149e5225db9febc832a7d.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
8b7ce7ff16
app-portage/gentoolkit: Sync with Gentoo
...
It's from Gentoo commit 8b1e46f54820a06a69e0573015ee33f67e04c1c3.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
8af8661933
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit efb8fd83db0cdd062b100b763fa9e02609179081.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
4584e8a350
app-arch/pigz: Sync with Gentoo
...
It's from Gentoo commit c3eab6fa1db6e84500528a139a951c3a59874df8.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
ffd69881b4
app-alternatives/gzip: Sync with Gentoo
...
It's from Gentoo commit 33b88a8e44606ea675432dfb7b1cebb2037959d4.
2023-10-09 16:18:44 +02:00
Dongsu Park
333e3f19d2
Merge pull request #1227 from flatcar/cacerts-3.94-main
...
Update ca-certificates in main from 3.93 to 3.94
2023-10-09 15:04:02 +02:00
Mathieu Tortuyaux
bafe49f997
coreos-base/afterburn: do not start coreos-metadata.service on qemu
...
QEMU is not supported by Afterburn, let's add an extra-check to be sure
that the service will not run on this platform.
On cloud-init provisioned system, units are wrote in '/etc' after a
certain moment, if a unit takes precedence on one in '/usr' the one in
'/usr' would have certainly already started. That's the case for
'coreos-metadata.service' (wrote in '/etc' by cloud-init but already
available in '/usr').
```
$ journalctl -u coreos-metadata.service
Sep 29 07:37:57 localhost systemd[1]: Starting coreos-metadata.service - Flatcar Metadata Agent...
Sep 29 07:37:57 localhost coreos-metadata[1266]: Error: failed to run
Sep 29 07:37:57 localhost coreos-metadata[1266]: Caused by:
Sep 29 07:37:57 localhost coreos-metadata[1266]: 0: fetching metadata from provider
Sep 29 07:37:57 localhost coreos-metadata[1266]: 1: unknown provider 'qemu'
Sep 29 07:37:57 localhost systemd[1]: coreos-metadata.service: Main process exited, code=exited, status=1/FAILURE
Sep 29 07:37:57 localhost systemd[1]: coreos-metadata.service: Failed with result 'exit-code'.
Sep 29 07:37:57 localhost systemd[1]: Failed to start coreos-metadata.service - Flatcar Metadata Agent.
Sep 29 07:37:58 core1 systemd[1]: coreos-metadata.service: Scheduled restart job, restart counter is at 1.
Sep 29 07:37:58 core1 systemd[1]: Stopped coreos-metadata.service - QEMU metadata agent.
Sep 29 07:37:58 core1 systemd[1]: Starting coreos-metadata.service - QEMU metadata agent...
Sep 29 07:37:58 core1 systemd[1]: coreos-metadata.service: Deactivated successfully.
Sep 29 07:37:58 core1 systemd[1]: Finished coreos-metadata.service - QEMU metadata agent.
```
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:08 +02:00
Mathieu Tortuyaux
b36cb28768
overlay coreos-base/oem-packet: migrate to sysext format
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:08 +02:00
Mathieu Tortuyaux
4fdbbd9c1a
overlay coreos-base/coreos-init: pull packet phone home service
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:08 +02:00
Mathieu Tortuyaux
989d20a2f1
overlay core-base/oem-digitalocean: migrate to sysext format
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:07 +02:00
Mathieu Tortuyaux
57e7b5aebc
overlay coreos-base/oem-openstack: add oem-openstack
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-09 14:35:07 +02:00
Dongsu Park
c627224ce9
changelog: add security changelog for Go 1.20.9
2023-10-09 09:37:49 +02:00
Flatcar Buildbot
5f23cbccdc
dev-lang/go: Update from 1.20.8 to 1.20.9
2023-10-09 07:24:08 +00:00
Flatcar Buildbot
0e97d229bc
app-misc/ca-certificates: Update from 3.93 to 3.94
2023-10-09 07:18:50 +00:00
Dongsu Park
4a9ae3d0a3
Merge pull request #1213 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2023-10-09 09:15:42 +02:00
Flatcar Buildbot
71ef316d01
Update mantle container image to latest HEAD
2023-10-07 01:42:44 +00:00
flatcar-ci
3d95b2b4e2
New version: main-3749.0.0-nightly-20231006-2100
2023-10-07 01:42:23 +00:00
flatcar-ci
7010fc09d3
New version: main-3749.0.0-nightly-20231006-2100-INTERMEDIATE
2023-10-06 21:00:28 +00:00
flatcar-ci
78ad3aeceb
New version: main-3748.0.0-nightly-20231005-2100
2023-10-05 21:00:29 +00:00
Jeremi Piotrowski
6b18048005
Merge pull request #1210 from hhoover/pr/hhoover/eks-versions
...
coreos-overlay: Add support for new EKS versions
2023-10-05 16:07:30 +02:00
Jeremi Piotrowski
1117a1d88f
flatcar-eks: Bump ebuild revision
...
This helps track which versions include certain changes because these ebuild
revisions show up in the package version list that we publish alongside each
release.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-05 09:57:18 +02:00
Jeremi Piotrowski
d65aa94921
changelog: Add link to PR for EKS version support
...
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-05 09:55:55 +02:00
hhoover
63f825bad5
coreos-overlay: Add support for new EKS versions
...
This change adds download URLs for EKS 1.24,
1.25, 1.26, 1.27 and 1.28 so images can
more easily be used for EKS workers.
Signed-off-by: Hart Hoover <hart.hoover@gmail.com>
2023-10-04 16:27:21 -05:00
flatcar-ci
f685e291dc
New version: main-3747.0.0-nightly-20231004-2100
2023-10-04 21:00:30 +00:00
Mathieu Tortuyaux
e6b6d3f0a4
Merge pull request #1204 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-02
...
Weekly portage-stable package updates 2023-10-02
2023-10-04 14:15:54 +02:00
Jeremi Piotrowski
fe117dc1d9
ci-automation: Switch to managed identity on azure
...
Switch to using a managed identity instead of file based credentials for
running kola/ore (not plume). This covers our test subscription, but not our
publishing subscription.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-04 12:14:09 +02:00
flatcar-ci
4cfb59fcd2
New version: main-3746.0.0-nightly-20231003-2100
2023-10-03 21:00:26 +00:00
Mathieu Tortuyaux
7e9d1e390f
changelog: add entries
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-03 14:19:50 +02:00
Mathieu Tortuyaux
c76c783a0e
Revert "overlay profiles: Add accept keywords for net-dns/bind-tools"
...
This reverts commit 2ec2f288a42b1d0de03efa742e5a0d6e42d0d094.
2023-10-03 14:07:19 +02:00
flatcar-ci
59cbeb3f43
New version: main-3745.0.0-nightly-20231002-2100
2023-10-02 21:00:27 +00:00
Thilo Fromm
d04a8613c2
Merge pull request #1205 from flatcar/t-lo/sdk-prefix-fix-gcc-12-breakage
...
prefix: remove gcc-13 mask as the SDK now uses gcc-13
2023-10-02 17:46:17 +02:00
Thilo Fromm
88f104d1b2
prefix: remove gcc-13 mask as the SDK now uses gcc-13
...
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-02 17:26:41 +02:00
Kai Lüke
c3a7928800
Merge pull request #1202 from flatcar/kai/partprobe
...
Run partprobe after Ignition partition changes
2023-10-02 16:36:47 +02:00
Kai Lueke
2acaf32699
Run partprobe after Ignition partition changes
...
This adds https://github.com/coreos/ignition/pull/1717 as downstream
patch to fix https://github.com/flatcar/Flatcar/issues/1194
2023-10-02 16:36:30 +02:00
Dongsu Park
601a9ff389
Merge pull request #1203 from flatcar/buildbot/monthly-glsa-metadata-updates-2023-10-01
...
Monthly GLSA metadata 2023-10-01
2023-10-02 16:21:21 +02:00
Flatcar Buildbot
9abeef2a1c
portage-stable/metadata: Monthly GLSA metadata updates
2023-10-02 10:05:39 +02:00
Dongsu Park
0866b8b3a5
Merge pull request #1191 from flatcar/dongsu/samba-4.18
...
net-fs/samba: update to 4.18.4
2023-10-02 10:01:47 +02:00
Flatcar Buildbot
5bcd22452f
sys-libs/libnvme: Sync with Gentoo
...
It's from Gentoo commit 48ce7ec21d023e0a4d7f068bf340f96c2ec19f4e.
2023-10-02 07:15:04 +00:00