diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2a091d1..74541c9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,70 @@ +- commits: + - subject: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e + hash: ef7372f075cbab2d24955279a2ae3c162da0e511 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e + changelog-entry: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e + author: Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v14.10.6 + hash: ddd2e839ed3cab692488640cb98cdd6a795fcfba + body: | + Update balena-supervisor from 14.10.4 to 14.10.6 + footer: + Change-type: patch + change-type: patch + author: Renovate Bot + nested: + - commits: + - subject: Do not restart balena-hostname on rename + hash: 7b68ee4c4f03f464c762afc0b3da06e3f4620440 + body: > + The OS since v2.82.6 will monitor changes to config.json and restart + + the relevant services to apply the changes. There is no need to trigger + + restart of the services via the supervisor. Users on older OS versions + + will need to update their OS or restart the services manually as OS + + loses support after 2y. + footer: + Change-type: patch + change-type: patch + Closes: "#2160" + closes: "#2160" + author: Felipe Lalanne + nested: [] + version: balena-supervisor-14.10.6 + title: "" + date: 2023-04-20T18:25:01.001Z + - commits: + - subject: Remove anonymous build volume from Dockerfile + hash: a3675651898f050eaefce0a9c4e02890ddc57b57 + body: > + We don't need this anonymous volume as /data is bind mounted into + + the container from host (legacy), and will soon be mounted by the + + Supervisor itself 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-14.10.5 + title: "" + date: 2023-04-13T21:01:21.133Z + version: meta-balena-2.114.7 + title: "" + date: 2023-04-20T20:18:09.935Z + version: 2.114.7 + title: "" + date: 2023-04-20T22:24:06.680Z - commits: - subject: Update layers/meta-balena to ac3e9193544d0bc3188473f725e3d88495caed75 hash: de97c0b480efb3fc2d1146c1e80e22504339e7d1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f4c2b..5f52f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ Change log ----------- +# v2.114.7 +## (2023-04-20) + + +
+ Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e [Renovate Bot] + +> ## meta-balena-2.114.7 +> ### (2023-04-20) +> +> +>
+> Update balena-supervisor to v14.10.6 [Renovate Bot] +> +>> ### balena-supervisor-14.10.6 +>> #### (2023-04-20) +>> +>> * Do not restart balena-hostname on rename [Felipe Lalanne] +>> +>> ### balena-supervisor-14.10.5 +>> #### (2023-04-13) +>> +>> * Remove anonymous build volume from Dockerfile [Christina Ying Wang] +>> +> +>
+> +> + +
+ # v2.114.6 ## (2023-04-20) diff --git a/VERSION b/VERSION index f1a120e..75bf42d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.114.6 \ No newline at end of file +2.114.7 \ No newline at end of file