From 50751b77167f7e94ecc03e56ddcc5835fe735d35 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 11 Nov 2020 13:44:27 +0200 Subject: [PATCH] v12.2.1 --- .versionbot/CHANGELOG.yml | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 35 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9472af2a..611bbbe1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: 'validation: Ensure commit lookup has a bound value' + hash: bc9bdd10948105f3e92df89ea5772428a0d5766b + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + nested: [] + - subject: 'fix: Scoped keys not working in LocalMode' + hash: 591598e102599316e4c74e12e322d301073f44b5 + body: | + Some endpoints filter data based on the scope of the API key + used to make the request. When in LocalMode the check was not + being made correctly and all apps were considered out of scope. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + nested: [] + version: 12.2.1 + date: 2020-11-11T11:05:11.060Z - commits: - subject: Allow storing commits against their appIds hash: f08316dc57aaf15300f7810bc700345534a3368b diff --git a/CHANGELOG.md b/CHANGELOG.md index 437fbb54..2a146a96 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.2.1 +## (2020-11-11) + +* validation: Ensure commit lookup has a bound value [Rich Bayliss] +* fix: Scoped keys not working in LocalMode [Rich Bayliss] + # v12.2.0 ## (2020-11-10) diff --git a/VERSION b/VERSION index a17cbe22..e597143d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.2.0 \ No newline at end of file +12.2.1 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 93185816..b0fe86c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.2.0", + "version": "12.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7156fdfd..199d2bff 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.2.0", + "version": "12.2.1", "license": "Apache-2.0", "repository": { "type": "git",