mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v12.2.1
This commit is contained in:
parent
31b8a6d757
commit
50751b7716
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.2.0",
|
||||
"version": "12.2.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user