diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2e783f0f..79f49dc4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Do not build for staging in circleci job + hash: 24eea117091a95870ea8eeff885466055d45ee4d + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + version: 12.11.3 + date: 2021-11-05T14:56:19.400Z - commits: - subject: Check config for networks and volumes inside Service hash: 969f4225e54ded644d38315289e0cc84a0f3bb51 diff --git a/CHANGELOG.md b/CHANGELOG.md index f05828d1..9d800d9e 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.11.3 +## (2021-11-05) + +* Do not build for staging in circleci job [Miguel Casqueira] + # v12.11.2 ## (2021-10-28) diff --git a/VERSION b/VERSION index 87bafae3..169d9bf7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.2 \ No newline at end of file +12.11.3 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 28ff5346..62c16a0b 100644 --- a/balena.yml +++ b/balena.yml @@ -2,4 +2,4 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 12.11.2 +version: 12.11.3 diff --git a/package-lock.json b/package-lock.json index 4a702842..9919c5e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.2", + "version": "12.11.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b13c38d0..7330bda3 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.11.2", + "version": "12.11.3", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2021-10-28T13:46:54.005Z" + "publishedAt": "2021-11-05T14:56:19.605Z" } }