v2.78.0+rev1
This commit is contained in:
parent
508de12b07
commit
7f009d0fd1
3 changed files with 1363 additions and 1 deletions
File diff suppressed because it is too large
Load diff
271
CHANGELOG.md
271
CHANGELOG.md
|
@ -1,6 +1,277 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.78.0+rev1
|
||||
## (2021-05-11)
|
||||
|
||||
* Rename resin-supervisor to balena-supervisor [Kyle Harding]
|
||||
|
||||
<details>
|
||||
<summary> Update meta-balena from v2.72.0 to v2.78.0 [Kyle Harding] </summary>
|
||||
|
||||
> ## meta-balena-2.78.0
|
||||
> ### (2021-05-10)
|
||||
>
|
||||
> * Add symlinks and aliases for legacy resin namespaces [Kyle Harding]
|
||||
> * Rename resin-supervisor to balena-supervisor [Kyle Harding]
|
||||
>
|
||||
> ## meta-balena-2.77.2
|
||||
> ### (2021-05-10)
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update balena-supservisor from v12.5.10 to v12.7.0 [Kyle Harding] </summary>
|
||||
>
|
||||
>> ### balena-supervisor-12.7.0
|
||||
>> #### (2021-05-07)
|
||||
>>
|
||||
>> * Backwards compatility changes for old resin namespaces [Kyle Harding]
|
||||
>> * Change container name to balena_supervisor [Kyle Harding]
|
||||
>> * Rename resin-supervisor to balena-supervisor [Kyle Harding]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.8
|
||||
>> #### (2021-05-06)
|
||||
>>
|
||||
>> * Show warning instead of exception for invalid network config [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.7
|
||||
>> #### (2021-05-06)
|
||||
>>
|
||||
>> * Patch awaiting response when checking if supervisor0 network exists [Miguel Casqueira]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.6
|
||||
>> #### (2021-05-06)
|
||||
>>
|
||||
>> * Fix parsing driver_opts from compose to docker network creation [quentinGllmt]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.5
|
||||
>> #### (2021-05-06)
|
||||
>>
|
||||
>>
|
||||
>> <details>
|
||||
>> <summary> Update balena-register-device and send extra info at provision time [Pagan Gazzard] </summary>
|
||||
>>
|
||||
>>> #### balena-register-device-7.2.0
|
||||
>>> ##### (2021-04-29)
|
||||
>>>
|
||||
>>> * Support `supervisorVersion`/`osVersion`/`osVariant`/`macAddress` fields [Pagan Gazzard]
|
||||
>>>
|
||||
>>> #### balena-register-device-7.1.1
|
||||
>>> ##### (2021-04-29)
|
||||
>>>
|
||||
>>> * Update dependencies [Pagan Gazzard]
|
||||
>>>
|
||||
>>> #### balena-register-device-7.1.0
|
||||
>>> ##### (2020-07-13)
|
||||
>>>
|
||||
>>> * Switch from randomstring to uuid for generating device uuids [Pagan Gazzard]
|
||||
>>>
|
||||
>>> #### balena-register-device-7.0.1
|
||||
>>> ##### (2020-07-13)
|
||||
>>>
|
||||
>>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>>
|
||||
>>> #### balena-register-device-7.0.0
|
||||
>>> ##### (2020-07-06)
|
||||
>>>
|
||||
>>> * Convert to type checked javascript [Pagan Gazzard]
|
||||
>>> * Drop callback interface in favor of promise interface [Pagan Gazzard]
|
||||
>>> * Switch to a named export [Pagan Gazzard]
|
||||
>>> * Convert to typescript [Pagan Gazzard]
|
||||
>>> * Update to typed-error 3.x [Pagan Gazzard]
|
||||
>>> * Switch to returning native promises [Pagan Gazzard]
|
||||
>>> * Update to balena-request 11.x [Pagan Gazzard]
|
||||
>>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>>>
|
||||
>> </details>
|
||||
>>
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.4
|
||||
>> #### (2021-05-05)
|
||||
>>
|
||||
>> * Log error responses from API when reporting state [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.3
|
||||
>> #### (2021-05-04)
|
||||
>>
|
||||
>> * Added configurations.md to document all configurable vars [Miguel Casqueira]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.2
|
||||
>> #### (2021-04-30)
|
||||
>>
|
||||
>> * Remove version tag from livepush generated image [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.1
|
||||
>> #### (2021-04-27)
|
||||
>>
|
||||
>> * Remove mz, mkdirp, body-parser dependencies [Christina Wang]
|
||||
>>
|
||||
>> ### balena-supervisor-12.6.0
|
||||
>> #### (2021-04-27)
|
||||
>>
|
||||
>> * Bump dockerode types to 2.5.34 [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-12.5.16
|
||||
>> #### (2021-04-27)
|
||||
>>
|
||||
>> * Enable docker layer caching on CircleCI [Miguel Casqueira]
|
||||
>>
|
||||
>> ### balena-supervisor-12.5.15
|
||||
>> #### (2021-04-26)
|
||||
>>
|
||||
>> * Added clean step to remove previous builds before running tests [Miguel Casqueira]
|
||||
>>
|
||||
>> ### balena-supervisor-12.5.14
|
||||
>> #### (2021-04-26)
|
||||
>>
|
||||
>> * balena-supervisor: replace references to resin-vars [Mark Corbin]
|
||||
>>
|
||||
>> ### balena-supervisor-12.5.13
|
||||
>> #### (2021-04-25)
|
||||
>>
|
||||
>> * Update supervisor to typescript 4 [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-12.5.12
|
||||
>> #### (2021-04-20)
|
||||
>>
|
||||
>> * Bump ssri from 6.0.1 to 6.0.2 [dependabot[bot]]
|
||||
>>
|
||||
>> ### balena-supervisor-12.5.11
|
||||
>> #### (2021-04-14)
|
||||
>>
|
||||
>> * Refactor extra_uEnv to not match with intel nuc [Miguel Casqueira]
|
||||
>>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
> ## meta-balena-2.77.1
|
||||
> ### (2021-05-10)
|
||||
>
|
||||
> * Update os-config from v1.2.0 to v1.2.1 [Kyle Harding]
|
||||
>
|
||||
> ## meta-balena-2.77.0
|
||||
> ### (2021-05-05)
|
||||
>
|
||||
> * grub update hook: move variables from grub.cfg to grubenv [Michal Toman]
|
||||
>
|
||||
> ## meta-balena-2.76.0
|
||||
> ### (2021-04-30)
|
||||
>
|
||||
> * kernel: Always include overlayfs support [Robert Günzler]
|
||||
>
|
||||
> ## meta-balena-2.75.1
|
||||
> ### (2021-04-29)
|
||||
>
|
||||
> * grub: grub-efi: buildin gzio for gz compressed kernels [Joseph Kogut]
|
||||
>
|
||||
> ## meta-balena-2.75.0
|
||||
> ### (2021-04-22)
|
||||
>
|
||||
> * Update mobynit to the new multi-container hostOS specification [Alex Gonzalez]
|
||||
>
|
||||
> ## meta-balena-2.74.0
|
||||
> ### (2021-04-20)
|
||||
>
|
||||
> * balena-engine: Update to 19.03.18 [Robert Günzler]
|
||||
>
|
||||
> ## meta-balena-2.73.15
|
||||
> ### (2021-04-20)
|
||||
>
|
||||
> * modemmanager:u-blox-switch: Rework the u-blox modem switch to ECM mode [Florin Sarbu]
|
||||
>
|
||||
> ## meta-balena-2.73.14
|
||||
> ### (2021-04-19)
|
||||
>
|
||||
> * device-progress: do not force an exit code [Matthew McGinn]
|
||||
>
|
||||
> ## meta-balena-2.73.13
|
||||
> ### (2021-04-19)
|
||||
>
|
||||
> * add retries to status check [rcooke-warwick]
|
||||
>
|
||||
> ## meta-balena-2.73.12
|
||||
> ### (2021-04-16)
|
||||
>
|
||||
> * meta-balena: rename resin-vars to balena-config-vars [Mark Corbin]
|
||||
>
|
||||
> ## meta-balena-2.73.11
|
||||
> ### (2021-04-16)
|
||||
>
|
||||
> * patch: Add strict bootcount count condition [Vipul Gupta (@vipulgupta2048)]
|
||||
> * patch: Reactivate Persistent Logging test [Vipul Gupta (@vipulgupta2048)]
|
||||
>
|
||||
> ## meta-balena-2.73.10
|
||||
> ### (2021-04-14)
|
||||
>
|
||||
> * repo.yml: Move balena-supervisor reference to balena-os [Alex Gonzalez]
|
||||
>
|
||||
> ## meta-balena-2.73.9
|
||||
> ### (2021-04-14)
|
||||
>
|
||||
> * Update balena-supervisor from v12.5.6 to v12.5.10 [Christina Wang]
|
||||
>
|
||||
> ## meta-balena-2.73.8
|
||||
> ### (2021-04-13)
|
||||
>
|
||||
> * resin-mounts/etc-fake-hwclock: add dependency on resin-state services [Mark Corbin]
|
||||
>
|
||||
> ## meta-balena-2.73.7
|
||||
> ### (2021-04-13)
|
||||
>
|
||||
> * fix udev test indentation [rcooke-warwick]
|
||||
> * Added comments for easier debugging [rcooke-warwick]
|
||||
> * Fix old tests + add new tests based on testlodge [rcooke-warwick]
|
||||
>
|
||||
> ## meta-balena-2.73.6
|
||||
> ### (2021-04-12)
|
||||
>
|
||||
> * Add automated test checking for udev/resin_update_state_probe warnings [Michal Toman]
|
||||
> * udev: Silence warnings from resin_update_state_probe [Michal Toman]
|
||||
>
|
||||
> ## meta-balena-2.73.5
|
||||
> ### (2021-04-06)
|
||||
>
|
||||
> * Update balena-supervisor from v12.4.6 to v12.5.6 [Christina Wang]
|
||||
>
|
||||
> ## meta-balena-2.73.4
|
||||
> ### (2021-03-20)
|
||||
>
|
||||
> * Add to persistent logging defn [Andrew Nhem]
|
||||
>
|
||||
> ## meta-balena-2.73.3
|
||||
> ### (2021-03-19)
|
||||
>
|
||||
> * wifi: remove listed example as it's discontinued [Tomás Migone]
|
||||
>
|
||||
> ## meta-balena-2.73.2
|
||||
> ### (2021-03-17)
|
||||
>
|
||||
> * hostapp-update: convert absolute symlinks to relative [Joseph Kogut]
|
||||
>
|
||||
> ## meta-balena-2.73.1
|
||||
> ### (2021-03-16)
|
||||
>
|
||||
> * Update balena-supervisor from v12.3.5 to v12.4.6 [Felipe Lalanne]
|
||||
>
|
||||
> ## meta-balena-2.73.0
|
||||
> ### (2021-03-15)
|
||||
>
|
||||
> * image_types_balena: make rootfs labeling generic [Joseph Kogut]
|
||||
> * image_types_balena: make agnostic to root fstype [Joseph Kogut]
|
||||
> * mkfs-hostapp-native: make agnostic to fstype [Joseph Kogut]
|
||||
>
|
||||
> ## meta-balena-2.72.2
|
||||
> ### (2021-03-15)
|
||||
>
|
||||
> * balena: dissolve healthcheck-image-load into healthcheck script [Robert Günzler]
|
||||
>
|
||||
> ## meta-balena-2.72.1
|
||||
> ### (2021-03-11)
|
||||
>
|
||||
> * Fix disablement of userspace firmware loading requests [Pelle van Gils]
|
||||
>
|
||||
</details>
|
||||
|
||||
# v2.72.0+rev1
|
||||
## (2021-03-11)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.72.0+rev1
|
||||
2.78.0+rev1
|
Loading…
Add table
Reference in a new issue