From 29a8e945690bc4ebdb75c2b35f8dcd8b517f3387 Mon Sep 17 00:00:00 2001 From: David Zager Date: Mon, 13 May 2024 10:28:00 -0400 Subject: [PATCH] :ghost: close v0.3.2 milestone (#80) Signed-off-by: David Zager --- .github/workflows/build-push-images.yaml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/prep-release.yaml | 2 +- build-push-quay/action.yml | 2 +- create-release/action.yml | 2 +- pkg/config/config.yaml | 6 +++++- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-push-images.yaml b/.github/workflows/build-push-images.yaml index 90af114..db52a30 100644 --- a/.github/workflows/build-push-images.yaml +++ b/.github/workflows/build-push-images.yaml @@ -92,7 +92,7 @@ jobs: df . -h - name: Checkout - uses: actions/checkout@main + uses: actions/checkout@v4 - name: Configure QEMU uses: docker/setup-qemu-action@master diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a8e1575..43079be 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -55,7 +55,7 @@ jobs: id: check_tag - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 repository: ${{ inputs.repository }} diff --git a/.github/workflows/prep-release.yaml b/.github/workflows/prep-release.yaml index c2b9a1f..3b19490 100644 --- a/.github/workflows/prep-release.yaml +++ b/.github/workflows/prep-release.yaml @@ -43,7 +43,7 @@ jobs: - name: Checkout repository if: steps.extract-info.outputs.branch != 'NOOP' - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Update tags of base images in Dockerfile if: steps.extract-info.outputs.branch != 'NOOP' diff --git a/build-push-quay/action.yml b/build-push-quay/action.yml index e4d94dc..a1a3c9f 100644 --- a/build-push-quay/action.yml +++ b/build-push-quay/action.yml @@ -46,7 +46,7 @@ runs: echo "Space after clearing:" df . -h - name: Checkout Push to Registry action - uses: actions/checkout@main + uses: actions/checkout@v4 - name: configure QEMU action... uses: docker/setup-qemu-action@master diff --git a/create-release/action.yml b/create-release/action.yml index 728fb1c..edbd9bb 100644 --- a/create-release/action.yml +++ b/create-release/action.yml @@ -62,7 +62,7 @@ runs: id: check_tag - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 repository: ${{ inputs.repository }} diff --git a/pkg/config/config.yaml b/pkg/config/config.yaml index 6f38f6b..a16b865 100644 --- a/pkg/config/config.yaml +++ b/pkg/config/config.yaml @@ -141,9 +141,13 @@ milestones: replaces: v0.3.0 - title: v0.3.2 description: The v0.3.2 release of Konveyor - state: open + state: closed replaces: v0.3.1 due: 2024-05-02 + - title: v0.3.3 + description: The v0.3.3 release of Konveyor + state: open + replaces: v0.3.2 - title: v0.4.0 description: The v0.4.0 release of Konveyor state: open