From d4beebef93725d443880eb46ed23aa3dc937e1e8 Mon Sep 17 00:00:00 2001 From: AtomicFS <30438591+AtomicFS@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:16:23 +0000 Subject: [PATCH] chore(action): bump version to v0.10.0 --- CHANGELOG.md | 69 +++++++++++++++++++++++++++++++++++++------------- Taskfile.yml | 2 +- action.yml | 2 +- action/main.go | 2 +- 4 files changed, 55 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10788c5a..95bac287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,38 @@ -## Unreleased (c73ac3c..af1bc10) +## Unreleased (b4deb3a..ad462d3) +#### Bug Fixes +- **(action)** skipping .git - (f57cc93) - AtomicFS +- **(action)** check for existing non-empty output directory - (f1f9418) - AtomicFS +- **(action)** check for existing output directory - (04337ab) - AtomicFS +- **(action)** missing universal module - (e244f7c) - AtomicFS +- **(action)** generate-config missing uroot - (079883f) - AtomicFS +- **(docs)** fix missing content from submodules - (b4deb3a) - AtomicFS +#### Build system +- **(deps)** bump github.com/alecthomas/kong - (c6a22e4) - dependabot[bot] +- **(deps)** bump docs/src/firmware-action-example - (2f219b4) - dependabot[bot] +- **(deps)** update anyio requirement in /.dagger-ci/daggerci - (958fbab) - dependabot[bot] +- **(deps)** bump golang.org/x/crypto in /action in the golang group - (94f65f6) - dependabot[bot] +#### Continuous Integration +- **(lint)** markdown link check as warning - (1b4c19e) - AtomicFS +#### Documentation +- **(action)** fix missing docs for uroot - (1d216ff) - AtomicFS +- **(action)** improve configuration overview - (be9538d) - AtomicFS +#### Features +- **(action)** add source changes detection - (3df87c3) - AtomicFS +- **(action)** add functions to detect changes in files - (c88853b) - AtomicFS +- **(action)** add universal module - (3318c85) - AtomicFS +#### Miscellaneous Chores +- **(action)** cosmetic fixes - (ad462d3) - AtomicFS +- **(action)** prettify summary table - (f5d8ae3) - AtomicFS +- **(action)** speed up filesystem.DirTree - (81e0b94) - AtomicFS +- **(action)** fix typo - (ad14dfc) - AtomicFS +- **(action)** run formatter - (e212627) - AtomicFS +- **(action)** cosmetic fixes - (ed72d9c) - AtomicFS +#### Tests +- **(action)** add universal go-test - (34658bd) - AtomicFS + +- - - + +## v0.9.0 - 2024-12-11 #### Build system - **(deps)** bump docs/src/firmware-action-example - (a91d6a9) - dependabot[bot] - **(deps)** bump github.com/alecthomas/kong - (8a4052d) - dependabot[bot] @@ -16,12 +50,13 @@ #### Features - **(action)** check for any undefined environment variable in config - (af1bc10) - AtomicFS #### Miscellaneous Chores +- **(action)** bump version to v0.9.0 - (7a94195) - AtomicFS - **(action)** on dagger error check of kernel module - (cd01c93) - AtomicFS - **(action)** run formatter - (a002d9c) - AtomicFS - - - -## v0.8.1 - 2024-12-03 +## v0.8.1 - 2024-12-11 #### Bug Fixes - **(ci)** next version calculation - (ce6e90f) - AtomicFS - **(docker)** udk2017 needs python2 - (c3c3f22) - AtomicFS @@ -33,7 +68,7 @@ - - - -## v0.8.0 - 2024-12-03 +## v0.8.0 - 2024-12-11 #### Bug Fixes - **(ci)** cache cleanup - (1a4af0c) - AtomicFS - **(ci)** run example tests on change in golang code - (b60076b) - AtomicFS @@ -60,7 +95,7 @@ - - - -## v0.7.0 - 2024-12-03 +## v0.7.0 - 2024-12-11 #### Bug Fixes - **(action)** infinite symlink issue - (3d9a259) - AtomicFS - **(action)** linux make defconfig file conflict - (50e1d3d) - AtomicFS @@ -202,7 +237,7 @@ - - - -## v0.6.1 - 2024-12-03 +## v0.6.1 - 2024-12-11 #### Bug Fixes - **(action/linux)** defconfig filename - (4b9e9d4) - AtomicFS #### Miscellaneous Chores @@ -210,7 +245,7 @@ - - - -## v0.6.0 - 2024-12-03 +## v0.6.0 - 2024-12-11 #### Bug Fixes - **(ci)** consolidate jobs - (a9e6b0d) - AtomicFS - **(dagger)** missing docker-compose - (6b41c2e) - AtomicFS @@ -231,7 +266,7 @@ - - - -## v0.5.0 - 2024-12-03 +## v0.5.0 - 2024-12-11 #### Bug Fixes - **(action)** remove unnecessary apostrophes - (f715557) - AtomicFS - **(action)** if statement using compile input - (77403bf) - AtomicFS @@ -262,7 +297,7 @@ - - - -## v0.4.0 - 2024-12-03 +## v0.4.0 - 2024-12-11 #### Bug Fixes - **(action)** broken InputDirs - (4ae3cba) - AtomicFS - **(action)** simplify u-root test - (ed3f45c) - AtomicFS @@ -316,7 +351,7 @@ - - - -## v0.3.2 - 2024-12-03 +## v0.3.2 - 2024-12-11 #### Features - **(action)** allow multi-module workspaces for u-root - (f54803d) - AtomicFS #### Miscellaneous Chores @@ -324,7 +359,7 @@ - - - -## v0.3.1 - 2024-12-03 +## v0.3.1 - 2024-12-11 #### Bug Fixes - **(again)** build docker containers on release - (2d33a7e) - AtomicFS #### Miscellaneous Chores @@ -332,7 +367,7 @@ - - - -## v0.3.0 - 2024-12-03 +## v0.3.0 - 2024-12-11 #### Bug Fixes - **(megalinter)** fix spelling - (99a6247) - AtomicFS - **(typo)** typo - (a5d9fb5) - AtomicFS @@ -358,7 +393,7 @@ - - - -## v0.2.1 - 2024-12-03 +## v0.2.1 - 2024-12-11 #### Bug Fixes - **(action)** fix issue 195 - (d8bc51a) - AtomicFS - **(action)** fix bin filename in Taskfile.yml - (5b20be4) - AtomicFS @@ -440,7 +475,7 @@ - - - -## v0.2.0 - 2024-12-03 +## v0.2.0 - 2024-12-11 #### Build system - **(deps)** bump the golang group in /action with 1 update - (d7e9dc8) - dependabot[bot] - **(deps)** update pytest-timeout requirement in /.dagger-ci/daggerci - (11045e2) - dependabot[bot] @@ -455,7 +490,7 @@ - - - -## v0.1.2 - 2024-12-03 +## v0.1.2 - 2024-12-11 #### Bug Fixes - **(commitlint)** add config increasing max line length - (38a005e) - AtomicFS - **(docker)** edk2 repositories were missing files - (4cf4603) - AtomicFS @@ -505,13 +540,13 @@ - - - -## v0.1.1 - 2024-12-03 +## v0.1.1 - 2024-12-11 #### Bug Fixes - **(action)** naming mistake in JSON config - (58ebf67) - AtomicFS - - - -## v0.1.0 - 2024-12-03 +## v0.1.0 - 2024-12-11 #### Bug Fixes - **(docker)** add cleanup commands - (b26acf4) - AtomicFS - guard queue with mutex in recipes.go - (b160e01) - Marvin Drees @@ -533,7 +568,7 @@ - - - -## v0.0.1 - 2024-12-03 +## v0.0.1 - 2024-12-11 #### Bug Fixes - **(Dockerfile)** add --no-cache-dir - (c116873) - Patrick Rudolph - **(Dockerfile)** add user to fix linter - (ebca447) - Patrick Rudolph diff --git a/Taskfile.yml b/Taskfile.yml index c5ec8f04..b59884da 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ --- version: '3' vars: - SEMVER: 'v0.9.0' + SEMVER: 'v0.10.0' includes: containers: diff --git a/action.yml b/action.yml index 920bd6fa..266b1ea1 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: steps: - id: version shell: bash - run: echo "version=v0.9.0" >> "${GITHUB_OUTPUT}" + run: echo "version=v0.10.0" >> "${GITHUB_OUTPUT}" - id: arch # This ARCH is used to fetch correct executable of firmware-action diff --git a/action/main.go b/action/main.go index d8ac328e..00697f9d 100644 --- a/action/main.go +++ b/action/main.go @@ -34,7 +34,7 @@ func main() { } } -const firmwareActionVersion = "v0.9.0" +const firmwareActionVersion = "v0.10.0" // CLI (Command Line Interface) holds data from environment var CLI struct {