This commit is contained in:
Balena CI 2020-11-11 13:44:27 +02:00 committed by VersionBot
parent 31b8a6d757
commit 50751b7716
5 changed files with 35 additions and 3 deletions

View File

@ -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 <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
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 <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
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

View File

@ -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)

View File

@ -1 +1 @@
12.2.0
12.2.1

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.2.0",
"version": "12.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",