From a3bc73d1fb2b044c57ea76713155c771714941f5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 24 May 2022 20:23:26 +0300 Subject: [PATCH] v2.98.29 --- .versionbot/CHANGELOG.yml | 60 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 24 ++++++++++++++++ VERSION | 2 +- 3 files changed, 85 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e2c6c8f..c7a4c6b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,63 @@ +- commits: + - subject: Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87 + hash: 21ec17d729532fc5671c8ef2830802868fc0620a + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87 + changelog-entry: Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87 + author: Renovate Bot + nested: + - commits: + - subject: Update balena-engine to v20.10.17 + hash: 8a7b24d38f67749b5d979ce12a0fafe5626190bb + body: | + Update balena-engine from 20.10.16 to 20.10.17 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Leandro Motta Barros + signed-off-by: Leandro Motta Barros + Changelog-entry: Update balena-engine to v20.10.17 + changelog-entry: Update balena-engine to v20.10.17 + author: Leandro Motta Barros + nested: + - commits: + - subject: Fix "slice bounds out of range" while applying deltas + hash: 6f12d0abb3e438f26a18eee9bbaeca9c4702f7e7 + body: > + The root cause of this issue was an integer overflow in + 32-bit platforms + + -- specifically, when explicitly converting `io.Reader` offsets + + (`int64`) to slice indices (`int`, which is only 32-bit long on 32-bit + + platforms). + + + We already had in place the checks supposed to ensure slice bounds where + + always within the expected bounds. So, in a way, this commit just + + re-organizes the code so that we perform safely this required `int64` to + + `int` type conversion. + footer: + Signed-off-by: Leandro Motta Barros + signed-off-by: Leandro Motta Barros + Change-type: patch + change-type: patch + author: Leandro Motta Barros + nested: [] + version: balena-engine-20.10.17 + title: "'Lmb/fix oob slice'" + date: 2022-05-17T20:01:47.266Z + version: meta-balena-2.98.29 + title: "'balena-engine: Update to 20.10.17'" + date: 2022-05-23T17:18:04.355Z + version: 2.98.29 + title: "'Update layers/meta-balena digest to c8f7eb1'" + date: 2022-05-24T11:38:05.170Z - commits: - subject: Update contracts to 6ffb1c8d87c8d0940405cbbc954aa625b4b1f94a hash: 34ff1a36e91a2816f206ac7a497c25d7b22a544e diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f6237..f7cd2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Change log ----------- +# v2.98.29 +## (2022-05-24) + + +
+ Update layers/meta-balena to c8f7eb1fdd6b342cc816e7b2b7e0c60634de2e87 [Renovate Bot] + +> ## meta-balena-2.98.29 +> ### (2022-05-23) +> +> +>
+> Update balena-engine to v20.10.17 [Leandro Motta Barros] +> +>> ### balena-engine-20.10.17 +>> #### (2022-05-17) +>> +>> * Fix "slice bounds out of range" while applying deltas [Leandro Motta Barros] +>> +>
+> +> +
+ # v2.98.28+rev1 ## (2022-05-21) diff --git a/VERSION b/VERSION index 7eff6dc..b2e67b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.98.28+rev1 \ No newline at end of file +2.98.29 \ No newline at end of file