From 3237c03f005a205479e852f8b50d5aa7a829cc69 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 29 Sep 2021 16:55:38 +0300 Subject: [PATCH] v12.10.14 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 46f2832d..bc705a24 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Only deploy on commits from `balena-ci` and versionbot + hash: f13221bbd86e5ce9e61e9bc0697cd27e0e970b9a + body: '' + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 12.10.14 + date: 2021-09-29T12:45:50.373Z - commits: - subject: Add backoff to state reporting when 503 is received hash: aab000209bdf7e98175a76372660ad4089ae28ec diff --git a/CHANGELOG.md b/CHANGELOG.md index ea96ff5e..c9315f75 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.14 +## (2021-09-29) + +* Only deploy on commits from `balena-ci` and versionbot [Felipe Lalanne] + # v12.10.13 ## (2021-09-28) diff --git a/VERSION b/VERSION index c0585bac..d1d9e636 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.10.13 \ No newline at end of file +12.10.14 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 53035754..6b8045f8 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.10.13 +version: 12.10.14 diff --git a/package-lock.json b/package-lock.json index 888947dc..1fa1cfdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.10.13", + "version": "12.10.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 000ad269..750d805a 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.13", + "version": "12.10.14", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2021-09-28T18:56:07.404Z" + "publishedAt": "2021-09-29T12:45:50.580Z" } }