Skip to content

Commit

Permalink
chore: Prepare for v0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Mar 9, 2024
1 parent b169dba commit 8753e76
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 9 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,53 @@

All notable changes to this project will be documented in this file.

## [0.8.2] - 2024-03-09

### Bug Fixes

- Filter out `/` in tag names (#94)
- Run `ostree container commit` at the end of each module run (#103)
- Add Nvidia Version to main base case (#107)
- Retry flag (#111)
- Add `org.opencontainers.image.source` LABEL for CI images (#113)
- Remove check for specific branches for signing (#114)
- Update path in comments and README (#115)

### Documentation

- Add install script from github option (#102)

### Features

- Add flakehub entry + nix flake (#109)

### Miscellaneous Tasks

- Add integration test for `disableuserns.sh` (#104)
- Update builds to use different satellites and have integration tests on their own job
- Move cargo release settings to root Cargo.toml
- Update crates to have their own versions starting at CLI version

### Refactor

- Update build command to use BuildStrategy (#88)

## [0.8.1] - 2024-02-26

### Bug Fixes

- COPY yq for final image for modules to work
- COPY yq into final image for modules

### Miscellaneous Tasks

- Update modules.json to reflect change in dir layout
- Release blue-build version 0.8.1

### Refactor

- Move templates to their own crate (#83)

## [0.8.0] - 2024-02-25

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nursery = "warn"
[package]
name = "blue-build"
build = "build.rs"
version = "0.8.1"
version = "0.8.2"

edition.workspace = true
description.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

VERSION=v0.8.1
VERSION=v0.8.2

# We use sudo for podman so that we can copy directly into /usr/local/bin

Expand Down
2 changes: 1 addition & 1 deletion recipe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blue-build-recipe"
version = "0.8.1"
version = "0.8.2"
edition.workspace = true
description.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blue-build-template"
version = "0.8.1"
version = "0.8.2"
edition.workspace = true
description.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blue-build-utils"
version = "0.8.1"
version = "0.8.2"
edition.workspace = true
description.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 8753e76

Please sign in to comment.