This commit is contained in:
Balena CI 2021-03-31 16:59:49 +03:00 committed by VersionBot
parent 4aba23dca6
commit 7358db6af7
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Disable docker layer caching on CircleCI
hash: 7a318f22274b4a72d23d743433edfc2a5d3ebd9d
body: |
Docker layer caching is a paid plan feature on Circle CI, it has started
being enforced by Circle
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.5.1
date: 2021-03-31T13:47:33.254Z
- commits: - commits:
- subject: Add cywang117 to CODEOWNERS - subject: Add cywang117 to CODEOWNERS
hash: 0f064fb84aa029e55775123a3e22a9929280a323 hash: 0f064fb84aa029e55775123a3e22a9929280a323

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v12.5.1
## (2021-03-31)
* Disable docker layer caching on CircleCI [Felipe Lalanne]
# v12.5.0 # v12.5.0
## (2021-03-30) ## (2021-03-30)

View File

@ -1 +1 @@
12.5.0 12.5.1

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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.5.0", "version": "12.5.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",