This commit is contained in:
Balena CI 2020-11-10 14:12:58 +02:00 committed by VersionBot
parent d25b24097f
commit 9a21f49a6a
5 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: Allow storing commits against their appIds
hash: f08316dc57aaf15300f7810bc700345534a3368b
body: |
This paves the way for running multiple applications and storing
information related to the application against the application itself. A
couple of hacks have been added to v1 and v2 endpoints to maintain
compatability but these should eventually be removed with the addition
of a v3 api.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
nested: []
version: 12.2.0
date: 2020-11-10T10:53:17.869Z
- commits:
- subject: Add more test coverage for compose/images
hash: cd0d53c39da3bcd1ccefeeb6c527974825de6ac5

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.2.0
## (2020-11-10)
* Allow storing commits against their appIds [Cameron Diver]
# v12.1.5
## (2020-11-03)

View File

@ -1 +1 @@
12.1.5
12.2.0

2
package-lock.json generated
View File

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