diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7591559..ff31549 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,205 @@ +- commits: + - subject: Update meta-balena from v2.44.0 to v2.45.1 + hash: d7f2ceb4848cfc293a10e7d6cac89f6942abc4ee + body: | + Update meta-balena from 2.44.0 to 2.45.1 + footer: + Changelog-entry: Update meta-balena from v2.44.0 to v2.45.1 + changelog-entry: Update meta-balena from v2.44.0 to v2.45.1 + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: + - commits: + - subject: >- + Fix for a race condition where occasionally the supervisor might + not be able to come up during boot. Also can be caused by using + io.balena.features.balena-socket and app container restart + always policy. Affects meta-balena 2.44.0 and 2.45.0. To be + fixed in 2.44.1 and 2.46.0 + hash: 7cf43d9f939b1d960cb677c48ca9f91b668d2dc3 + body: | + Fixes #1748 + footer: + Change-type: patch + change-type: patch + Changelog-entry: >- + Fix for a race condition where occasionally the supervisor + might not be able to come up during boot. Also can be caused + by using io.balena.features.balena-socket and app container + restart always policy. Affects meta-balena 2.44.0 and 2.45.0. + To be fixed in 2.44.1 and 2.46.0 + changelog-entry: >- + Fix for a race condition where occasionally the supervisor + might not be able to come up during boot. Also can be caused + by using io.balena.features.balena-socket and app container + restart always policy. Affects meta-balena 2.44.0 and 2.45.0. + To be fixed in 2.44.1 and 2.46.0 + Signed-off-by: Zubair Lutfullah Kakakhel + signed-off-by: Zubair Lutfullah Kakakhel + author: Zubair Lutfullah Kakakhel + - subject: Rename resin to balena where possible + hash: 02a932405705ce28fca6137cfae16fab5bc952fb + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + - subject: Add leading new line for PACKAGE_INSTALL variable + hash: e79c470b3eaa8d6e763103fa20858fbed61ff292 + body: > + Without the leading space, the last package name + + of the PACKAGE_INSTALL variable from other recipes, + + is concatenated with the one added in this recipe resulting + + in the following error + + opkg_prepare_url_for_install + + Couldn't find anything to satisfy + + 'kernel-module-sdhci-pciinitramfs-module-console-null-workaround' + footer: + Change-type: patch + change-type: patch + Changelog-entry: Add leading new line for PACKAGE_INSTALL variable + changelog-entry: Add leading new line for PACKAGE_INSTALL variable + Signed-off-by: Vicentiu Galanopulo + signed-off-by: Vicentiu Galanopulo + author: Vicentiu Galanopulo + - subject: >- + Set `net.ipv4.ip_local_port_range` to recommended range + (49152-65535) + hash: 8ef6a5b56a2b7ba43081a0f30f99d6f736015533 + body: '' + footer: + Connects-to: '#1726' + connects-to: '#1726' + Change-type: patch + change-type: patch + Changelog-entry: >- + Set `net.ipv4.ip_local_port_range` to recommended range + (49152-65535) + changelog-entry: >- + Set `net.ipv4.ip_local_port_range` to recommended range + (49152-65535) + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + - subject: 'No user impact, subtle fix in rollback version checks' + hash: 38717507b93962d199e07d9093382b8db4ec5d81 + body: > + ESR releases have the VERSION string in /etc/os-release in a + date + + format. 2019.10.0 etc. + + We added META_BALENA_VERSION in os-release from v2.38.0 via + + b0e0c77a26f3fad51e2923ab416fdd2af2a5a033 + + + Lets use META_BALENA_VERSION if available for our os version + checks. + footer: + Change-type: patch + change-type: patch + Changelog-entry: 'No user impact, subtle fix in rollback version checks' + changelog-entry: 'No user impact, subtle fix in rollback version checks' + Signed-off-by: Zubair Lutfullah Kakakhel + signed-off-by: Zubair Lutfullah Kakakhel + author: Zubair Lutfullah Kakakhel + version: meta-balena-2.45.1 + date: 2019-11-21T16:48:38.743Z + - commits: + - subject: Increase persistent journal size to 32M + hash: ad77ca2402f41fec5b730d556006ef5e86bdacd5 + body: '' + footer: + Connects-to: '#1646' + connects-to: '#1646' + Change-type: patch + change-type: patch + Changelog-entry: Increase persistent journal size to 32M + changelog-entry: Increase persistent journal size to 32M + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + - subject: Move persistent logs from state to data partition + hash: f69ff379ffac39dffcc126ac374b50533dcdef31 + body: '' + footer: + Connects-to: '#1646' + connects-to: '#1646' + Change-type: minor + change-type: minor + Changelog-entry: Move persistent logs from state to data partition + changelog-entry: Move persistent logs from state to data partition + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + - subject: Add wpa-supplicant recipe and update to v2.9 + hash: 139f76b73918e12aa8082896a7a017d2ad5df739 + body: > + Fetched from + http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/wpa-supplicant?id=95507898ad6a7b88c83ef376c1cb8b3b3a685c96 + footer: + Connects-to: '#1711' + connects-to: '#1711' + Change-type: patch + change-type: patch + Changelog-entry: Add wpa-supplicant recipe and update to v2.9 + changelog-entry: Add wpa-supplicant recipe and update to v2.9 + Signed-off-by: Will Boyce + signed-off-by: Will Boyce + author: Will Boyce + - subject: >- + Improve robustness by making variou services restart if they + stop for some reason + hash: 074f42aeaf98d2ede68a29d7f7d97cd17dc61f15 + body: > + The default behaviour is Restart=on-abort inherited from + upstream. + + Lets make it Restart=always + + + Fixes #1702 + footer: + Change-type: patch + change-type: patch + Changelog-entry: >- + Improve robustness by making variou services restart if they + stop for some reason + changelog-entry: >- + Improve robustness by making variou services restart if they + stop for some reason + Signed-off-by: Zubair Lutfullah Kakakhel + signed-off-by: Zubair Lutfullah Kakakhel + author: Zubair Lutfullah Kakakhel + - subject: Build net/dummy as module + hash: ffd5bd2183ca1ea4d3f62bae118b7269b8280002 + body: | + Add dummy net driver support, which is used to + check if a container is privileged during + udev initialization. + + Building it as module ensures that dummy + devices are not needlessly created during boot. + footer: + Change-type: patch + change-type: patch + Changelog-entry: Build net/dummy as module + changelog-entry: Build net/dummy as module + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: meta-balena-2.45.0 + date: 2019-10-30T14:34:36.798Z + version: 2.45.1+rev1 + date: 2019-12-17T08:32:08.895Z - commits: - subject: Update balena-yocto-scripts to v1.5.2 hash: 0b2e0ec97bb8bf02964f6445b4f945ce9ba0b778 diff --git a/CHANGELOG.md b/CHANGELOG.md index f960689..8d0ff7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ Change log ----------- +# v2.45.1+rev1 +## (2019-12-17) + + +
+ Update meta-balena from v2.44.0 to v2.45.1 [Alexandru Costache] + +> ## meta-balena-2.45.1 +> ### (2019-11-21) +> +> * Fix for a race condition where occasionally the supervisor might not be able to come up during boot. Also can be caused by using io.balena.features.balena-socket and app container restart always policy. Affects meta-balena 2.44.0 and 2.45.0. To be fixed in 2.44.1 and 2.46.0 [Zubair Lutfullah Kakakhel] +> * Rename resin to balena where possible [Pagan Gazzard] +> * Add leading new line for PACKAGE_INSTALL variable [Vicentiu Galanopulo] +> * Set `net.ipv4.ip_local_port_range` to recommended range (49152-65535) [Will Boyce] +> * No user impact, subtle fix in rollback version checks [Zubair Lutfullah Kakakhel] + +> ## meta-balena-2.45.0 +> ### (2019-10-30) +> +> * Increase persistent journal size to 32M [Will Boyce] +> * Move persistent logs from state to data partition [Will Boyce] +> * Add wpa-supplicant recipe and update to v2.9 [Will Boyce] +> * Improve robustness by making variou services restart if they stop for some reason [Zubair Lutfullah Kakakhel] +> * Build net/dummy as module [Alexandru Costache] +
+ # v2.44.0+rev3 ## (2019-11-19) diff --git a/VERSION b/VERSION index ecf8224..87a5586 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44.0+rev3 \ No newline at end of file +2.45.1+rev1 \ No newline at end of file