From 33b9a8c0af090c3f10afab5488ef68f6bc96cc1a Mon Sep 17 00:00:00 2001 From: ErenAri Date: Fri, 26 Jun 2026 18:00:40 +0300 Subject: [PATCH] =?UTF-8?q?fix(profiles):=20include=20CoreOS=20profiles=20?= =?UTF-8?q?in=20the=20tier3=20matrix=20(catalog=E2=86=94matrix=20consisten?= =?UTF-8?q?cy)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The profile catalog lists fedora-coreos-stable-6.14 and rhcos-4.16-5.14 under Tier 3, but matrices/tier3-cloud-native.yaml did not reference them — unlike the sibling non-runnable profiles (bottlerocket/talos/flatcar), which are in the matrix as required: false. Add both CoreOS profiles the same way (non-blocking; ExecutionTransport still reports them unsupported, so nothing claims they run), and list their missing cache images alongside the siblings. No change to runnability: CoreOS remains Ignition-gated and unsupported, and RHCOS/OpenShift is still deliberately absent from the README "Distributions covered" section. Co-Authored-By: Claude Opus 4.8 --- docs/profile-catalog.md | 2 ++ matrices/tier3-cloud-native.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/profile-catalog.md b/docs/profile-catalog.md index 0eadeac..69212a7 100644 --- a/docs/profile-catalog.md +++ b/docs/profile-catalog.md @@ -95,6 +95,8 @@ This document defines the maintained profile matrices used for compatibility cam - `vm/cache/linux-mainline-5.6.qcow2` - `vm/cache/bottlerocket-aws-6.1.qcow2` - `vm/cache/talos-6.6.qcow2` + - `vm/cache/fedora-coreos-stable.qcow2` (also Ignition-gated — see Transport Notes) + - `vm/cache/rhcos-4.16.qcow2` (pull-secret + Ignition-gated — see Transport Notes) Strict commands can run now: diff --git a/matrices/tier3-cloud-native.yaml b/matrices/tier3-cloud-native.yaml index 385acee..e5938b6 100644 --- a/matrices/tier3-cloud-native.yaml +++ b/matrices/tier3-cloud-native.yaml @@ -6,5 +6,9 @@ profiles: required: false - id: talos-6.6 required: false + - id: fedora-coreos-stable-6.14 + required: false + - id: rhcos-4.16-5.14 + required: false - id: ubuntu-22.04-5.15-lockdown required: true