mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v13.0.0
This commit is contained in:
parent
a89b23ac7c
commit
ffc61ee0b4
@ -1,3 +1,21 @@
|
||||
- commits:
|
||||
- subject: Add support for GET v3 target state
|
||||
hash: 7425d1110b719dffd132c681c6e0c28fcc218dea
|
||||
body: |
|
||||
This change updates types and database format in order to allow
|
||||
receiving the new format of the target state from the cloud and allow
|
||||
applications to keep working.
|
||||
|
||||
This change also updates metadata in the containers, meaning services
|
||||
will need to be restarted on supervisor update
|
||||
footer:
|
||||
Change-type: major
|
||||
change-type: major
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 13.0.0
|
||||
title: "'Update supervisor to use new v3 target state format'"
|
||||
date: 2022-03-23T18:15:27.194Z
|
||||
- commits:
|
||||
- subject: Always add status to image download report
|
||||
hash: 21c1c006f7b8dfcf566f3e4a8e853e5e9978edf4
|
||||
|
@ -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/).
|
||||
|
||||
# v13.0.0
|
||||
## (2022-03-23)
|
||||
|
||||
* Add support for GET v3 target state [Felipe Lalanne]
|
||||
|
||||
# v12.11.43
|
||||
## (2022-03-21)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.43
|
||||
version: 13.0.0
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.43",
|
||||
"version": "13.0.0",
|
||||
"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.43",
|
||||
"version": "13.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -140,6 +140,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-03-21T17:55:39.615Z"
|
||||
"publishedAt": "2022-03-23T18:15:27.721Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user