v2.85.4+rev1

This commit is contained in:
Balena CI 2021-09-23 21:05:24 +03:00 committed by VersionBot
parent 3fc2b6761f
commit e99c2523dc
3 changed files with 4885 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,790 @@
Change log
-----------
# v2.85.4+rev1
## (2021-09-23)
* linux-mainline: Remove config check warnings [Alex Gonzalez]
* packagegroup-balena-connectivity: Add linux-firmware-bcm43362 [Alex Gonzalez]
* linux-firmware: Remove custom brcm43362 packaging [Alex Gonzalez]
<details>
<summary> Update meta-balena from v2.79.7 to v2.85.4 [Alex Gonzalez] </summary>
> ## meta-balena-2.85.4
> ### (2021-09-21)
>
> * common: conf: create disable-user-ns distro feature [Joseph Kogut]
>
> ## meta-balena-2.85.3
> ### (2021-09-21)
>
> * balena-os-sysctl: Reduce the console default loglevel [Alex Gonzalez]
> * balena-config-vars: Re-run os-sshkeys if config.json is modified [Alex Gonzalez]
> * systemd: Use drop-in to modify unit files instead of sed [Alex Gonzalez]
>
> ## meta-balena-2.85.2
> ### (2021-09-17)
>
>
> <details>
> <summary> Update balena-engine to v19.03.29 [Robert Günzler] </summary>
>
>> ### balena-engine-19.03.29
>> #### (2021-09-14)
>>
>> * pkg/storagemigration: use graphdriver/copy.DirCopy [Robert Günzler]
>>
>> ### balena-engine-19.03.28
>> #### (2021-09-14)
>>
>> * Prune Jenkinsfile [Robert Günzler]
>>
>> ### balena-engine-19.03.27
>> #### (2021-09-01)
>>
>> * Backport platform-detection fixes from containerd [Robert Günzler]
>>
> </details>
>
>
> ## meta-balena-2.85.1
> ### (2021-09-17)
>
> * Fix typo in OS_DEVELOPMENT distro feature [Kyle Harding]
> * tests: Remove OS variants [Alex Gonzalez]
>
> ## meta-balena-2.85.0
> ### (2021-09-15)
>
> * Replace image variants with development mode [Alex Gonzalez]
>
> <details>
> <summary> balena-supervisor: Update balena-supervisor to v12.10.10 [Alex Gonzalez] </summary>
>
>> ### balena-supervisor-12.10.10
>> #### (2021-09-07)
>>
>> * api-keys: Remove os variant parameter for authentication check [Alex Gonzalez]
>> * os-release: Use developmentMode to ascertain OS variant in new releases [Alex Gonzalez]
>> * config: Add developmentMode to schema [Alex Gonzalez]
>>
>> ### balena-supervisor-12.10.9
>> #### (2021-09-02)
>>
>> * Update URL to balena-proxy-config source code [Kyle Harding]
>>
>> ### balena-supervisor-12.10.8
>> #### (2021-09-01)
>>
>> * Bump path-parse from 1.0.6 to 1.0.7 [dependabot[bot]]
>>
>> ### balena-supervisor-12.10.7
>> #### (2021-09-01)
>>
>> * Bump tar from 4.4.13 to 4.4.19 [dependabot[bot]]
>>
>> ### balena-supervisor-12.10.6
>> #### (2021-09-01)
>>
>> * Remove "variable list" heading in configuration doc [Miguel Casqueira]
>>
>> ### balena-supervisor-12.10.5
>> #### (2021-08-31)
>>
>> * Clean up configurations.md [Miguel Casqueira]
>>
>> ### balena-supervisor-12.10.4
>> #### (2021-08-31)
>>
>> * Include issues with downgrading versions in README [Miguel Casqueira]
>>
> </details>
>
> * u-boot: Introduce a compile time osdev-image feature [Alex Gonzalez]
> * os-release: Remove image variants information [Alex Gonzalez]
> * Replace DEVELOPMENT_IMAGE and image variants with OS_DEVELOPMENT [Alex Gonzalez]
> * images: Remove debug-tweaks settings. [Alex Gonzalez]
> * openssh: Enable runtime development configuration [Alex Gonzalez]
> * balena-info: Rename from resin-info [Alex Gonzalez]
> * balena: Expose engine socket on development mode [Alex Gonzalez]
> * image-balena: Allow passwordless root logins [Alex Gonzalez]
> * image_balena: Remove "balena" hostname from development images [Alex Gonzalez]
> * systemd: Runtime enablement of serial console [Alex Gonzalez]
> * development-features: Add service for development features runtime management [Alex Gonzalez]
>
> ## meta-balena-2.84.7
> ### (2021-09-13)
>
> * hostapp-update-hooks: Fix blacklisted extlinux.conf file path [Alexandru Costache]
>
> ## meta-balena-2.84.6
> ### (2021-09-11)
>
> * balena-persistent-logs: add comment and update logging [Mark Corbin]
> * meta-balena: rename resin-persistent-logs [Mark Corbin]
>
> ## meta-balena-2.84.5
> ### (2021-09-10)
>
> * tests: led: require led property from device type [Joseph Kogut]
>
> ## meta-balena-2.84.4
> ### (2021-09-09)
>
> * tests: Remove reboots from redsocks test cases [Kyle Harding]
>
> ## meta-balena-2.84.3
> ### (2021-09-09)
>
> * tests: Prevent failure when journalctl has no logs for some boots [Kyle Harding]
>
> ## meta-balena-2.84.2
> ### (2021-09-08)
>
> * contributing-device-support.md: Updates to board support instructions [Florin Sarbu]
>
> ## meta-balena-2.84.1
> ### (2021-09-05)
>
> * tests: s/BALENA_MACHINE_NAME/BALENA_ARCH [Joseph Kogut]
>
> ## meta-balena-2.84.0
> ### (2021-09-03)
>
> * balena-engine: Enable storage migration [Robert Günzler]
>
> <details>
> <summary> Update balena-engine to v19.03.26 [Robert Günzler] </summary>
>
>> ### balena-engine-19.03.26
>> #### (2021-08-31)
>>
>> * storagemigration: capture failcleanup logs in logfile [Robert Günzler]
>>
>> ### balena-engine-19.03.25
>> #### (2021-08-20)
>>
>> * storagemigration: move logic to package [Robert Günzler]
>>
> </details>
>
>
> ## meta-balena-2.83.22
> ### (2021-09-02)
>
> * tests: remove healthcheck test race condition [rcooke-warwick]
>
> ## meta-balena-2.83.21
> ### (2021-09-01)
>
> * tests: Register teardown only when DUT is reachable [rcooke-warwick]
>
> ## meta-balena-2.83.20
> ### (2021-09-01)
>
> * tests: Use new Archiver implementation & helpers [Vipul Gupta (@vipulgupta2048)]
>
> ## meta-balena-2.83.19
> ### (2021-09-01)
>
> * tests: List boots when collecting journal logs in hup suite [Kyle Harding]
>
> ## meta-balena-2.83.18
> ### (2021-08-31)
>
>
> <details>
> <summary> balena-supervisor: Update balena-supervisor to v12.10.3 [Kyle Harding] </summary>
>
>> ### balena-supervisor-12.10.3
>> #### (2021-08-24)
>>
>> * Skip restarting services if they are part of conf targets [Kyle Harding]
>>
>> ### balena-supervisor-12.10.2
>> #### (2021-08-02)
>>
>> * Removed fire emoji prefix for firewall logs. [peakyDicers]
>>
>> ### balena-supervisor-12.10.1
>> #### (2021-08-02)
>>
>> * Fix regression with local mode push [Felipe Lalanne]
>>
>> ### balena-supervisor-12.10.0
>> #### (2021-07-28)
>>
>> * Remove comparison based on image, release, and service ids [Felipe Lalanne]
>>
>> ### balena-supervisor-12.9.6
>> #### (2021-07-26)
>>
>> * Use tags to track supervised images in docker [Felipe Lalanne]
>>
>> ### balena-supervisor-12.9.5
>> #### (2021-07-22)
>>
>> * Log the delta URL that will be downloaded on update [Felipe Lalanne]
>>
>> ### balena-supervisor-12.9.4
>> #### (2021-07-08)
>>
>> * Fix db-helper module for tests [Felipe Lalanne]
>>
> </details>
>
>
> ## meta-balena-2.83.17
> ### (2021-08-31)
>
> * Assign a fixed name to the balena-healthcheck container [Kyle Harding]
>
> ## meta-balena-2.83.16
> ### (2021-08-31)
>
> * kernel-modules-headers: Copy module.lds [Alex Gonzalez]
>
> ## meta-balena-2.83.15
> ### (2021-08-30)
>
> * kernel-balena: remove global blacklist of btrfs [Joseph Kogut]
>
> ## meta-balena-2.83.14
> ### (2021-08-26)
>
> * tests: remove reboot requirement from NTP server test [Mark Corbin]
> * recipes-connectivity: fix auto-update when config.json changes [Mark Corbin]
>
> ## meta-balena-2.83.13
> ### (2021-08-26)
>
> * networkmanager: fix hostname race condition [Mark Corbin]
>
> ## meta-balena-2.83.12
> ### (2021-08-25)
>
> * tests: remove reboot requirement from hostname test [Mark Corbin]
> * hostname: update system hostname when config.json changes [Mark Corbin]
>
> ## meta-balena-2.83.11
> ### (2021-08-24)
>
> * linux-firmware: Use wildcards when selecting files to package [Alex Gonzalez]
> * linux-firmware: Add firmware compression support [Alex Gonzalez]
> * kernel-balena: Support firmware compression from kernel version 5.3 [Alex Gonzalez]
>
> ## meta-balena-2.83.10
> ### (2021-08-18)
>
> * kernel-balena: Add function to conditionally configure based on version [Alex Gonzalez]
> * kernel-balena: Split function to get kernel version from source [Alex Gonzalez]
> * kernel-resin: Add as symlink to kernel-balena [Alex Gonzalez]
> * kernel-balena: Replace and deprecate kernel-resin [Alex Gonzalez]
>
> ## meta-balena-2.83.9
> ### (2021-08-17)
>
> * recipes-connectivity: improve NTP dispatcher script [Mark Corbin]
>
> ## meta-balena-2.83.8
> ### (2021-08-17)
>
>
> <details>
> <summary> Update balena-engine to v19.03.24 [Alex Gonzalez] </summary>
>
>> ### balena-engine-19.03.24
>> #### (2021-08-12)
>>
>> * prevent slice oob access in concatReadSeekCloser [Martin Rauscher]
>>
> </details>
>
>
> ## meta-balena-2.83.7
> ### (2021-08-14)
>
> * grub: don't package or install bindir utils [Joseph Kogut]
>
> ## meta-balena-2.83.6
> ### (2021-08-13)
>
> * balena-os-sysctl: disable user namespacing by default [Joseph Kogut]
> * common: kernel-resin: enable user namespacing [Joseph Kogut]
>
> ## meta-balena-2.83.5
> ### (2021-08-13)
>
> * resin-u-boot.bbclass: Make console silencing change more resilient [Florin Sarbu]
>
> ## meta-balena-2.83.4
> ### (2021-08-11)
>
> * balena-os: pin linux-firmware to 20210511 from hardknott [Joseph Kogut]
> * linux-firmware: upgrade 20190815 -> 20210511 [Joseph Kogut]
>
> ## meta-balena-2.83.3
> ### (2021-08-05)
>
> * supervisor: Consolidate supervisor container removal [Kyle Harding]
>
> ## meta-balena-2.83.2
> ### (2021-08-05)
>
> * tests: Fix insecure registry error [Robert Günzler]
>
> ## meta-balena-2.83.1
> ### (2021-07-31)
>
> * linux-firmware: package i915 generations separately [Joseph Kogut]
>
> ## meta-balena-2.83.0
> ### (2021-07-29)
>
> * Add support for rootfs on MD RAID1 [Michal Toman]
>
> ## meta-balena-2.82.13
> ### (2021-07-29)
>
> * tests: Symlink /dev/null instead of copying bash to break services [Michal Toman]
>
> ## meta-balena-2.82.12
> ### (2021-07-24)
>
> * common: grub: don't install sbin utils [Joseph Kogut]
>
> ## meta-balena-2.82.11
> ### (2021-07-21)
>
> * tests: Remove journalctl line limit from hup suite [Kyle Harding]
> * tests: Enable rollback tests in hup suite [Kyle Harding]
> * tests: Update smoke test conditions [Kyle Harding]
> * tests: Add rollback tests to HUP suite [Kyle Harding]
> * rollback-altboot: Fix minor typo in log message [Kyle Harding]
>
> ## meta-balena-2.82.10
> ### (2021-07-20)
>
> * tests: Remove reboot requirement from dnsmasq tests [Kyle Harding]
>
> ## meta-balena-2.82.9
> ### (2021-07-16)
>
> * patch: Make OS test suite compatible with current helpers [Vipul Gupta (@vipulgupta2048)]
>
> ## meta-balena-2.82.8
> ### (2021-07-16)
>
> * kernel-devsrc: Add upstream recipe from hardknott-3.3.1 for dunfell [Florin Sarbu]
>
> ## meta-balena-2.82.7
> ### (2021-07-15)
>
>
> <details>
> <summary> Update balena-engine to v19.03.23 [Leandro Motta Barros] </summary>
>
>> ### balena-engine-19.03.23
>> #### (2021-07-12)
>>
>> * Make layer download resuming more resilient [Leandro Motta Barros]
>>
>> ### balena-engine-19.03.22
>> #### (2021-06-30)
>>
>> * Drop CODEOWNERS [Robert Günzler]
>>
>> ### balena-engine-19.03.21
>> #### (2021-06-25)
>>
>> * Lock destination layers while delta is being processed [Robert Günzler]
>>
>> ### balena-engine-19.03.20
>> #### (2021-06-17)
>>
>> * pkg/storagemigration: poperly handle errors during state creation [Robert Günzler]
>>
>> ### balena-engine-19.03.19
>> #### (2021-06-10)
>>
>> * pkg/storagemigration: allow writing logs to separate file [Robert Günzler]
>> * storagemigration: defer commit to next start [Robert Günzler]
>>
> </details>
>
>
> ## meta-balena-2.82.6
> ### (2021-07-15)
>
> * dnsmasq: Restart when config.json changes [Kyle Harding]
> * balena-config-vars: Restart target when config.json changes [Kyle Harding]
> * balena-config-vars: Add config-json.target service [Kyle Harding]
> * balena-config-vars: Restore null as valid for dnsServers [Kyle Harding]
>
> ## meta-balena-2.82.5
> ### (2021-07-15)
>
> * kernel-headers-test: Update base image to buster [Florin Sarbu]
>
> ## meta-balena-2.82.4
> ### (2021-07-14)
>
> * tests: Add hup test suite [Robert Günzler]
>
> ## meta-balena-2.82.3
> ### (2021-07-13)
>
> * Check that the hostapp image fits the inactive partion on HUP [Alex Gonzalez]
> * image-balena: Add check for docker image size [Alex Gonzalez]
> * balena-image: Break down the rootfs image size calculation [Alex Gonzalez]
> * image_types_balena: Add rootfs size calculation function [Alex Gonzalez]
>
> ## meta-balena-2.82.2
> ### (2021-07-13)
>
> * Update balena-supervisor from v12.8.8 to v12.9.3 [Miguel Casqueira]
>
> ## meta-balena-2.82.1
> ### (2021-07-12)
>
> * balena-hostname: add comments and improve logging [Mark Corbin]
> * meta-balena: rename resin-hostname to balena-hostname [Mark Corbin]
>
> ## meta-balena-2.82.0
> ### (2021-07-10)
>
> * networkmanager: Rename references to resin [Kyle Harding]
> * resin-proxy-config: Rename to balena-proxy-config [Kyle Harding]
> * resin-ntp-config: Rename to balena-ntp-config [Kyle Harding]
> * resin-net-config: Rename to balena-net-config [Kyle Harding]
>
> ## meta-balena-2.81.1
> ### (2021-07-09)
>
> * balena-engine: Restore previous systemd service settings [Kyle Harding]
>
> ## meta-balena-2.81.0
> ### (2021-07-06)
>
> * recipes-core: add a 'network connectivity wait' service [Mark Corbin]
>
> ## meta-balena-2.80.12
> ### (2021-07-05)
>
> * Remove CODEOWNERS [Michal Toman]
>
> ## meta-balena-2.80.11
> ### (2021-07-01)
>
> * get journal logs at the end of the suite [rcooke-warwick]
>
> ## meta-balena-2.80.10
> ### (2021-06-24)
>
> * hostapp-update-hooks: Migrate supervisor database [Kyle Harding]
> * hostapp-update-hooks: Revert sv database path used by previous hooks [Kyle Harding]
>
> ## meta-balena-2.80.9
> ### (2021-06-21)
>
> * balena-engine: refactor systemd service [Robert Günzler]
>
> ## meta-balena-2.80.8
> ### (2021-06-21)
>
> * Update balena-supervisor from v12.8.7 to v12.8.8 [Florin Sarbu]
>
> ## meta-balena-2.80.7
> ### (2021-06-18)
>
> * prevent failed teardown from making test hang [rcooke-warwick]
>
> ## meta-balena-2.80.6
> ### (2021-06-17)
>
> * catch error if image path is corrupted [rcooke-warwick]
>
> ## meta-balena-2.80.5
> ### (2021-06-17)
>
> * update-balena-supervisor: Improve obtaining the supervisor directory name [Alexandru Costache]
> * Update balena-supervisor from v12.7.0 to v12.8.7 [Miguel Casqueira]
>
> ## meta-balena-2.80.4
> ### (2021-06-14)
>
> * kernel-headers-test: simplify example module Makefile [Joseph Kogut]
>
> ## meta-balena-2.80.3
> ### (2021-06-10)
>
> * Add oneshot service to migrate supervisor state config [Kyle Harding]
>
> ## meta-balena-2.80.2
> ### (2021-06-09)
>
> * update-balena-supervisor: Refactor script to ensure target version is ran [Alexandru Costache]
>
> ## meta-balena-2.80.1
> ### (2021-06-07)
>
> * bluez5: Disable PnP Device Information service [Zahari Petkov]
>
> ## meta-balena-2.80.0
> ### (2021-06-07)
>
> * Revert Go 1.16 recipes [Joseph Kogut]
>
> ## meta-balena-2.79.10
> ### (2021-06-03)
>
> * supervisor: Remove symlink to legacy resin sysconfig [Kyle Harding]
> * hostapp-update-hooks: Migrate resin-supervisor to balena-supervisor [Kyle Harding]
> * supervisor: Remove legacy resin supervisor container [Kyle Harding]
>
> ## meta-balena-2.79.9
> ### (2021-06-03)
>
> * hostapp-update-hooks: Sync to disk when hook is done [Alex Gonzalez]
> * extract-balena-ca: Sync changes to disk in case of power loss [Alex Gonzalez]
> * resin-net-config: Make sure to sync changes to disk in case of power loss [Alex Gonzalez]
>
> ## meta-balena-2.79.8
> ### (2021-06-02)
>
> * bluez: Set policy configuration to AutoEnable [Alex Gonzalez]
> * bluez5: Replace executable path directory in unit file [Alex Gonzalez]
>
</details>
<details>
<summary> Update balena-yocto-scripts from v1.11.0 to v1.14.9 [Alex Gonzalez] </summary>
> ## balena-yocto-scripts-1.14.9
> ### (2021-08-20)
>
> * balena-deploy: When deploying hostapp default to using slug as name [Alex Gonzalez]
> * balena-api: Do not use balena_lib_resolve_aliases [Alex Gonzalez]
> * balena_lib: Make resolve_aliases local so it is not globally used [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.14.8
> ### (2021-07-22)
>
> * Use slug when setting deviceType for leviathan [Kyle Harding]
>
> ## balena-yocto-scripts-1.14.7
> ### (2021-06-29)
>
> * balena-lib: Fix print statements helper functions [Kyle Harding]
> * balena-lib: Fix device dir when running in Jenkins containers [Kyle Harding]
>
> ## balena-yocto-scripts-1.14.6
> ### (2021-06-18)
>
> * balena-deploy: Flag hostapps as bootable apps [Alex Gonzalez]
> * balena-deploy: Provide working directory when deploying hostapp [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.14.5
> ### (2021-06-18)
>
> * balena-deploy-block: Do not add variant suffix to release tag [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.14.4
> ### (2021-06-16)
>
> * Dockerfile_balena-push-env: Add balena-lib to image [Alex Gonzalez]
> * balena-deploy-block: source balena-lib script library [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.14.3
> ### (2021-06-01)
>
> * balena-api: Filter out debug output [Alex Gonzalez]
> * balena-api: Specify API environment and token when setting app roles [Alex Gonzalez]
> * jenkins_build-blocks: Separate recipes and packages [Alex Gonzalez]
> * balena-lib: Generalize contract fetcher [Alex Gonzalez]
> * balena-deploy: Shorten installation directory '/yocto/resin-board' to '/work' [Alex Gonzalez]
> * Conditional verbosity mode [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.14.2
> ### (2021-05-26)
>
> * balena-lib: Add function to fetch labels from image [Alex Gonzalez]
> * balena-lib: contracts: Add package list fetcher [Alex Gonzalez]
> * semver: Add bash utility for semantic version comparison [Alex Gonzalez]
> * balena-docker: Add image retrieval function [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.14.1
> ### (2021-05-24)
>
> * Add a parsable representation of the changelog [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.14.0
> ### (2021-05-21)
>
> * Dockerfile_yocto-block-build-env: Add container to build Yocto based hostOS blocks [Alex Gonzalez]
> * balena-build-block: Balena build and deploy a hostOS block image [Alex Gonzalez]
> * jenkins_build-blocks: Add package blocks builder script [Alex Gonzalez]
> * balena-deploy: Add functions to deploy block, feed and OS release [Alex Gonzalez]
> * README: Add brief introduction to the main scripts [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.13.0
> ### (2021-05-19)
>
> * barys: Replace supervisor tag with supervisor release version [Alex Gonzalez]
> * jenkins_build: Replace supervisor tag with supervisor release [Alex Gonzalez]
> * jenkins_build: Rename metaResinBranch to metaBalenaBranch [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.16
> ### (2021-05-18)
>
> * tests: Substitute deviceType with MACHINE when packaging tests [Kyle Harding]
>
> ## balena-yocto-scripts-1.12.15
> ### (2021-05-18)
>
> * Dockerfile_yocto-build-env: Specify docker version [Alex Gonzalez]
> * balena-docker: Allow to control iptables and ipmasq flags [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.14
> ### (2021-05-17)
>
> * balena-api: Set default argument value not to exist on nounset setting [Alex Gonzalez]
> * balena-api: Allow access to OS developers to public apps [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.13
> ### (2021-05-14)
>
> * balena-api: Add functions for apps management [Alex Gonzalez]
> * balena-api: Add block images getter functions [Alex Gonzalez]
> * balena-api: Add missing argument to function comments [Alex Gonzalez]
> * balena-deploy-block: Create public app if required [Alex Gonzalez]
> * balena-lib: Fix device installation path when running in helper container [Alex Gonzalez]
> * balena-deploy: Fix device installation path when running in helper container [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.12
> ### (2021-05-12)
>
> * balena-docker: Adapt to be used from POSIX shell [Alex Gonzalez]
> * balena-docker: Generalize functions to any engine [Alex Gonzalez]
> * balena-build: Re-enable the container's output [Alex Gonzalez]
> * balena-build: Add option to keep local containers [Alex Gonzalez]
> * yocto-build-env: Update Dockerfile to add host tools dependencies [Alex Gonzalez]
> * Shorten installation directory '/yocto/resin-board' to '/work' [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.11
> ### (2021-05-11)
>
> * Substitute device type in config.js if present [Kyle Harding]
>
> ## balena-yocto-scripts-1.12.10
> ### (2021-04-28)
>
> * balena-build: print submodule status [Alex Gonzalez]
> * balena-build: Correctly pass development images flag and amend usage [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.9
> ### (2021-04-22)
>
> * balena-build: Pass the API environment to the build container [Alex Gonzalez]
> * balena-lib: Add function to resolve between contract slugs and Yocto machines [Alex Gonzalez]
> * balena-build: Do not exit if no SSH_AUTH_SOCK defined [Alex Gonzalez]
> * balena-build: Fix indentation [Alex Gonzalez]
> * balena-build: Cleanup build containers and enable build output [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.8
> ### (2021-04-15)
>
> * balena-build: Fix development image build [Alex Gonzalez]
> * jenkins_build-containers: Use a fixed length for the git short revision [Alex Gonzalez]
> * balena-lib: Do not err when sourcing without a repository [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.7
> ### (2021-04-12)
>
> * balena-api: Improve logs when setting version [Alex Gonzalez]
> * balena-docker: Make it less verbose [Alex Gonzalez]
> * balena-deploy: Set the OS version before setting deploy directory [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.6
> ### (2021-03-30)
>
> * include: Move include files and entry scripts into its own folder [Alex Gonzalez]
> * balena-build.sh: Move into build script [Alex Gonzalez]
> * balena-lib: Set default namespace if not defined [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.5
> ### (2021-03-30)
>
> * balena-deploy: Shellcheck warnings [Alex Gonzalez]
> * balena-deploy-block: Adjust variables for common use [Alex Gonzalez]
> * balena-deploy-block: Fix shellcheck warnings [Alex Gonzalez]
> * balena-deploy: Adjust balena_deploy_hostapp to new balena_deploy_block entrypoint arguments [Alex Gonzalez]
> * balena-deploy.inc: Pass API environment to balena_lib_token [Alex Gonzalez]
> * balena-build: Pass an API environment to balena_lib_token [Alex Gonzalez]
> * balena-lib: Pass API environment to balena_lib_token [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.4
> ### (2021-03-29)
>
> * balena-api: Add is_dt_private function [Alex Gonzalez]
> * balena-lib: Add several function to extract device details from device type JSON file [Alex Gonzalez]
> * balena-lib: By default only login to BaleneCloud if not token is found [Alex Gonzalez]
> * balena_deploy: Add functions to deploy Jenkins artifacts to S3 and dockerhub [Alex Gonzalez]
> * balena-deploy: Fix indentation and shellcheck warnings [Alex Gonzalez]
> * jenkins_build: Call out to script libraries functions [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.3
> ### (2021-03-26)
>
> * balena-lib: Fix indentation to tabs [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.2
> ### (2021-03-26)
>
> * balena-docker: Remove execution trace flag [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.1
> ### (2021-03-25)
>
> * balena-lib: Add commonly used utility functions [Alex Gonzalez]
> * jenkins_build-containers: Allow docker login for local development [Alex Gonzalez]
> * barys: Add bitbake-args argument and make bitbake-target accept multiple arguments [Alex Gonzalez]
> * jenkins_build: Separate deploy functions [Alex Gonzalez]
> * jenkins_build: Refactor balena_lib_get_os_version [Alex Gonzalez]
> * balena-api: Add script library with API calls [Alex Gonzalez]
> * balena-push-os-version: Rename to balena-deploy-block and set the release version on deploy [Alex Gonzalez]
> * Dockerfile_balena-push-env: Refactor to use balena-deploy-block [Alex Gonzalez]
> * balena-build: Split build related functions [Alex Gonzalez]
> * jenkins_build: Separate barys build functions [Alex Gonzalez]
> * balena-deploy: Add script library for deploy logic [Alex Gonzalez]
> * jenkins_build: Use balena_deploy_hostapp from balena-deploy [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.12.0
> ### (2021-03-25)
>
> * barys: Improve template layer matching [Kyle Harding]
>
> ## balena-yocto-scripts-1.11.2
> ### (2021-03-22)
>
> * jenkins_build-container: Do not overwrite environment DOCKERFILES variable if provided [Alex Gonzalez]
> * balena-lib: Rename to balena-lib.inc [Alex Gonzalez]
> * balena-lib: Rename functions with the balena_lib prefix [Alex Gonzalez]
> * jenkins_build: Use balena-lib.inc instead of balena-inc.sh [Alex Gonzalez]
>
> ## balena-yocto-scripts-1.11.1
> ### (2021-03-22)
>
> * balena-docker: Rename manage-docker to balena-docker [Alex Gonzalez]
> * balena-push-os-version: Refactor to use balena-docker [Alex Gonzalez]
> * prepare-and-start: Refactor to use balena-lib [Alex Gonzalez]
> * Dockerfile_yocto_build-env: Refactor to update dockerd and use balena-docker [Alex Gonzalez]
> * Dockerfile_balena-push-env: Refactor to use balena-docker [Alex Gonzalez]
>
</details>
# v2.79.7+rev2
## (2021-08-26)

View file

@ -1 +1 @@
2.79.7+rev2
2.85.4+rev1