diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 133762f..d3ba40c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,74 @@ +- commits: + - subject: Update layers/meta-balena to 0e2ba69c8a8d7c6b67ec8536f5c84bbd245ac220 + hash: d33dacd29d41d9bb518b3d0b8ecd8145149b010a + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 0e2ba69c8a8d7c6b67ec8536f5c84bbd245ac220 + changelog-entry: Update layers/meta-balena to 0e2ba69c8a8d7c6b67ec8536f5c84bbd245ac220 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v15.0.4 + hash: 16a85aa4e2fc58f61b189585969872f7b7566946 + body: | + Update balena-supervisor from 15.0.2 to 15.0.4 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Only build sqlite3 from source + hash: d18292f68e09d5846eb0fa254d5205f07052dea8 + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + - subject: Update @balena/systemd to 0.5.0 + hash: 7981e6becd6b6d7e5317979277ab02eb7a24840a + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: balena-supervisor-15.0.4 + title: "" + date: 2023-11-22T17:10:54.919Z + - commits: + - subject: Cache last reported current state to /mnt/root/tmp + hash: eb8ad11cd702e7d5ffba499c6b2d2fcadc030dd4 + body: > + Whenever the Supervisor reports current state, it diffs + the current state + + with its last reported current state. However, when the Supervisor starts + + up, there is no last reported state, since that last report is stored in + + process memory. Caching the last report in a location that survives + + Supervisor restarts will reduce the current report bandwidth used on startup. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: balena-supervisor-15.0.3 + title: "" + date: 2023-11-22T00:32:48.806Z + version: meta-balena-5.0.3 + title: "" + date: 2023-11-30T23:16:20.736Z + version: 5.0.3 + title: "" + date: 2023-12-01T03:17:28.399Z - commits: - subject: Update layers/meta-balena to 4e89f786a171b42546c254557c5f1283c71e9503 hash: 64fdc2ee1d6bffca4c8fd3c745f038c09cbc03e6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca874e..0e020ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ Change log ----------- +# v5.0.3 +## (2023-12-01) + + +
+ Update layers/meta-balena to 0e2ba69c8a8d7c6b67ec8536f5c84bbd245ac220 [Self-hosted Renovate Bot] + +> ## meta-balena-5.0.3 +> ### (Invalid date) +> +> +>
+> Update balena-supervisor to v15.0.4 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-15.0.4 +>> #### (2023-11-22) +>> +>> * Only build sqlite3 from source [Felipe Lalanne] +>> * Update @balena/systemd to 0.5.0 [Christina Ying Wang] +>> +>> ### balena-supervisor-15.0.3 +>> #### (2023-11-22) +>> +>> * Cache last reported current state to /mnt/root/tmp [Christina Ying Wang] +>> +> +>
+> +> + +
+ # v5.0.2 ## (2023-11-30) diff --git a/VERSION b/VERSION index 3e827a3..2661148 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.2 \ No newline at end of file +5.0.3 \ No newline at end of file