mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-07 11:50:27 +00:00
v11.6.1
This commit is contained in:
parent
400d2f5fe3
commit
138b1b4496
@ -1,3 +1,24 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Convert all test files to TS and add .spec to all filenames
|
||||||
|
hash: 9fc2e86322249cfbc17db446bcd204f617b0a63e
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||||
|
signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||||
|
author: Miguel Casqueira
|
||||||
|
- subject: 'fix: Pin alpine python version'
|
||||||
|
hash: 846545648bdc98392da7972558390f1ea26bfd24
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Rich Bayliss <rich@balena.io>
|
||||||
|
signed-off-by: Rich Bayliss <rich@balena.io>
|
||||||
|
author: Rich Bayliss
|
||||||
|
version: 11.6.1
|
||||||
|
date: 2020-06-05T22:42:07.292Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Isolate target state fetching to its own module which emits on update
|
- subject: Isolate target state fetching to its own module which emits on update
|
||||||
hash: 17a5d8dd4918916c954990cfb9666754434ef527
|
hash: 17a5d8dd4918916c954990cfb9666754434ef527
|
||||||
|
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v11.6.1
|
||||||
|
## (2020-06-05)
|
||||||
|
|
||||||
|
* Convert all test files to TS and add .spec to all filenames [Miguel Casqueira]
|
||||||
|
* fix: Pin alpine python version [Rich Bayliss]
|
||||||
|
|
||||||
# v11.6.0
|
# v11.6.0
|
||||||
## (2020-06-03)
|
## (2020-06-03)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.6.0",
|
"version": "11.6.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
|
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
|
||||||
"version": "11.6.0",
|
"version": "11.6.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user