Commit Graph

15753 Commits

Author SHA1 Message Date
Krzesimir Nowak
b50f8be65f
Merge pull request #1256 from flatcar/krnowak/openssh-update
net-misc/openssh: Update to 9.5p1
2023-10-12 16:47:19 +02:00
Jeremi Piotrowski
4d2f42e7cc
Merge pull request #1206 from flatcar/azure-multinic-fix
systemd-networkd: disable RoutesToDNS
2023-10-12 14:15:28 +02:00
Krzesimir Nowak
b54e9a6733
Merge pull request #1239 from flatcar/krnowak/glibc-update
sys-libs/glibc: Update to 2.37-r7
2023-10-12 10:13:07 +02:00
flatcar-ci
e46fdfc16b New version: main-3754.0.0-nightly-20231011-2100 2023-10-11 21:00:28 +00:00
Krzesimir Nowak
72783b44c3 overlay net-misc/openssh: Apply Flatcar modifications
None of these modifications are Flatcar-specific. We are trying to
upstream them in https://github.com/gentoo/gentoo/pull/31615. When
they reach Gentoo, we can move net-misc/openssh to portage-stable.

An exception from above paragraph is marking the ebuild as stable on
amd64 and arm64.
2023-10-11 14:14:38 +02:00
Krzesimir Nowak
086813594c net-misc/openssh: Sync with Gentoo
It's from Gentoo commit 682d6efe2be9885241813bb863324178a8d8aa5a.
2023-10-11 14:11:31 +02:00
Jeremi Piotrowski
a383ce5b5f bootengine: Disable RoutesToDNS
Pull in this PR https://github.com/flatcar/bootengine/pull/74 to disable a
systemd-networkd setting causing unexpected routes to appear.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-11 11:07:24 +02:00
Jeremi Piotrowski
febf6226e5 coreos-init: Disable RoutesToDNS setting
Pull in this PR https://github.com/flatcar/init/pull/109/ to disable a
systemd-networkd setting causing unexpected routes to appear.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-10-11 11:07:24 +02:00
flatcar-ci
78a5d7e1ca New version: main-3753.0.0-nightly-20231010-2100 2023-10-10 21:00:28 +00:00
Kai Lüke
8bdba808bb
Merge pull request #1238 from flatcar/kai/k8s-libexec
coreos-base/misc-files: Make Kubernetes work by default through symlink
2023-10-10 12:56:20 +02:00
Flatcar Buildbot
9fa989e9ac Update mantle container image to latest HEAD 2023-10-10 08:34:37 +00:00
Dongsu Park
9f2e875add
Merge pull request #1230 from flatcar/go-1.19.13-and-1.20.9-main
Upgrade Go from 1.20.8 to 1.20.9
2023-10-10 10:34:19 +02:00
Thilo Fromm
9bfd8ede6d sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that
  - add a fix for cross-prefix

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2023-10-10 09:47:26 +02:00
Krzesimir Nowak
a09bd91212 sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 0964ab9eb0aba1a299d24fabb80d977ea53d15de.
2023-10-10 09:34:34 +02:00
flatcar-ci
42c11d0bc1 New version: main-3752.0.0-nightly-20231009-2100 2023-10-09 21:00:26 +00:00
Kai Lueke
9651e2e754 coreos-base/misc-files: Make Kubernetes work by default through symlink
In the past user had to customize Kubernetes or use a bind mount to make
writing the default /usr/libexec/kubernetes/ path work. With
systemd-sysext on by default the bind mount doesn't work anymore because
it can get lost. A newer workaround is to use a systemd-sysext image
that creates a symlink in /usr/libexec/... to redirect to somewhere
under /var/.
Instead of relying on workarounds, make Kubernetes work by default on
Flatcar by having the symlink be part of the generic image. The target
folder will be created through a tmpfiles rule.
2023-10-09 18:46:24 +02:00
Flatcar Buildbot
2d54552c34 Update mantle container image to latest HEAD 2023-10-09 16:10:50 +00:00
Mathieu Tortuyaux
da1b25f180
Merge pull request #1197 from flatcar/tormath1/oem-openstack
oem: port digitalocean, equinix metal (packet) and openstack
2023-10-09 18:10:29 +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
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
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
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
flatcar-ci
4cfb59fcd2 New version: main-3746.0.0-nightly-20231003-2100 2023-10-03 21:00:26 +00:00
Mathieu Tortuyaux
c76c783a0e
Revert "overlay profiles: Add accept keywords for net-dns/bind-tools"
This reverts commit 2ec2f288a4.
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
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
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
Flatcar Buildbot
9c7df233a3 sys-fs/fuse: Sync with Gentoo
It's from Gentoo commit 02f3359b03e5dda41734bf300be8ad2f28d97793.
2023-10-02 07:14:48 +00:00
Flatcar Buildbot
cb1a683d81 sys-devel/gdb: Sync with Gentoo
It's from Gentoo commit 250e119954afe9ad63a4a2bd4afae50b6cc37001.
2023-10-02 07:14:29 +00:00
Flatcar Buildbot
2c8ac733b2 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 60527e9c220e351f084106f80b836c2048cea8ee.
2023-10-02 07:14:29 +00:00
Flatcar Buildbot
25ac571e94 sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 6010348df47c9b5bb8e2f3305b35f82f789aca36.
2023-10-02 07:14:26 +00:00
Flatcar Buildbot
f9c42b5507 sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit 53cf74d9d56658edb4588819802cf36814745958.
2023-10-02 07:14:14 +00:00
Flatcar Buildbot
cef710ff2d sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 82df9a60295325c30dee398ccb835726c17e18f8.
2023-10-02 07:14:10 +00:00
Flatcar Buildbot
803f2fdc63 sys-apps/portage: Sync with Gentoo
It's from Gentoo commit e3ae415c5f575307d73af899425f66baf6788c00.
2023-10-02 07:14:10 +00:00