From 9a21f49a6ab2713ab5e54cc63e08c9a5123c0bed Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 10 Nov 2020 14:12:58 +0200 Subject: [PATCH] v12.2.0 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5de925e5..9472af2a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 94888a1a..437fbb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 4aba93d7..a17cbe22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.1.5 \ No newline at end of file +12.2.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index eb6bac5f..93185816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.1.5", + "version": "12.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5caed7ac..7156fdfd 100644 --- a/package.json +++ b/package.json @@ -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",