This commit is contained in:
Balena CI 2020-01-17 19:16:23 +02:00
parent 946eeb0f1b
commit 9a1ffb2557
4 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: Update docker used for CI builds
hash: 9dc9e0704b69f3e8980c8747cb341004b9be8399
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Update the deprecated `reusable` key to `docker_layer_caching` for CI
hash: f4f7af042d49d8b5c3720883d5fe41b2e6b6664f
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Push all images in parallel for CI builds
hash: 7e794629289756dc42bcc459c5c715b6a2dfce34
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 10.6.31
date: 2020-01-17T17:03:23.152Z
- commits:
- subject: Update knex types
hash: 027701297b5366dd512ff31e7896d0a33065c52e

View File

@ -4,6 +4,12 @@ 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.31 - 2020-01-17
* Update docker used for CI builds [Pagan Gazzard]
* Update the deprecated `reusable` key to `docker_layer_caching` for CI [Pagan Gazzard]
* Push all images in parallel for CI builds [Pagan Gazzard]
## 10.6.30 - 2020-01-17
* Update knex types [Pagan Gazzard]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.6.30",
"version": "10.6.31",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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.30",
"version": "10.6.31",
"license": "Apache-2.0",
"repository": {
"type": "git",