mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-21 03:25:46 +00:00
v12.11.1
This commit is contained in:
parent
3cf5cc0e5c
commit
f43248aae8
@ -1,3 +1,12 @@
|
||||
- commits:
|
||||
- subject: 'patch: Fix relative links in docs'
|
||||
hash: 006acf1e8a2d8d4c617c1e563976dd80b5531a06
|
||||
body: ''
|
||||
footer: {}
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.11.1
|
||||
date: 2021-10-25T17:14:39.516Z
|
||||
- commits:
|
||||
- subject: Use balena-ci action to deploy releases
|
||||
hash: caf3c1fd5867c127346058742cfa4864e9072313
|
||||
|
@ -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.11.1
|
||||
## (2021-10-25)
|
||||
|
||||
* patch: Fix relative links in docs [Kyle Harding]
|
||||
|
||||
# v12.11.0
|
||||
## (2021-10-20)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.0
|
||||
version: 12.11.1
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.0",
|
||||
"version": "12.11.1",
|
||||
"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.11.0",
|
||||
"version": "12.11.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-10-20T00:02:30.226Z"
|
||||
"publishedAt": "2021-10-25T17:14:39.707Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user