diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f1f5400..5314bca 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -34,7 +34,7 @@ jobs: run: | earthly account login --token ${{ secrets.EARTHLY_SAT_TOKEN }} >> /dev/null earthly org s blue-build - earthly sat s blue-build + earthly sat s blue-build-tag - name: Set up Python uses: actions/setup-python@v5 diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdeff2..abc1651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.8.1] - 2024-02-26 + +### Bug Fixes + +- COPY yq into final image for modules + ## [0.8.0] - 2024-02-25 ### Bug Fixes @@ -40,6 +46,7 @@ All notable changes to this project will be documented in this file. - Add trace log for github cosign verify - Fix integration-tests for forks - Update default module source (#76) +- Release blue-build version 0.8.0 ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 42ac859..a914f7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "blue-build" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "blue-build-recipe", @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "blue-build-recipe" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "blue-build-utils", @@ -331,7 +331,7 @@ dependencies = [ [[package]] name = "blue-build-template" -version = "0.8.0" +version = "0.8.1" dependencies = [ "askama", "blue-build-recipe", @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "blue-build-utils" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "directories", diff --git a/Cargo.toml b/Cargo.toml index 7e878d3..6dbc403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "utils", "recipe","template"] [workspace.package] -version = "0.8.0" +version = "0.8.1" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" edition = "2021" repository = "https://github.com/blue-build/cli" diff --git a/install.sh b/install.sh index 160af44..5709ecb 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ set -euo pipefail -VERSION=v0.8.0 +VERSION=v0.8.1 # We use sudo for podman so that we can copy directly into /usr/local/bin