This commit is contained in:
Balena CI 2021-11-09 19:08:13 +02:00 committed by VersionBot
parent 81df591e4b
commit 311f902df4
6 changed files with 34 additions and 5 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: Remove .resinci.yml file
hash: 22324885ea4f4eb51015654a01aa8fc9526b0096
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
- subject: Move to balena-ci action for deployments
hash: 959d425a5c8a2165057ec2b1c1b97cad96804c07
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.11.4
date: 2021-11-09T06:15:34.957Z
- commits:
- subject: Do not build for staging in circleci job
hash: 24eea117091a95870ea8eeff885466055d45ee4d

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/).
# v12.11.4
## (2021-11-09)
* Remove .resinci.yml file [Miguel Casqueira]
* Move to balena-ci action for deployments [Miguel Casqueira]
# v12.11.3
## (2021-11-05)

View File

@ -1 +1 @@
12.11.3
12.11.4

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.11.3
version: 12.11.4

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.3",
"version": "12.11.4",
"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": "12.11.3",
"version": "12.11.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-11-05T14:56:19.605Z"
"publishedAt": "2021-11-09T06:15:35.165Z"
}
}