From 2cf9a9d6f301fa1deec42189858e4650e654fbf6 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 7 May 2021 15:12:18 +0300 Subject: [PATCH] v12.7.0 --- .versionbot/CHANGELOG.yml | 33 +++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9efee512..4edfae48 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,36 @@ +- commits: + - subject: Backwards compatility changes for old resin namespaces + hash: 301aa52f032fecd29495894e828f21a93df60caa + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Change container name to balena_supervisor + hash: 09615c9d8254d3f62ef1088d0da35485b0c18734 + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Rename resin-supervisor to balena-supervisor + hash: 5faf9d7686d7f03b5bb73ef9a234038e7e61037c + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 12.7.0 + date: 2021-05-07T12:05:43.135Z - commits: - subject: Show warning instead of exception for invalid network config hash: 5197a1330d69cbff97f3c53a77f640638e074b8a diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1b4036..0bd85dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.0 +## (2021-05-07) + +* Backwards compatility changes for old resin namespaces [Kyle Harding] +* Change container name to balena_supervisor [Kyle Harding] +* Rename resin-supervisor to balena-supervisor [Kyle Harding] + # v12.6.8 ## (2021-05-06) diff --git a/VERSION b/VERSION index a6b3d4f7..0510f298 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.6.8 \ No newline at end of file +12.7.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 99984f27..ad91db22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.6.8", + "version": "12.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abe3859e..d603fd61 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.6.8", + "version": "12.7.0", "license": "Apache-2.0", "repository": { "type": "git",