From 2ec1901581f79cb52774bc3e9cfb1a3e57f85244 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 2 Aug 2022 19:43:58 +0400 Subject: [PATCH] v2.101.0+rev1 --- .versionbot/CHANGELOG.yml | 27 +++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4077b50..d2b7a84 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Remove final argument from build and deploy workflow + hash: 1322f3b2cfb7d5112cb2f3fcaf26bdc6d6fbd9ed + body: | + The final argument is now filled up dynamically. + footer: + Changelog-entry: Remove final argument from build and deploy workflow + changelog-entry: Remove final argument from build and deploy workflow + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: Update build and deploy workflow to v0.0.9 + hash: 04feb4815bf6a8e6b93b3613f37ba991073d2b1d + body: | + This update will deploy as final when automation tests have been passed + for the previous merge commit. + footer: + Changelog-entry: Update build and deploy workflow to v0.0.9 + changelog-entry: Update build and deploy workflow to v0.0.9 + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: 2.101.0+rev1 + title: "'build_and_deploy: update to v0.0.9'" + date: 2022-08-02T13:47:49.851Z - commits: - subject: Update layers/meta-balena to c233b4107fc25b08e963e2419b40263409d2de9e hash: 6961aaddeb615b9e14663302c0384982f1c12cee diff --git a/CHANGELOG.md b/CHANGELOG.md index fd517b8..c107dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change log ----------- +# v2.101.0+rev1 +## (2022-08-02) + +* Remove final argument from build and deploy workflow [Alex Gonzalez] +* Update build and deploy workflow to v0.0.9 [Alex Gonzalez] + # v2.101.0 ## (2022-07-30) diff --git a/VERSION b/VERSION index 1c0d42c..b02fc8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.101.0 \ No newline at end of file +2.101.0+rev1 \ No newline at end of file