21221 Commits

Author SHA1 Message Date
Jeremi Piotrowski
dd3bbac09c Merge pull request #1199 from flatcar/scripts
ci-automation: Switch to managed identity on azure
2023-10-10 13:22:46 +02:00
Jeremi Piotrowski
87f8270b72 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-10 13:22:46 +02:00
Mathieu Tortuyaux
53d6c6d146
Merge pull request #1241 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-10-10 12:21:14 +02:00
Flatcar Buildbot
6bc01f77a9 Update mantle container image to latest HEAD 2023-10-10 08:34:35 +00:00
Kai Lüke
586234704c
Merge pull request #1235 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-10-09 18:51:51 +02:00
Flatcar Buildbot
7c18676224 Update mantle container image to latest HEAD 2023-10-09 16:10:50 +00:00
Dongsu Park
47096aee53
Merge pull request #1226 from flatcar/cacerts-3.94-flatcar-3510
Update ca-certificates in flatcar-3510 from 3.93 to 3.94
2023-10-09 15:05:11 +02:00
Flatcar Buildbot
0b02923ceb app-misc/ca-certificates: Update from 3.93 to 3.94 2023-10-09 07:18:49 +00:00
Dongsu Park
3a5053cf86
Merge pull request #1215 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-10-09 09:17:16 +02:00
Flatcar Buildbot
6e811bad89 Update mantle container image to latest HEAD 2023-10-06 21:00:47 +00:00
flatcar-ci
21a32ac1d0 New version: lts-3510.3.0-nightly-20231006-2100 2023-10-06 21:00:28 +00:00
Dongsu Park
a96d30bebe
Merge pull request #1174 from flatcar/linux-5.15.133-flatcar-3510
Upgrade Linux Kernel for flatcar-3510 from 5.15.132 to 5.15.133
2023-10-06 11:59:05 +02:00
flatcar-ci
368b97e49e New version: lts-3510.3.0-nightly-20231005-2100 2023-10-05 21:00:25 +00:00
Kai Lüke
25417f39f1
Merge pull request #1208 from flatcar/kai/lts-partprobe
Run partprobe after Ignition partition changes
2023-10-05 14:21:08 +02:00
Kai Lueke
e843faaa3f Merge pull request #799 from flatcar/scripts
ci-automation: Follow-up fix for 2-phase nightly SDK build tags
2023-10-05 10:31:38 +02:00
Krzesimir Nowak
a15266309a ci-automation/sdk_bootstrap: Put some names into variables
Changing the name of the main branch and the name of the nightly tag
may be useful for testing, so let's have them defined in one place.
2023-10-05 10:31:38 +02:00
Krzesimir Nowak
2d5392e1c9 ci-automation: Follow-up fix for 2-phase nightly SDK build tags
We push a commit with the nightly SDK tag to the main branch if the
SDK was built from the main branch. Which is what happens when we
build the nightly intermediate SDK. The final nightly SDK is not built
from the main branch, but rather from the nightly intermediate SDK
tag. Both of them point to the exactly same commit, but the difference
is in what `git rev-parse --abbrev-ref HEAD` returns for each of
those. When the main branch is checked out, the command will return
"main". When the nightly intermediate SDK tag is checked out, the
command will return "HEAD". So when nightly final SDK is being built,
the command returns a string different than "main" and thus decides
not to push the commit with the final nightly SDK tag to the main
branch. Rework it to assume that if `git rev-parse HEAD` and `git
rev-parse origin/main` return the same commit hash (and it's the
nightly build and all that) then the commit should be pushed.

