mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v9.12.3
This commit is contained in:
parent
6fe04f8a0e
commit
efdd3e817b
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Parallelise cache pulling for builds
|
||||
hash: 9af416c7c01a70feb2c67b625ad45b8dce6dbc4f
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 9.12.3
|
||||
date: 2019-03-28T14:15:13.930Z
|
||||
- commits:
|
||||
- subject: Fix typo in delta request error message
|
||||
hash: 175cbfee500332b47d55350c7a5c89eae211be06
|
||||
|
@ -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/).
|
||||
|
||||
## 9.12.3 - 2019-03-28
|
||||
|
||||
* Parallelise cache pulling for builds [Pagan Gazzard]
|
||||
|
||||
## 9.12.2 - 2019-03-28
|
||||
|
||||
* Fix typo in delta request error message [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.12.2",
|
||||
"version": "9.12.3",
|
||||
"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": "9.12.2",
|
||||
"version": "9.12.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user