mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
v11.3.0
This commit is contained in:
parent
c127adcf03
commit
89848e6830
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Added Bearer Authorization spec
|
||||||
|
hash: 2007a98940ea93f8064b045fce52133a4b48bac0
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Closes: '#1249'
|
||||||
|
closes: '#1249'
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||||
|
signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||||
|
author: Miguel Casqueira
|
||||||
|
version: 11.3.0
|
||||||
|
date: 2020-05-04T17:26:19.216Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Added explanation README for running specific tests
|
- subject: Added explanation README for running specific tests
|
||||||
hash: a8ac3d0bc9344653d68c43fe3298171b379823d7
|
hash: a8ac3d0bc9344653d68c43fe3298171b379823d7
|
||||||
|
@ -4,6 +4,11 @@ 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.3.0
|
||||||
|
## (2020-05-04)
|
||||||
|
|
||||||
|
* Added Bearer Authorization spec [Miguel Casqueira]
|
||||||
|
|
||||||
# v11.2.0
|
# v11.2.0
|
||||||
## (2020-04-30)
|
## (2020-04-30)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.2.0",
|
"version": "11.3.0",
|
||||||
"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.2.0",
|
"version": "11.3.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user