18117 Commits

Author SHA1 Message Date
Flatcar Buildbot
2038263ac2 sys-kernel/coreos-sources: Update from 5.10.198 to 5.10.199 2023-10-26 07:11:50 +00:00
flatcar-ci
609e98f3fd New version: lts-3033.3.17-nightly-20231020-2100 2023-10-20 21:00:27 +00:00
Kai Lüke
1ce75c11ef
Merge pull request #1286 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-10-20 13:22:03 +02:00
Flatcar Buildbot
4d1144c787 Update mantle container image to latest HEAD 2023-10-19 08:56:14 +00:00
Sayan Chowdhury
424b6bae3b
New version: lts-3033.3.18 lts-3033.3.18 2023-10-19 11:20:28 +05:30
Sayan Chowdhury
f9511ad796
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.

Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-10-19 11:19:08 +05:30
Sayan Chowdhury
98d6de6d22
New version: lts-3033.3.18 2023-10-18 17:27:47 +05:30
Krzesimir Nowak
901344853f Merge pull request #1267 from flatcar/scripts
build_library/grub_install: Try mounting ESP directory in a loop
2023-10-18 13:52:05 +02:00
Krzesimir Nowak
b9b56f1063 build_library/grub_install: Try mounting ESP directory in a loop
Apparently successful `[[ -b "${LOOP_DEV}p1" ]]` check is not enough -
the mount can still fail. So instead of doing those checks, try
mounting and reprobing in the loop with some small exponential
backoffs.
2023-10-18 13:52:05 +02:00
flatcar-ci
f128d5a240 New version: lts-3033.3.17-nightly-20231017-2100 2023-10-17 21:00:31 +00:00
Sayan Chowdhury
12f88d619e
New version: lts-3033.3.18 2023-10-17 19:14:43 +05:30
Sayan Chowdhury
b73fc6b86e
Merge pull request #1278 from flatcar/sayan/flatcar-3033-add-curl-patches-oct-2023 2023-10-17 12:58:58 +05:30
flatcar-ci
b8e9cc6f22 New version: lts-3033.3.17-nightly-20231016-2100 2023-10-16 21:00:26 +00:00
Sayan Chowdhury
2adb4e8abc
backport curl CVE to flatcar-3033 (LTS-2022)
CVEs for which patches are added

