Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👻 close v0.3.2 milestone #80

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading