From b0de53577a295bf3f736e32c42eef4c7f6eaa418 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Sun, 8 Mar 2026 12:29:16 +0000 Subject: [PATCH] feat: add upstream appVersion tracking to release workflow Configures the reusable release workflow to fetch the latest release tag from intel/intel-device-plugins-for-kubernetes and set appVersion in artifacthub-pkg.yml. This keeps our Artifact Hub listing in sync with the upstream project. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 010e801..d6b7ac2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,3 +16,4 @@ jobs: uses: privilegedescalation/.github/.github/workflows/plugin-release.yaml@main with: version: ${{ inputs.version }} + upstream-repo: 'intel/intel-device-plugins-for-kubernetes'