From c24c1bc3aa7e6b571e04f1b77bc13df4fce18a4e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:17:50 +0000 Subject: [PATCH] v3.0.8+rev2 --- .versionbot/CHANGELOG.yml | 122 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 25 ++++++++ VERSION | 2 +- 3 files changed, 148 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fcdeda1ff..1877eeacf 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,125 @@ +- commits: + - subject: Update balena-yocto-scripts to 45e32821ac6e3efba81e24a21e417a375da5e154 + hash: be0da51bbeb69b30dc02a8d8a34c188355d49e8d + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 45e32821ac6e3efba81e24a21e417a375da5e154 + changelog-entry: Update balena-yocto-scripts to 45e32821ac6e3efba81e24a21e417a375da5e154 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Remove all traces of --skip-discontinued + hash: c0974ffb5f64818dcb5040d233348dd95c8e6c40 + body: > + This option was removed in + https://github.com/balena-os/balena-yocto-scripts/pull/313 + footer: + Change-type: patch + change-type: patch + Changelog-entry: Remove all traces of --skip-discontinued + changelog-entry: Remove all traces of --skip-discontinued + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + - subject: "barys: Remove documenting the --skip-discontinued option" + hash: 0bd9144ebed207734e7eecb584306b74b25ed53d + body: > + This option was removed in + https://github.com/balena-os/balena-yocto-scripts/pull/313 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + version: balena-yocto-scripts-1.19.34 + title: "" + date: 2023-07-12T07:04:24.994Z + - commits: + - subject: Update device-types package from v10.3.0 to v10.5.1 + hash: 4bd1b5ed1298013cc2c4e766822b0e6869e83a47 + body: | + Update device-types package from v10.3.0 to v10.5.1 + footer: + Change-type: patch + change-type: patch + Changelog-entry: Update device-types package from v10.3.0 to v10.5.1 + changelog-entry: Update device-types package from v10.3.0 to v10.5.1 + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "barys: remove option to skip discontinued device types" + hash: a20413eac9cda4c5993841cdd771d904c0e8c0b5 + body: | + A discontinued device type has the coffee file removed from the + documentation so there is no need for this argument. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-lib: remove balena_lib_get_dt_state" + hash: 2bf60f21a4486859760168ecbf4b35af2eec88a1 + body: > + There is no requirement in balenaCloud to inform about a device + + deprecation. This allows to just remove the coffee file from the + + device repository when a device is deprecated so there will be no + + more releases and no need for checks on a discontinued state. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "jenkins_build: remove discontinued device check" + hash: db359a88cf3ada613afef703a969e612b1706c2f + body: > + There is no requirement in balenaCloud to inform about a device + + deprecation. This allows to just remove the coffee file from the + + device repository when a device is deprecated so there will be no + + more releases and no need for checks on a discontinued state. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-deploy: remove discontinued check" + hash: fe94d22851698916f576647b3a3ada3002b6e352 + body: > + There is no requirement in balenaCloud to inform about a device + + deprecation. This allows to just remove the coffee file from the + + device repository when a device is deprecated so there will be no + + more releases and no need for checks on a discontinued state. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: balena-yocto-scripts-1.19.33 + title: "" + date: 2023-07-10T15:29:53.674Z + version: 3.0.8+rev2 + title: "" + date: 2023-07-12T13:17:41.824Z - commits: - subject: Update phoenix-peripheral to latest version hash: ef238176d9917f999f18836d3b2b2695ac606451 diff --git a/CHANGELOG.md b/CHANGELOG.md index 72952b2db..e2d554153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ Change log ----------- +# v3.0.8+rev2 +## (2023-07-12) + + +
+ Update balena-yocto-scripts to 45e32821ac6e3efba81e24a21e417a375da5e154 [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.19.34 +> ### (2023-07-12) +> +> * Remove all traces of --skip-discontinued [Florin Sarbu] +> * barys: Remove documenting the --skip-discontinued option [Florin Sarbu] +> +> ## balena-yocto-scripts-1.19.33 +> ### (2023-07-10) +> +> * Update device-types package from v10.3.0 to v10.5.1 [Alex Gonzalez] +> * barys: remove option to skip discontinued device types [Alex Gonzalez] +> * balena-lib: remove balena_lib_get_dt_state [Alex Gonzalez] +> * jenkins_build: remove discontinued device check [Alex Gonzalez] +> * balena-deploy: remove discontinued check [Alex Gonzalez] +> + +
+ # v3.0.8+rev1 ## (2023-07-11) diff --git a/VERSION b/VERSION index 2d909c047..5ac7f54b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.8+rev1 \ No newline at end of file +3.0.8+rev2 \ No newline at end of file