From 07557f1538a88e6b1acf4fef5cd251ab6f5c53fe Mon Sep 17 00:00:00 2001 From: mrlutik Date: Thu, 29 Feb 2024 01:31:26 +0100 Subject: [PATCH] Minor fixes --- .github/workflows/main.yml | 2 +- RELEASE.md | 1 + scripts/version.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e555c10f..abcead65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -202,7 +202,7 @@ jobs: # Install the cosign tool # ref.: https://github.com/sigstore/cosign-installer, v3.0.1 - name: Install cosign - uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65 + uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 with: cosign-release: 'v2.0.0' - name: Download artifacts diff --git a/RELEASE.md b/RELEASE.md index d6fdff0c..22608250 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,4 @@ Features: +* Fix cosign installer * Base image update diff --git a/scripts/version.sh b/scripts/version.sh index c24f42ce..fec91d16 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.12.00" +echo "v0.12.01"