We use "origin/main" instead of just "main" just in case the main
branch was not checked out before, for some reason (may come up in
testing with different names for the main branch when testing).
2023-10-05 10:31:38 +02:00
Kai Lueke
00bd16b975 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-04 17:11:05 +02:00
Dongsu Park
c00ce0e3ab New version: lts-3510.3.0 lts-3510.3.0 2023-10-02 18:04:03 +02:00
Dongsu Park
3f4376f2e3 set_lsb_release: Set LTS 2023 codename
While the codename is not really used for Flatcar in general, it serves
as place to set the LTS edition information.
2023-10-02 17:53:39 +02:00
flatcar-ci
bdfeb79bf0 New version: stable-3510.2.8-nightly-20230928-2100 2023-09-28 21:00:29 +00:00
flatcar-ci
06a96c9fa9 New version: stable-3510.2.8-nightly-20230927-2100 2023-09-27 21:00:30 +00:00
Dongsu Park
3f92352bd0
Merge pull request #1196 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-09-27 10:56:04 +02:00
Flatcar Buildbot
279b7bb6e9 Update mantle container image to latest HEAD 2023-09-27 08:54:15 +00:00
Dongsu Park
39fd2d537c changelog: add changelog for qcow2 inline compression
Add missing changelog of https://github.com/flatcar/scripts/pull/1132.
See also https://github.com/flatcar/Flatcar/issues/1135.
2023-09-27 09:37:48 +02:00
flatcar-ci
92c3fe964b New version: stable-3510.2.8-nightly-20230926-2100 2023-09-26 21:00:26 +00:00
Kai Lueke
4b71b330c8 Merge pull request #1132 from flatcar/scripts
Allow use qcow2 inline compression
2023-09-26 13:41:21 +02:00
krishjainx
77142ad8b5 Allow use qcow2 compressed format in place of additional compressed layer 2023-09-26 13:41:21 +02:00
Dongsu Park
7cf790f785
Merge pull request #1188 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-09-26 09:11:23 +02:00
Flatcar Buildbot
dac651c94a Update mantle container image to latest HEAD 2023-09-25 21:00:43 +00:00
flatcar-ci
69061d06bc New version: stable-3510.2.8-nightly-20230925-2100 2023-09-25 21:00:29 +00:00
Kai Lüke
6e8ffc83da
Merge pull request #1180 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-09-25 12:49:17 +02:00
Flatcar Buildbot
6d928fa195 Update mantle container image to latest HEAD 2023-09-25 10:48:10 +00:00
Dongsu Park
059df8f673 overlay sys-kernel/coreos-modules: delete configs CONFIG_NET_CLS_RSVP*
Build fails in >= 5.15.133 like below, because upstream stable Kernels
deleted the Kernel configs CONFIG_NET_CLS_RSVP*.

```
 * ERROR: sys-kernel/coreos-modules-5.15.133::coreos failed (configure
   phase):
 *   Requested options not enabled in build:
 *     CONFIG_NET_CLS_RSVP
 *     CONFIG_NET_CLS_RSVP6
```

Fix that by deleting the Kernel configs.
2023-09-25 11:08:21 +02:00
Flatcar Buildbot
0e5f22cfd1 sys-kernel/coreos-sources: Update from 5.15.132 to 5.15.133 2023-09-24 07:11:00 +00:00
flatcar-ci
dc16e283da New version: stable-3510.2.8-nightly-20230922-2100 2023-09-22 21:00:30 +00:00
Mathieu Tortuyaux
ecc4bd92e3
Merge pull request #1164 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-09-22 16:07:16 +02:00
Flatcar Buildbot
ba4b039182 Update mantle container image to latest HEAD 2023-09-22 07:36:26 +00:00
flatcar-ci
fb728df79a New version: stable-3510.2.8-nightly-20230921-2100 2023-09-21 21:00:25 +00:00
Dongsu Park
5b7074496f
Merge pull request #1152 from flatcar/linux-5.15.132-flatcar-3510
Upgrade Linux Kernel for flatcar-3510 from 5.15.129 to 5.15.132
2023-09-21 16:33:16 +02:00
Flatcar Buildbot
5118b13640 sys-kernel/coreos-sources: Update from 5.15.129 to 5.15.132 2023-09-21 16:31:38 +02:00
Kai Lueke
79ac1346f6 coreos-base/coreos-cloudinit: Workaround for user-configvirtfs.service
This pulls in
https://github.com/flatcar/coreos-cloudinit/pull/24
as a workaround to use Upholds= which eventually starts
user-configvirtfs.service.
2023-09-21 16:01:49 +02:00
Dongsu Park
ccf7f524ab New version: stable-3510.2.8 stable-3510.2.8 2023-09-19 18:37:56 +02:00
flatcar-ci
79acf60893 New version: stable-3510.2.7-nightly-20230918-2100 2023-09-18 21:00:29 +00:00
Jeremi Piotrowski
a2b4f9bc78 Merge pull request #1131 from flatcar/scripts
Pull in flatcar/init and bootengine changes  to ignore mana VF in networkd
2023-09-18 10:43:27 +02:00
Jeremi Piotrowski
eb2477f6f3 bootengine: Exclude mana VF from network management
The flatcar/bootengine commit includes a change to the azure sriov config file that
excludes devices managed by the mana driver from networkd management, just like
mlx4 and mlx5 devices.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-18 10:43:10 +02:00
Jeremi Piotrowski
f4ed4ed07b changelog: Add entry for mana vf support
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-18 10:42:33 +02:00
Jeremi Piotrowski
adcc752da6 coreos-init: Exclude mana VF from network management
The flatcar/init commits includes a change to the azure sriov config file that
excludes devices managed by the mana driver from networkd management, just like
mlx4 and mlx5 devices.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-18 10:42:33 +02:00
flatcar-ci
c30cc59f0b New version: stable-3510.2.7-nightly-20230914-2100 2023-09-14 21:00:26 +00:00
Mathieu Tortuyaux
a45df8c43a
Merge pull request #1138 from flatcar/mantle-update-flatcar-3510
Upgrade mantle container image to latest HEAD in flatcar-3510
2023-09-14 08:30:15 +02:00