flatcar-ci
81882faeda
New version: main-3755.0.0-nightly-20231012-2100
2023-10-12 21:00:22 +00:00
Krzesimir Nowak
4c3a85aaa6
Merge pull request #1264 from flatcar/krnowak/grub-update
...
overlay sys-boot/grub: Update to 2.06-r9
2023-10-12 20:37:20 +02:00
Krzesimir Nowak
f764ef4906
Merge pull request #1254 from flatcar/krnowak/curl-bump
...
net-misc/curl: Update to 8.4.0
2023-10-12 18:36:13 +02:00
Krzesimir Nowak
e328b7e4ca
Merge pull request #1223 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-09
...
Weekly portage-stable package updates 2023-10-09
2023-10-12 18:35:56 +02:00
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
Sayan Chowdhury
edd42f8e95
sys-boot/grub: Apply Flatcar patches
...
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-10-12 13:21:13 +02:00
Krzesimir Nowak
28577a2a22
sys-boot/grub: Sync with Gentoo
...
It's from Gentoo commit e6dcbcd25a2e4c2df04f6d4023f8675abc82ba06.
2023-10-12 13:12:58 +02:00
Krzesimir Nowak
3b4c37f404
overlay profiles: Drop accept keywords for net-misc/curl
...
The updated package is now stable.
2023-10-12 12:06:17 +02:00
Krzesimir Nowak
7e5ae6cdf0
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 7bf7eb520513c1b66125329f3ee9f2dfa1875d0f.
2023-10-12 12:06:17 +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
Krzesimir Nowak
d6412358b6
coreos overlay: Dropped accept keywords for sys-fs/fuse
2023-10-09 17:08:42 +02:00
Krzesimir Nowak
b091a117c8
coreos overlay: Dropped accept keywords for sys-devel/gcc
2023-10-09 16:47:15 +02:00
Krzesimir Nowak
1d4572c30e
coreos overlay: Dropped accept keywords for dev-python/lxml
2023-10-09 16:47:05 +02:00
Krzesimir Nowak
b5c45ad721
overlay profiles: Add accept keywords for net-misc/whois
2023-10-09 16:18:45 +02:00
Krzesimir Nowak
377c7e6e1c
overlay profiles: Add accept keywords for app-arch/pigz
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
b35040074f
sys-kernel/linux-headers: Sync with Gentoo
...
It's from Gentoo commit 2692dfa901b96fca8a47b78967f6cf5a3d483dab.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
a8a59fcd3f
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 0605ed4d84c009e2bf6236bf4d0181c35080f013.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
a77081a20f
sys-devel/gdb: Sync with Gentoo
...
It's from Gentoo commit 11e20405a1a8ffa9d7efe197ded0759846fa4256.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
3d0ac77b17
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 444f42f73266981576e51d509ae26564ac1641cc.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
1a6b7a009d
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit f5f361e355257f8098df5f56f7c43aed4b452831.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
695d13c83c
sys-apps/kbd: Sync with Gentoo
...
It's from Gentoo commit 68508019cec4a5622ffab2825ea9e8f6cdd42a84.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
424a3b5f60
sys-apps/hwdata: Sync with Gentoo
...
It's from Gentoo commit 6cded3b440a889fbea35205c5c42ab70373b4ff6.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
674b47ed1c
sec-policy/selinux-unconfined: Sync with Gentoo
...
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
9a9adc1705
sec-policy/selinux-sssd: Sync with Gentoo
...
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
895e5a3887
sec-policy/selinux-dbus: Sync with Gentoo
...
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
5f1df6bcfa
sec-policy/selinux-container: Sync with Gentoo
...
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:45 +02:00
Flatcar Buildbot
7a2ca353ef
sec-policy/selinux-base-policy: Sync with Gentoo
...
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
3c51990767
sec-policy/selinux-base: Sync with Gentoo
...
It's from Gentoo commit 699016c9b86c4154bb66e0657d3f3c264208141d.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
6f604d45c5
profiles: Sync with Gentoo
...
It's from Gentoo commit 948d91c1679ef28057c2ccc28e00a7bb6c027b77.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
99475eb72c
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit d873e6b6f87b8a71f0376a04f1487b394add718b.
2023-10-09 16:18:44 +02:00
Flatcar Buildbot
6fc672ca3a
net-fs/cifs-utils: Sync with Gentoo
...
It's from Gentoo commit 79853c374d5f3e0cf1a73a17fec44912739b7012.
2023-10-09 16:18:44 +02:00
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