From 6fbf7dce96acb6549f754a38ed346bbbcc402c27 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 9 Oct 2018 07:52:18 -0700 Subject: [PATCH] v2.19.0+rev1 --- .versionbot/CHANGELOG.yml | 256 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 74 +++++++++++ VERSION | 2 +- 3 files changed, 331 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 26cb3b6..e24dd60 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,259 @@ +- commits: + - subject: Update the meta-resin submodule from v2.14.3 to v2.19.0 + hash: 4cd258fe9042b9d28e815e361c9756ece1fe56df + body: | + Update meta-resin from 2.14.3 to 2.19.0 + footer: + Changelog-entry: Update the meta-resin submodule from v2.14.3 to v2.19.0 + changelog-entry: Update the meta-resin submodule from v2.14.3 to v2.19.0 + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: + - commits: + - subject: Update Balena to fix tty console hanging in some cases + hash: 06ae0837d2823587858437d5eb41b8fc5be8e7c6 + body: | + https://github.com/resin-os/balena/pull/101 + footer: + Change-type: patch + change-type: patch + Changelog-entry: Update Balena to fix tty console hanging in some cases + changelog-entry: Update Balena to fix tty console hanging in some cases + Signed-off-by: Petros Angelatos + signed-off-by: Petros Angelatos + author: Petros Angelatos + - subject: >- + Pin down cargo deps (using Cargo.lock) to versions known working + with rust 1.24.1 (for sumo) + hash: ef3e76f2d343e8cd367214b4b5ce52b3b97be262 + body: > + With Sumo 19.0.1, when building cargo 0.25.0 we get: + + | error[E0425]: cannot find function `read_to_string` in module + `fs` + + | --> + /yocto/resin-board/build/tmp/work/x86_64-linux/cargo-native/ + + 0.25.0-r0/cargo_home/registry/src/github.com-1ecc6299db9ec823/ + + libssh2-sys-0.2.11/build.rs:99:26 + + let config = + fs::read_to_string("libssh2/src/libssh2_config_cmake.h.in") + + ^^^^^^^^^^^^^^ did you mean `read_string`? + + + This is just one example of a package that fails like this. + There are + + multiple packages in the cargo source tree that fail with this + error. + + + The cargo bbclass does a: + + cargo build -v --target x86_64-linux --release + + + This has the following effect: + + NOTE:- cargo build -v --target x86_64-linux --release. + + Updating registry `https://github.com/rust-lang/crates.io-index` + + + Updating the registry will result in using the versions pinned + upstream. + + In our case, it will be using newer versions of packages that + require a + + newer rust version (read_to_string was added in rust 1.26.0). + But at the + + same time, the meta-rust layer which we use has an older rust + version. + + (currently meta-rust on sumo branch has rust at version 1.24.1) + + + The fix for such a case would be to use a Cargo.lock file which + pins + + the packages to versions which are known to work with rust + 1.24.1, + + the version we use in sumo. + footer: + Change-type: minor + change-type: minor + Changelog-entry: >- + Pin down cargo deps (using Cargo.lock) to versions known + working with rust 1.24.1 (for sumo) + changelog-entry: >- + Pin down cargo deps (using Cargo.lock) to versions known + working with rust 1.24.1 (for sumo) + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + - subject: Remove duplicate packaging of bcm43143 + hash: cef8864000507af337a52e47722274921ccb5982 + body: > + Yocto Sumo 19.0.1 already packages this firmware separately so + let's + + remove the duplication we do here. + footer: + Change-type: minor + change-type: minor + Changelog-entry: Remove duplicate packaging of bcm43143 + changelog-entry: Remove duplicate packaging of bcm43143 + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + - subject: Set ModemManager to ignore Inca Roads Serial Device + hash: 107ab6747db748201742bf495a1c0f41fb28f1fe + body: '' + footer: + Change-type: patch + change-type: patch + Changelog-entry: Set ModemManager to ignore Inca Roads Serial Device + changelog-entry: Set ModemManager to ignore Inca Roads Serial Device + Signed-off-by: Petros Angelatos + signed-off-by: Petros Angelatos + author: Petros Angelatos + - subject: Add support for aufs 4.14.56+ + hash: 28746ab0d4d14c0def56382b1c1747c009362107 + body: '' + footer: + Change-type: minor + change-type: minor + Changelog-entry: Add support for aufs 4.14.56+ + changelog-entry: Add support for aufs 4.14.56+ + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + - subject: Update resin-supervisor to v7.19.7 + hash: 9e595a0cab47b044d445d8aeab23e27a6cff58cc + body: '' + footer: + Change-type: minor + change-type: minor + Changelog-entry: Update resin-supervisor to v7.19.7 + changelog-entry: Update resin-supervisor to v7.19.7 + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: meta-resin-2.19.0 + date: 2018-09-23T15:05:11.877Z + - commits: + - subject: Add a parsable representation of the changelog + hash: f6c58c1e4da805e5e53da0af08128b7fb4adb87e + body: > + This file allows other components to uniquely parse the + information that + + is contained in the changelog. It will be automatically managed + by + + versionist by appending the new commits on top. This is needed + to + + provide nested-changelogs. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Giovanni Garufi + signed-off-by: Giovanni Garufi + Changelog-entry: Add a parsable representation of the changelog + changelog-entry: Add a parsable representation of the changelog + author: Giovanni Garufi + version: meta-resin-2.18.1 + date: 2018-09-14T12:50:23.575Z + - version: meta-resin-v2.18.0 + date: 2018-09-12T00:00:00.000Z + commits: + - subject: >- + Update grub hooks to prepare to load kernel from root [Zubair + Lutfullah Kakakhel] + - subject: 'Update resin-supervisor to v7.19.4 [Cameron Diver]' + - subject: >- + Kernel-resin.bbclass: Enable CONFIG_IP_NF_TARGET_LOG as a module + [John (Jack) Brown] + - subject: 'Balena: Update to current HEAD of 17.12-resin [Andrei Gherzan]' + - subject: 'Compress os-config with UPX on arm64 too [Andrei Gherzan]' + - subject: 'Update upx to 3.95 [Andrei Gherzan]' + - subject: >- + Add support to skip flasher detection in env_resin.h [Zubair + Lutfullah Kakakhel] + - subject: 'Add the kernel to the rootfs [Zubair Lutfullah Kakakhel]' + - subject: >- + Rework resin-supervisor systemd dependency on balena [Florin + Sarbu] + - subject: 'Enhanced security options for dropbear - sumo [Andrei Gherzan]' + - subject: 'Enhanced security options for dropbear - rocko [Andrei Gherzan]' + - subject: 'Enhanced security options for dropbear - pyro [Andrei Gherzan]' + - subject: 'Enhanced security options for dropbear - morty [Andrei Gherzan]' + - subject: >- + Enhanced security options for dropbear - krogoth [Andrei + Gherzan] + - commits: + - subject: >- + Resin-proxy-config: The no_proxy file fails to parse when + missing EOL [Rich Bayliss] + date: 2018-09-03T00:00:00.000Z + version: meta-resin-2.17.0 + - commits: + - subject: 'Os-config: UPX is broken on aarch64 [Theodor Gherzan]' + - subject: 'Allow flasher types to pin preloaded devices [Theodor Gherzan]' + - subject: 'Disable PIE for go [Zubair Lutfullah Kakakhel]' + - subject: 'Disable PIE for balena [Zubair Lutfullah Kakakhel]' + date: 2018-08-31T00:00:00.000Z + version: meta-resin-2.16.0 + - commits: + - subject: >- + Bump balena version to latest 17.12-resin [Zubair Lutfullah + Kakakhel] + - subject: 'Update NetworkManager to 1.12.2 [Andrei Gherzan]' + - subject: 'Avoid os-config-devicekey / uuid service race [Andrei Gherzan]' + - subject: >- + Move the rw copy of config.json out of /tmp for flasher [Andrei + Gherzan] + - subject: 'Fix dashboard feedback on fast flashing devices [Andrei Gherzan]' + - subject: 'Fix ucl dependency in upx [Andrei Gherzan]' + - subject: 'Update kernel-modules-headers to v0.0.11 [Andrei Gherzan]' + date: 2018-08-28T00:00:00.000Z + version: meta-resin-2.15.0 + - commits: + - subject: 'Update resin supervisor to v7.16.6 [Cameron Diver]' + date: 2018-08-13T00:00:00.000Z + version: meta-resin-2.14.3 + - subject: Update the meta-sunxi submodule to latest sumo + hash: 568484ce19051d8301dd4edf92ced920365d964f + body: | + This update adds eMMC support in u-boot and kernel + footer: + Changelog-entry: Update the meta-sunxi submodule to latest sumo + changelog-entry: Update the meta-sunxi submodule to latest sumo + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + - subject: Do not package missing armbian dtbs for the Nanopi Neo Air + hash: ea90d9dcbae7bfffa42f2287bb33060e6a95bd0b + body: | + We switched the Nanopi Neo Air to the mainline kernel and this kernel + does not yet have these additional dtbs that the armbian kernel has. + footer: + Changelog-entry: Do not package missing armbian dtbs for the Nanopi Neo Air + changelog-entry: Do not package missing armbian dtbs for the Nanopi Neo Air + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + version: 2.19.0+rev1 + date: 2018-10-09T12:22:10.796Z - commits: - subject: Add a parsable representation of the changelog hash: dd5f2da3d206c5ff56e51f7169af9a65d18b24a1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 24dd2f6..32ecfd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,80 @@ Change log ----------- +# v2.19.0+rev1 +## (2018-10-09) + +* Update the meta-resin submodule from v2.14.3 to v2.19.0 [Florin Sarbu] + +
+ View details + +## meta-resin-2.19.0 +### (2018-09-23) + +* Update Balena to fix tty console hanging in some cases +* Pin down cargo deps (using Cargo.lock) to versions known working with rust 1.24.1 (for sumo) +* Remove duplicate packaging of bcm43143 +* Set ModemManager to ignore Inca Roads Serial Device +* Add support for aufs 4.14.56+ +* Update resin-supervisor to v7.19.7 + +## meta-resin-2.18.1 +### (2018-09-14) + +* Add a parsable representation of the changelog + +## meta-resin-v2.18.0 +### (2018-09-12) + +* Update grub hooks to prepare to load kernel from root [Zubair Lutfullah Kakakhel] +* Update resin-supervisor to v7.19.4 [Cameron Diver] +* Kernel-resin.bbclass: Enable CONFIG_IP_NF_TARGET_LOG as a module [John (Jack) Brown] +* Balena: Update to current HEAD of 17.12-resin [Andrei Gherzan] +* Compress os-config with UPX on arm64 too [Andrei Gherzan] +* Update upx to 3.95 [Andrei Gherzan] +* Add support to skip flasher detection in env_resin.h [Zubair Lutfullah Kakakhel] +* Add the kernel to the rootfs [Zubair Lutfullah Kakakhel] +* Rework resin-supervisor systemd dependency on balena [Florin Sarbu] +* Enhanced security options for dropbear - sumo [Andrei Gherzan] +* Enhanced security options for dropbear - rocko [Andrei Gherzan] +* Enhanced security options for dropbear - pyro [Andrei Gherzan] +* Enhanced security options for dropbear - morty [Andrei Gherzan] +* Enhanced security options for dropbear - krogoth [Andrei Gherzan] + +## meta-resin-2.17.0 +### (2018-09-03) + +* Resin-proxy-config: The no_proxy file fails to parse when missing EOL [Rich Bayliss] + +## meta-resin-2.16.0 +### (2018-08-31) + +* Os-config: UPX is broken on aarch64 [Theodor Gherzan] +* Allow flasher types to pin preloaded devices [Theodor Gherzan] +* Disable PIE for go [Zubair Lutfullah Kakakhel] +* Disable PIE for balena [Zubair Lutfullah Kakakhel] + +## meta-resin-2.15.0 +### (2018-08-28) + +* Bump balena version to latest 17.12-resin [Zubair Lutfullah Kakakhel] +* Update NetworkManager to 1.12.2 [Andrei Gherzan] +* Avoid os-config-devicekey / uuid service race [Andrei Gherzan] +* Move the rw copy of config.json out of /tmp for flasher [Andrei Gherzan] +* Fix dashboard feedback on fast flashing devices [Andrei Gherzan] +* Fix ucl dependency in upx [Andrei Gherzan] +* Update kernel-modules-headers to v0.0.11 [Andrei Gherzan] + +## meta-resin-2.14.3 +### (2018-08-13) + +* Update resin supervisor to v7.16.6 [Cameron Diver] + +
+* Update the meta-sunxi submodule to latest sumo [Florin Sarbu] +* Do not package missing armbian dtbs for the Nanopi Neo Air [Florin Sarbu] + # v2.14.3+rev4 ## (2018-09-25) diff --git a/VERSION b/VERSION index a69801f..663d20a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.3+rev4 \ No newline at end of file +2.19.0+rev1 \ No newline at end of file