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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Flatcar Buildbot 
							
						 
					 
					
						
						
						
						
							
						
						
							6eea5a6abf 
							
						 
					 
					
						
						
							
							sys-apps/nvme-cli: Sync with Gentoo  
						
						... 
						
						
						
						It's from Gentoo commit 55507cc87ea6043e7a63ed47cab5a8632f1713ac. 
						
						
					 
					
						2023-10-02 07:14:08 +00:00 
						 
				 
			
				
					
						
							
							
								Flatcar Buildbot 
							
						 
					 
					
						
						
						
						
							
						
						
							038773a246 
							
						 
					 
					
						
						
							
							profiles: Sync with Gentoo  
						
						... 
						
						
						
						It's from Gentoo commit 3bef2c80fa5788776cd8c91dcfd182cddbbf5580. 
						
						
					 
					
						2023-10-02 07:13:31 +00:00 
						 
				 
			
				
					
						
							
							
								Flatcar Buildbot 
							
						 
					 
					
						
						
						
						
							
						
						
							2524293edb 
							
						 
					 
					
						
						
							
							net-misc/curl: Sync with Gentoo  
						
						... 
						
						
						
						It's from Gentoo commit e94f14e3be415b22f9b997cf61f6170a6380dc91. 
						
						
					 
					
						2023-10-02 07:13:14 +00:00