From fba0317620597271695087c168c50d8c94975a29 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:03:26 +0200 Subject: [PATCH] v12.11.29 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d8fe4935..fbd28a0f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: 'patch: Update fleet terminology for application update locks' + hash: 6357d3541ea726db565be947b3f9e4484707389c + body: '' + footer: {} + author: Vipul Gupta + nested: [] + - subject: 'patch: Update fleet terminology for the Supervisor API' + hash: a631e86997624a562914e5a8c6c2c60c05470d13 + body: '' + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 12.11.29 + date: 2022-01-20T12:51:52.460Z - commits: - subject: Use dmidecode to read cpuid in non ARM devices hash: d06b8e053ea0a66ba9fba4552499c7393ceee5fc diff --git a/CHANGELOG.md b/CHANGELOG.md index 08687f42..aaff51dd 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.29 +## (2022-01-20) + +* patch: Update fleet terminology for application update locks [Vipul Gupta] +* patch: Update fleet terminology for the Supervisor API [Vipul Gupta (@vipulgupta2048)] + # v12.11.28 ## (2022-01-19) diff --git a/VERSION b/VERSION index 04f4154c..ed736b8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.28 \ No newline at end of file +12.11.29 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 531db554..cafe34f4 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.28 +version: 12.11.29 diff --git a/package-lock.json b/package-lock.json index 548c3d7c..194d4dee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.28", + "version": "12.11.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bcdb0bad..f8110d7d 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.28", + "version": "12.11.29", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2022-01-19T13:35:11.256Z" + "publishedAt": "2022-01-20T12:51:52.693Z" } }