From 17cf330771b0fa6e8b7aa22a4a245e7e3679abf8 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 12 Oct 2020 11:16:26 +0300 Subject: [PATCH] v12.0.1 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 02c294c3..1d71efd9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Add features label `io.balena.features.journal-logs` + hash: 1eeff698aca56558fa09832b9bcb02c99e275dbe + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thomas Manning + signed-off-by: Thomas Manning + author: Thomas Manning + nested: [] + version: 12.0.1 + date: 2020-10-12T05:41:14.895Z - commits: - subject: 'version: drop SUPERVISOR_VERSION env var' hash: 8e65466f2d8540918b1fa8d8af88d0c21fcbf7f8 diff --git a/CHANGELOG.md b/CHANGELOG.md index e24d9828..3d8cf549 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.0.1 +## (2020-10-12) + +* Add features label `io.balena.features.journal-logs` [Thomas Manning] + # v12.0.0 ## (2020-09-29) diff --git a/VERSION b/VERSION index b0d36450..d6a2ca37 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.0.0 \ No newline at end of file +12.0.1 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8604d0e0..ef7ad325 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.0.0", + "version": "12.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa149db5..4c2c5668 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.0.0", + "version": "12.0.1", "license": "Apache-2.0", "repository": { "type": "git",