This commit is contained in:
Resin CI 2019-02-12 13:29:17 +01:00
parent b03338ca8e
commit e2cd757b46
3 changed files with 30 additions and 1 deletions

View File

@ -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:
- subject: Make sure to correctly convert config emit events after validation
hash: 3d6dc88eb0c77d4bdeec93645d01d730c54e87d7

View File

@ -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!
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
* Make sure to correctly convert config emit events after validation [Cameron Diver]

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.7.4",
"version": "9.7.5",
"license": "Apache-2.0",
"repository": {
"type": "git",