From e7ad154c756a94714e3233f28b98c5d4e296fc1a Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Mon, 3 Nov 2025 19:41:24 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@fc51d1bd39b51fb22c08beb112aff1bd222602c0. --- .github/ISSUE_TEMPLATE/release-checklist.md | 15 --------------- .github/workflows/container-rebuild.yml | 2 +- .github/workflows/containers.yml | 2 +- .github/workflows/rpm.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- 5 files changed, 4 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index 870106137..5a8c21ff4 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -125,21 +125,6 @@ Push access to the upstream repository is required in order to publish the new t - [ ] [submit a fast-track](https://github.com/coreos/fedora-coreos-config/actions/workflows/add-override.yml) for FCOS testing-devel - [ ] [submit a fast-track](https://github.com/coreos/fedora-coreos-config/actions/workflows/add-override.yml) for FCOS next-devel if it is [open](https://github.com/coreos/fedora-coreos-pipeline/blob/main/next-devel/README.md) -- RHCOS packaging: - - [ ] update the [spec file](https://gitlab.com/redhat/rhel/rpms/coreos-installer) - - bump the `Version` - - switch the `Release` back to `1%{?dist}` - - remove any patches obsoleted by the new release - - update changelog - - [ ] run `spectool -g -S coreos-installer.spec` - - [ ] run `kinit your_account@IPA.REDHAT.COM` - - [ ] run `rhpkg new-sources $(spectool -S coreos-installer.spec | sed 's:.*/::')` - - [ ] PR the changes - - [ ] get the PR reviewed and merge it - - [ ] update your local repo and run `rhpkg build` - - [ ] file ticket similar to [this one](https://issues.redhat.com/browse/ART-3772) to sync the new version to mirror.openshift.com - - [ ] wait until mirror.openshift.com is updated and confirm the new version is correct - CentOS Stream 9 packaging: - [ ] Create a `rebase-c9s-coreos-installer` issue in the internal team-operations repo and follow the steps there diff --git a/.github/workflows/container-rebuild.yml b/.github/workflows/container-rebuild.yml index ced1ac4cd..caefeb6d0 100644 --- a/.github/workflows/container-rebuild.yml +++ b/.github/workflows/container-rebuild.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.git-tag }} - name: Build and push container diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 093661822..5b5c88db0 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v4 - name: Build and push container uses: coreos/actions-lib/build-container@main with: diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index fb64be09e..881411dfa 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -27,7 +27,7 @@ jobs: - name: Install packages run: dnf install -y git make mock - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v4 # fetch tags for versioning with: fetch-depth: 0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 11157a836..90f62dfce 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -16,7 +16,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v4 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE"