From eeefc3abddcc2263bd30cef98c93fc53d0d6df7c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 2 Sep 2021 16:13:03 +0300 Subject: [PATCH] v12.10.9 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cc857a3f..0dc3dc9c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Update URL to balena-proxy-config source code + hash: 2bcc3aeb56cce11b21d411ee55492109ebaf259f + body: | + Use a GitHub permalink that includes the commit in + case the file changes and the reference becomes out-of-date. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 12.10.9 + date: 2021-09-02T12:25:21.696Z - commits: - subject: Bump path-parse from 1.0.6 to 1.0.7 hash: 2e38356bf4f5157483017ea2e6670514cbca49c1 diff --git a/CHANGELOG.md b/CHANGELOG.md index ef86df32..a3d063eb 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.10.9 +## (2021-09-02) + +* Update URL to balena-proxy-config source code [Kyle Harding] + # v12.10.8 ## (2021-09-01) diff --git a/VERSION b/VERSION index 76ed6157..bf126e6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.10.8 \ No newline at end of file +12.10.9 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e0272610..be84282d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.10.8", + "version": "12.10.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e12e04e5..56caa635 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.10.8", + "version": "12.10.9", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2021-09-01T20:50:51.796Z" + "publishedAt": "2021-09-02T12:25:21.880Z" } }