CVE-2023-38545
CVE-2023-38546

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-10-16 22:01:06 +05:30
flatcar-ci
00ba43dd63 New version: lts-3033.3.17-nightly-20231013-2100 2023-10-13 21:00:25 +00:00
Dongsu Park
46f9eef672
Merge pull request #1257 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-10-13 19:27:49 +02:00
Flatcar Buildbot
d8242d077e Update mantle container image to latest HEAD 2023-10-13 07:46:44 +00:00
Dongsu Park
48099e1a23
Merge pull request #1249 from flatcar/linux-5.10.198-flatcar-3033
Upgrade Linux Kernel for flatcar-3033 from 5.10.197 to 5.10.198
2023-10-13 09:46:02 +02:00
Flatcar Buildbot
4ffbd432bb sys-kernel/coreos-sources: Update from 5.10.197 to 5.10.198 2023-10-11 07:12:03 +00:00
flatcar-ci
473e2ec4ae New version: lts-3033.3.17-nightly-20231010-2100 2023-10-10 21:00:36 +00:00
Mathieu Tortuyaux
7a81b5b698
Merge pull request #1244 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-10-10 12:22:21 +02:00
Flatcar Buildbot
05f0cbd259 Update mantle container image to latest HEAD 2023-10-10 08:34:38 +00:00
Kai Lüke
dcabe7c281
Merge pull request #1234 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-10-09 18:51:58 +02:00
Flatcar Buildbot
d065c9306f Update mantle container image to latest HEAD 2023-10-09 16:10:49 +00:00
Dongsu Park
3763a74afd
Merge pull request #1224 from flatcar/cacerts-3.94-flatcar-3033
Update ca-certificates in flatcar-3033 from 3.93 to 3.94
2023-10-09 15:04:20 +02:00
Flatcar Buildbot
8776ed5196 app-misc/ca-certificates: Update from 3.93 to 3.94 2023-10-09 07:18:38 +00:00
Dongsu Park
4ee87fec86
Merge pull request #1211 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-10-09 09:16:06 +02:00
Flatcar Buildbot
b5eb65e0c0 Update mantle container image to latest HEAD 2023-10-06 21:00:46 +00:00
flatcar-ci
6afa6b9108 New version: lts-3033.3.17-nightly-20231006-2100 2023-10-06 21:00:27 +00:00
flatcar-ci
3b4b4aeac4 New version: lts-3033.3.17-nightly-20231005-2100 2023-10-05 21:00:30 +00:00
Kai Lueke
6e142c7b1e Merge pull request #799 from flatcar/scripts
ci-automation: Follow-up fix for 2-phase nightly SDK build tags
2023-10-05 10:31:24 +02:00
Krzesimir Nowak
2e3be6e76e 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:24 +02:00
Krzesimir Nowak
d4f35538d0 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:24 +02:00
flatcar-ci
c49d9eb8fb New version: lts-3033.3.17-nightly-20230929-2100 2023-09-29 21:00:25 +00:00
flatcar-ci
1556b9d8ef New version: lts-3033.3.17-nightly-20230927-2100 2023-09-27 21:00:28 +00:00
Dongsu Park
55d5cd7cf1
Merge pull request #1195 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-27 10:55:51 +02:00
Flatcar Buildbot
29234aa627 Update mantle container image to latest HEAD 2023-09-27 08:54:15 +00:00
flatcar-ci
21a7d660dd New version: lts-3033.3.17-nightly-20230926-2100 2023-09-26 21:00:38 +00:00
Kai Lueke
e47df93de1 Merge pull request #1132 from flatcar/scripts
Allow use qcow2 inline compression
2023-09-26 13:40:19 +02:00
krishjainx
dced5f1485 Allow use qcow2 compressed format in place of additional compressed layer 2023-09-26 13:40:19 +02:00
Dongsu Park
f4caad942c
Merge pull request #1172 from flatcar/linux-5.10.197-flatcar-3033
Upgrade Linux Kernel for flatcar-3033 from 5.10.193 to 5.10.197
2023-09-26 12:54:20 +02:00
Dongsu Park
00d1c5ad24
Merge pull request #1184 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-26 09:10:24 +02:00
Flatcar Buildbot
dc51ea23fb Update mantle container image to latest HEAD 2023-09-25 21:00:44 +00:00
flatcar-ci
41d740da31 New version: lts-3033.3.17-nightly-20230925-2100 2023-09-25 21:00:24 +00:00
Kai Lüke
24a32d1654
Merge pull request #1183 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-25 12:48:58 +02:00
Flatcar Buildbot
77c7ae0ab0 Update mantle container image to latest HEAD 2023-09-25 10:48:11 +00:00
Dongsu Park
50af65e101 overlay sys-kernel/coreos-modules: delete configs CONFIG_NET_CLS_RSVP*
Build fails in >= 5.10.197 like below, because upstream stable Kernels
deleted the Kernel configs CONFIG_NET_CLS_RSVP*.

```
 * ERROR: sys-kernel/coreos-modules-5.10.197::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:10:11 +02:00
Flatcar Buildbot
115d11f55b sys-kernel/coreos-sources: Update from 5.10.193 to 5.10.197 2023-09-24 07:10:58 +00:00
flatcar-ci
ed992893d7 New version: lts-3033.3.17-nightly-20230922-2100 2023-09-22 21:00:32 +00:00
Mathieu Tortuyaux
93833af6e5
Merge pull request #1162 from flatcar/mantle-update-flatcar-3033
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-22 16:07:43 +02:00