From 622d4614116f0d95d8364964d8572aa05f10b1cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:10:54 +0000 Subject: [PATCH 1/2] chore(deps): update dependency containers/automation_images to v20231004 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a9826987..4a47cffc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,7 @@ env: PRIOR_FEDORA_NAME: "fedora-37" # VM Image built in containers/automation_images - IMAGE_SUFFIX: "c20230809t143240z-f38f37d13" + IMAGE_SUFFIX: "c20231004t194547z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" # Container FQIN's From 088905c9e1a48a17d69899ce41d7b51345de6da9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 20 Oct 2023 10:21:45 -0400 Subject: [PATCH 2/2] CI: Update Fedora names Signed-off-by: Chris Evich --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4a47cffc..f03db87c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,8 +20,8 @@ env: #### #### Cache-image names to test with (double-quotes around names are critical) #### - FEDORA_NAME: "fedora-38" - PRIOR_FEDORA_NAME: "fedora-37" + FEDORA_NAME: "fedora-39ß" + PRIOR_FEDORA_NAME: "fedora-38" # VM Image built in containers/automation_images IMAGE_SUFFIX: "c20231004t194547z-f39f38d13"