mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 06:57:49 +00:00
v9.7.5
This commit is contained in:
parent
b03338ca8e
commit
e2cd757b46
@ -1,3 +1,27 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Allow newlines to be part of environment variables
|
||||||
|
hash: 49dbaaba123b6f99f59b89e5ac0eae322949b4b2
|
||||||
|
body: |
|
||||||
|
We were not allowing newlines previously by virtue of the regex not
|
||||||
|
allowing them. The docker daemon and supervisor handling code both
|
||||||
|
support them, so we allow them in the parsing code too.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
author: Cameron Diver
|
||||||
|
- subject: Remove environment variable whitespace trimming
|
||||||
|
hash: 6bf008cc85104a0a9c3c969a0a9f49c66ccc4f7e
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
author: Cameron Diver
|
||||||
|
version: 9.7.5
|
||||||
|
date: 2019-02-12T11:24:23.730Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Make sure to correctly convert config emit events after validation
|
- subject: Make sure to correctly convert config emit events after validation
|
||||||
hash: 3d6dc88eb0c77d4bdeec93645d01d730c54e87d7
|
hash: 3d6dc88eb0c77d4bdeec93645d01d730c54e87d7
|
||||||
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 9.7.5 - 2019-02-12
|
||||||
|
|
||||||
|
* Allow newlines to be part of environment variables [Cameron Diver]
|
||||||
|
* Remove environment variable whitespace trimming [Cameron Diver]
|
||||||
|
|
||||||
## 9.7.4 - 2019-02-11
|
## 9.7.4 - 2019-02-11
|
||||||
|
|
||||||
* Make sure to correctly convert config emit events after validation [Cameron Diver]
|
* Make sure to correctly convert config emit events after validation [Cameron Diver]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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.7.4",
|
"version": "9.7.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user