From 853acae4a8e5b4ef8f67a16fedd1d550611477bb Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 7 May 2021 18:41:34 +0300 Subject: [PATCH] v12.7.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 4edfae48..23e1d191 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Bump contrato from 0.5.0 to 0.6.3 + hash: 19a7ccb998bc86623eca204b9c67fddb3bd0a40f + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Micah Halter + signed-off-by: Micah Halter + author: Micah Halter + nested: [] + version: 12.7.1 + date: 2021-05-07T14:51:33.669Z - commits: - subject: Backwards compatility changes for old resin namespaces hash: 301aa52f032fecd29495894e828f21a93df60caa diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd85dee..511dbbce 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.7.1 +## (2021-05-07) + +* Bump contrato from 0.5.0 to 0.6.3 [Micah Halter] + # v12.7.0 ## (2021-05-07) diff --git a/VERSION b/VERSION index 0510f298..898a66df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.7.0 \ No newline at end of file +12.7.1 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d5a9a9ba..a7d5f4cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.7.0", + "version": "12.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90d12b9e..5175c1a9 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.7.0", + "version": "12.7.1", "license": "Apache-2.0", "repository": { "type": "git",