diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 79f49dc4..2df0e30f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,26 @@ +- commits: + - subject: Remove .resinci.yml file + hash: 22324885ea4f4eb51015654a01aa8fc9526b0096 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + - subject: Move to balena-ci action for deployments + hash: 959d425a5c8a2165057ec2b1c1b97cad96804c07 + 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.4 + date: 2021-11-09T06:15:34.957Z - commits: - subject: Do not build for staging in circleci job hash: 24eea117091a95870ea8eeff885466055d45ee4d diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d800d9e..4b4e7901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.4 +## (2021-11-09) + +* Remove .resinci.yml file [Miguel Casqueira] +* Move to balena-ci action for deployments [Miguel Casqueira] + # v12.11.3 ## (2021-11-05) diff --git a/VERSION b/VERSION index 169d9bf7..733cff13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.3 \ No newline at end of file +12.11.4 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 62c16a0b..c13ce906 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.3 +version: 12.11.4 diff --git a/package-lock.json b/package-lock.json index 9919c5e2..302d8d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.3", + "version": "12.11.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7330bda3..a2908030 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.3", + "version": "12.11.4", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2021-11-05T14:56:19.605Z" + "publishedAt": "2021-11-09T06:15:35.165Z" } }