From 47876e3fcbb93e2f51771e40100c6d69df3e943b Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Fri, 21 Nov 2025 11:02:20 -0700 Subject: [PATCH 1/2] templates/rebase: rhcos extensions update no longer required The RHCOS extensions container was updated to use centos:stream9 instead of fedora:N as the builder[1]. Remove the step from the checklist since it's no longer required. [1]: https://github.com/openshift/os/commit/cdd91139ec030bbb3d8d8ba8436f5ee4c7711813 xref: https://github.com/coreos/fedora-coreos-tracker/issues/1935 --- .github/ISSUE_TEMPLATE/rebase.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/rebase.md b/.github/ISSUE_TEMPLATE/rebase.md index 323d5e2..0523d72 100644 --- a/.github/ISSUE_TEMPLATE/rebase.md +++ b/.github/ISSUE_TEMPLATE/rebase.md @@ -216,5 +216,3 @@ These are various containers in use throughout our ecosystem. We should update o - [Dockerfile](https://github.com/coreos/fedora-coreos-releng-automation/blob/main/fedora-ostree-pruner/Dockerfile) - [ImageStream](https://pagure.io/fedora-infra/ansible/blob/main/f/roles/openshift-apps/fedora-ostree-pruner/templates/imagestream.yml) - [BuildConfig](https://pagure.io/fedora-infra/ansible/blob/main/f/roles/openshift-apps/fedora-ostree-pruner/templates/buildconfig.yml) -- [ ] Update RHCOS extensions container - - [Dockerfile](https://github.com/openshift/os/blob/master/extensions/Dockerfile) From 10525ffc26c72e2b96a35e0b20fd32b9c8289d2f Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Fri, 21 Nov 2025 11:10:28 -0700 Subject: [PATCH 2/2] templates/rebase: add step to udpate fcos-meeting-action template We need to bump the "Review Fedora N+1 Release Schedule" schedule with each Fedora major release so we can start tracking it during the weekly community meeting. Add a step to do so when Fedora N goes GA. --- .github/ISSUE_TEMPLATE/rebase.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/rebase.md b/.github/ISSUE_TEMPLATE/rebase.md index 0523d72..3b52bad 100644 --- a/.github/ISSUE_TEMPLATE/rebase.md +++ b/.github/ISSUE_TEMPLATE/rebase.md @@ -182,6 +182,12 @@ We prefer to disable `next-devel` when there is no difference between `testing-d - [ ] Create a new ticket from the [rebase template](https://github.com/coreos/fedora-coreos-tracker/issues/new?assignees=&labels=area%2Fplatforms%2C+kind%2Fenhancement&template=rebase.md&title=tracker:+Rebase+onto+Fedora+N) - label with `FN` label where `N` is the Fedora version. +### Update the FCOS Meeting-Action Template + +Now that Fedora N is GA, we need to start tracking the release schedule of Fedora N+1 during the weekly [Fedora CoreOS Community Meeting](https://github.com/coreos/fedora-coreos-tracker/blob/main/README.md#meetings). + +- [ ] Update the "Review Fedora N Release Schedule" topic and link to point to Fedora N+1 in the [FCOS meeting-action template](https://github.com/coreos/fcos-meeting-action/blob/main/static/meeting-template.md) + ## Miscellaneous container updates