diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc1f4d6..57dd345f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [0.7.1] - 2024-02-13 + +### Bug Fixes + +- Remove deprecated bling `COPY` for `files` and `rpms` (#52) +- Only use earthly builder if token exists (#53) + +### Features + +- Use Multi-stage builds to prevent COPY for modules and config (#54) +- Alias update for upgrade subcommand (#60) + +### Miscellaneous Tasks + +- Update /Containerfile in .gitignore +- Create base integration test setup (#55) +- Remove nightly flags +- Rename registry-path arg to registry-namespace but keep previous as alias +- Add cargo release files + +### Refactor + +- Enable clippy nursery lint + ## [0.7.0] - 2024-02-07 ### Features diff --git a/Cargo.lock b/Cargo.lock index ed1c1e62..931a1c86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "blue-build" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index f69a47c5..4905682f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blue-build" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" repository = "https://github.com/blue-build/cli" diff --git a/install.sh b/install.sh index 7b9ed509..4b807698 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ set -euo pipefail -VERSION=v0.7.0 +VERSION=v0.7.1 # We use sudo for podman so that we can copy directly into /usr/local/bin