mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
v10.6.22
This commit is contained in:
parent
a590fa0bb8
commit
6270adf6e8
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: 'fix: ⬇️ Force a regular pull when moving from v2 to v3 deltas'
|
||||
hash: 6db1f03411897ec6f8bcf6433782557c75864bd7
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Fixes: '#1072'
|
||||
fixes: '#1072'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 10.6.22
|
||||
date: 2019-12-16T10:45:23.315Z
|
||||
- commits:
|
||||
- subject: Add steps info to applyState error message
|
||||
hash: 4895bb300a9675c70f5baa31ec04c91088a8d443
|
||||
|
@ -4,6 +4,10 @@ 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/).
|
||||
|
||||
## 10.6.22 - 2019-12-16
|
||||
|
||||
* Fix: ⬇️ Force a regular pull when moving from v2 to v3 deltas [Cameron Diver]
|
||||
|
||||
## 10.6.21 - 2019-12-12
|
||||
|
||||
* Add steps info to applyState error message [Roman Mazur]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.21",
|
||||
"version": "10.6.22",
|
||||
"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": "10.6.21",
|
||||
"version": "10.6.22",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user