mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 21:27:54 +00:00
v12.10.15
This commit is contained in:
parent
cb1d5af2f8
commit
d86ae94525
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Add supervisor docker-compose
|
||||
hash: 68d60d8aaadf17a06c66bf4f8f1f3261a0e93ccb
|
||||
body: |
|
||||
This will allow the supervisor service to be correctly named on the API
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.10.15
|
||||
date: 2021-09-30T01:10:09.305Z
|
||||
- commits:
|
||||
- subject: Only deploy on commits from `balena-ci` and versionbot
|
||||
hash: f13221bbd86e5ce9e61e9bc0697cd27e0e970b9a
|
||||
|
@ -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!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v12.10.15
|
||||
## (2021-09-30)
|
||||
|
||||
* Add supervisor docker-compose [Felipe Lalanne]
|
||||
|
||||
# v12.10.14
|
||||
## (2021-09-29)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: balena-supervisor
|
||||
description: "Balena Supervisor: balena's agent on devices."
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.10.14
|
||||
version: 12.10.15
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.10.14",
|
||||
"version": "12.10.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"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.",
|
||||
"version": "12.10.14",
|
||||
"version": "12.10.15",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-09-29T12:45:50.580Z"
|
||||
"publishedAt": "2021-09-30T01:10:09.550Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user