This commit is contained in:
Resin CI 2019-02-28 12:53:57 +01:00
parent 9009f08c92
commit 9c55574533
4 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,31 @@
- commits:
- subject: >-
feature: Add `BALENA_API_URL` environment variable when using the
`balena-api` feature label
hash: aeb96aa807fea81f2e2aa4e3881bfb55b75b8618
body: >
When using the label `io.balena.features.balena-api` the supervisor will
inject 2 environment
variables into the container:
- BALENA_API_KEY
- BALENA_API_URL
This allows the container to access the currently associated API using
the KEY.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
Connects-to: '#847'
connects-to: '#847'
author: Rich Bayliss
version: 9.8.7
date: 2019-02-28T11:45:00.053Z
- commits:
- subject: 'debug: Print more information about failing validations'
hash: 987de0e0975a7c468a3e2b606bb43e8dedcd2df8

View File

@ -4,6 +4,10 @@ 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/).
## 9.8.7 - 2019-02-28
* Feature: Add `BALENA_API_URL` environment variable when using the `balena-api` feature label [Rich Bayliss]
## 9.8.6 - 2019-02-25
* Debug: Print more information about failing validations [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "9.7.4",
"version": "9.8.7",
"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": "9.8.6",
"version": "9.8.7",
"license": "Apache-2.0",
"repository": {
"type": "git",