diff --git a/CHANGELOG.md b/CHANGELOG.md index 808ceada..457a07ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,51 +5,105 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v0.5.2 (2024-01-22) +## v0.5.3 (2024-01-24) + +### Chore + + - Bump version + +### Commit Statistics + + + + - 4 commits contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Bump version ([`56ab314`](https://github.com/blue-build/cli/commit/56ab314a44a9d3a8d35bb6173646746054368bf6)) + - Revert "Bump blue-build v0.5.2" ([`aee4182`](https://github.com/blue-build/cli/commit/aee4182ea2074e08a9a69d6e8044eaf970874370)) + - Reapply "ci: Fetch all to get history for changelog updates" ([`a289739`](https://github.com/blue-build/cli/commit/a289739dc4ac951c6c95a4f5038ed21c6a5f2cef)) + - Revert "ci: Fetch all to get history for changelog updates" ([`9faf35e`](https://github.com/blue-build/cli/commit/9faf35e8a983f3dff1d99cacf2894edf948a0b85)) +
+ +## v0.5.2 (2024-01-24) + + ### Chore - Update Cargo.toml with new repo URL -### New Features +### Other - - run clippy + BlueBuildTrait - * feat: run clippy + BlueBuildTrait + - Allow write for id-token + - Fetch all to get history for changelog updates + - Add CARGO_REGISTRY_TOKEN + - Remove input for release + - Set packages permissions to write + - Use docker/login-action@v3 + - Allow workflow_dispatch on build + - Allow write for contents and id-token + - Don't build integration tests in +all + - Create GitHub Workflow + Add support for building, tagging, and releasing via CICD - * chore: add default run impl; more clippy - - * chore: remove vscode folder; not needed - - * cleanups - - * Move to commands.rs - - * Move functions; remove run function implementation from each command - - * Remove run impl from init commands - - * Use error log + --------- + +### Documentation + + - Manual update changelog for release + - Update changelog + +### Chore + + - use GHCR for install.sh + Trying to make the action install the binary from the container on GHCR + with `podman run --rm ghcr.io/blue-build/cli:main-installer | sudo bash` + (like in the README). Getting some error and this _might_ be related and + might not, but shouldn't hurt to merge either, since I just made the + `cli` package public. --------- + - Update README.md + update description + - Manual bump of version + +### New Features + + - run clippy + BlueBuildTrait + * feat: run clippy + BlueBuildTrait +* chore: add default run impl; more clippy +* chore: remove vscode folder; not needed +* cleanups +* Move to commands.rs +* Move functions; remove run function implementation from each command +* Remove run impl from init commands +* Use error log ### Bug Fixes + + - Rebase path not being generated properly - * fix: Rebase path not being generated properly - - * consolidate logic into generate_full_image_name - - * Fix nightly build - - Update outdated 60-custom.just + * fix: Rebase path not being generated properly +* consolidate logic into generate_full_image_name +* Fix nightly build ### Commit Statistics - - 4 commits contributed to the release over the course of 1 calendar day. - - 1 day passed between releases. - - 4 commits were understood as [conventional](https://www.conventionalcommits.org). - - 2 unique issues were worked on: [#4](https://github.com/blue-build/cli/issues/4), [#8](https://github.com/blue-build/cli/issues/8) + - 21 commits contributed to the release over the course of 3 calendar days. + - 3 days passed between releases. + - 19 commits were understood as [conventional](https://www.conventionalcommits.org). + - 5 unique issues were worked on: [#10](https://github.com/blue-build/cli/issues/10), [#11](https://github.com/blue-build/cli/issues/11), [#4](https://github.com/blue-build/cli/issues/4), [#8](https://github.com/blue-build/cli/issues/8), [#9](https://github.com/blue-build/cli/issues/9) ### Commit Details @@ -57,15 +111,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details + * **[#10](https://github.com/blue-build/cli/issues/10)** + - Update README.md ([`00b81a2`](https://github.com/blue-build/cli/commit/00b81a25bc546eb7314e4b910f2b4c101b7ee9fc)) + * **[#11](https://github.com/blue-build/cli/issues/11)** + - Use GHCR for install.sh ([`42d879a`](https://github.com/blue-build/cli/commit/42d879a6e52cc466a1e12d754eaa26ce7b21015a)) * **[#4](https://github.com/blue-build/cli/issues/4)** - Run clippy + BlueBuildTrait ([`dbbd087`](https://github.com/blue-build/cli/commit/dbbd087b5ba3dc7a6bf8f3fa9be2cdb569d6cecb)) * **[#8](https://github.com/blue-build/cli/issues/8)** - Rebase path not being generated properly ([`c832bcd`](https://github.com/blue-build/cli/commit/c832bcd1aaca3b29ee45accf1673610aaffaf888)) + * **[#9](https://github.com/blue-build/cli/issues/9)** + - Create GitHub Workflow ([`99649d2`](https://github.com/blue-build/cli/commit/99649d2d8804c052ee41e51dbce822ff3ef2fe74)) * **Uncategorized** + - Bump blue-build v0.5.2 ([`c3003e2`](https://github.com/blue-build/cli/commit/c3003e27c50e06e60e18b6e5180fe0c077c8975c)) + - Allow write for id-token ([`4858d9d`](https://github.com/blue-build/cli/commit/4858d9dc3022edfdd7a0f7b31f42aa503c75fe9b)) + - Fetch all to get history for changelog updates ([`8bc7cf3`](https://github.com/blue-build/cli/commit/8bc7cf3a0a7cf4d3995bdcb60071aa2912801ae5)) + - Add CARGO_REGISTRY_TOKEN ([`32d31fd`](https://github.com/blue-build/cli/commit/32d31fdf6c7bfc3d577e6ac1d36bf504624887b1)) + - Remove input for release ([`cf04653`](https://github.com/blue-build/cli/commit/cf04653458059560b8f735e795b72ffd4b1a418c)) + - Set packages permissions to write ([`40d6ffb`](https://github.com/blue-build/cli/commit/40d6ffbddef078b7c37e363a8f64ad70e13a5ca9)) + - Use docker/login-action@v3 ([`90dbe0b`](https://github.com/blue-build/cli/commit/90dbe0bdedc291459427cc3ad22d6296d79e2b05)) + - Allow workflow_dispatch on build ([`5849c4a`](https://github.com/blue-build/cli/commit/5849c4a23febb8f4a5435824cb72e9cee9aba8bf)) + - Allow write for contents and id-token ([`e8e8bfa`](https://github.com/blue-build/cli/commit/e8e8bfa0966cd6b2bf827620aad6df7fb5339b36)) + - Don't build integration tests in +all ([`6a4c89d`](https://github.com/blue-build/cli/commit/6a4c89d567c4f7cd76415c56818527d9f7048bc2)) + - Release blue-build v0.5.2 ([`6fffe12`](https://github.com/blue-build/cli/commit/6fffe1286e91e62354fa6f19eb1a9220bb0852f5)) + - Manual bump of version ([`dbea80c`](https://github.com/blue-build/cli/commit/dbea80c94586b1d34e372639d01f4cf2baa0f2e7)) + - Manual update changelog for release ([`d005bfc`](https://github.com/blue-build/cli/commit/d005bfc9251313e96687754634bb42178e642a48)) + - Update changelog ([`e71b189`](https://github.com/blue-build/cli/commit/e71b1897d1e752008a407d27b40fd31c7465e6be)) - Update Cargo.toml with new repo URL ([`4f62b3e`](https://github.com/blue-build/cli/commit/4f62b3e5df47b74191a4222a6d98c9ffc5d7a993)) - Update outdated 60-custom.just ([`9454baa`](https://github.com/blue-build/cli/commit/9454baa75063b7c249fde08f663b5982c0572384))
+ + Update outdated 60-custom.just + ## v0.5.1 (2024-01-22)