v12.10.12

This commit is contained in:
Balena CI 2021-09-28 18:30:57 +03:00 committed by VersionBot
parent 1a3bdc2516
commit 7648d075f6
6 changed files with 30 additions and 7 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: Use balena CLI for pushing to balenaCloud
hash: 458e2a16cfa8e963dba0198ae79935a304895f3a
body: >
Updates the circle CI configuration to use the balena CLI to build the
supervisor image and deploy directly to the related balenaCloud app on
merge
to master. This allows to build the supervisor as any other app,
including the posibility of creating a contract and a docker-compose
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.10.12
date: 2021-09-27T15:33:52.758Z
- commits:
- subject: Improve network interface filter
hash: 802f26fe71fe98628759a120473865d40fb9575b

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!
This project adheres to [Semantic Versioning](http://semver.org/).
# v12.10.12
## (2021-09-27)
* Use balena CLI for pushing to balenaCloud [Felipe Lalanne]
# v12.10.11
## (2021-09-24)

View File

@ -1 +1 @@
12.10.11
12.10.12

View File

@ -1,6 +1,5 @@
name: balena-supervisor
description: >-
Balena Supervisor: balena's agent on devices.
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.10.10
version: 12.10.12

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.10.11",
"version": "12.10.12",
"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.10.11",
"version": "12.10.12",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-09-24T16:07:27.018Z"
"publishedAt": "2021-09-27T15:33:53.003Z"
}
}