Skip to content

Commit

Permalink
👻 close v0.3.2 milestone (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored May 13, 2024
1 parent b6c2429 commit 29a8e94
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion build-push-quay/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion create-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 5 additions & 1 deletion pkg/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29a8e94

Please sign in to comment.