From 602382451d5c447bbf73cda4b1d275d60776170f Mon Sep 17 00:00:00 2001 From: Louis Parkin Date: Mon, 29 Sep 2025 17:57:08 +0200 Subject: [PATCH 1/2] STAC-23429 Try go-rk image with updated jira v3 api. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5437031..5e64599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: - name: Generate release notes uses: ./.github/actions/quay with: - image: quay.io/stackstate/go-rk:v0.2.4 + image: quay.io/stackstate/go-rk:v0.3.0 options: > -e RK_JIRA_PROJECT=STAC -e RK_JIRA_URL=https://stackstate.atlassian.net @@ -148,7 +148,7 @@ jobs: - name: Generate JSON release notes uses: ./.github/actions/quay with: - image: quay.io/stackstate/go-rk:v0.2.4 + image: quay.io/stackstate/go-rk:v0.3.0 options: > -e RK_JIRA_PROJECT=STAC -e RK_JIRA_URL=https://stackstate.atlassian.net From 5a0921b5ba0ad9379ce4349d799dcdda7c89e9d7 Mon Sep 17 00:00:00 2001 From: Louis Parkin Date: Wed, 1 Oct 2025 09:33:13 +0200 Subject: [PATCH 2/2] STAC-23429 Remove go-rk release notes workflows. --- .github/workflows/ci.yml | 43 +--------------------------------------- .goreleaser.yml | 3 --- 2 files changed, 1 insertion(+), 45 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e64599..7df84be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,47 +125,6 @@ jobs: registry: quay.io username: ${{ secrets.QUAY_USER }} password: ${{ secrets.QUAY_PASSWORD }} - - name: Generate release notes - uses: ./.github/actions/quay - with: - image: quay.io/stackstate/go-rk:v0.3.0 - options: > - -e RK_JIRA_PROJECT=STAC - -e RK_JIRA_URL=https://stackstate.atlassian.net - -e RK_JIRA_USER=${{ secrets.JIRA_USER }} - -e RK_JIRA_TOKEN=${{ secrets.JIRA_TOKEN }} - entrypoint: go-rk - run: > - release-notes - --fix-version cli2-${{ env.TAG }} - --output-file /workspace/release-notes.md - --title "CLI ${{ env.TAG }}" - - name: Save release notes - uses: actions/upload-artifact@v4 - with: - name: release-notes - path: release-notes.md - - name: Generate JSON release notes - uses: ./.github/actions/quay - with: - image: quay.io/stackstate/go-rk:v0.3.0 - options: > - -e RK_JIRA_PROJECT=STAC - -e RK_JIRA_URL=https://stackstate.atlassian.net - -e RK_JIRA_USER=${{ secrets.JIRA_USER }} - -e RK_JIRA_TOKEN=${{ secrets.JIRA_TOKEN }} - entrypoint: go-rk - run: > - release-notes - --fix-version cli2-${{ env.TAG }} - -o json - --output-file /workspace/release-notes.json - --title "CLI ${{ env.TAG }}" - - name: Save JSON release notes - uses: actions/upload-artifact@v4 - with: - name: release-notes-json - path: release-notes.json - name: Log in to the Container registry uses: docker/login-action@v3 if: github.event_name != 'pull_request' @@ -185,7 +144,7 @@ jobs: distribution: goreleaser # 'latest', 'nightly', or a semver version: v1.25.1 - args: release --release-notes release-notes.md + args: release - name: Write latest version to file run: mkdir -p dist && echo "${{ env.TAG }}" > dist/LATEST_VERSION diff --git a/.goreleaser.yml b/.goreleaser.yml index b2040d7..e676b70 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -34,9 +34,6 @@ archives: format_overrides: - goos: windows format: zip - files: - - release-notes.md - - release-notes.json blobs: - provider: s3 bucket: cli-dl.stackstate.com