From e2cd757b4655e803c99c6ed01348430888dcb6f9 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 12 Feb 2019 13:29:17 +0100 Subject: [PATCH] v9.7.5 --- .versionbot/CHANGELOG.yml | 24 ++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a92a6888..901565ff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Remove environment variable whitespace trimming + hash: 6bf008cc85104a0a9c3c969a0a9f49c66ccc4f7e + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfeea33..4301adc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index 611c9b16..6eff0dd3 100644 --- a/package.json +++ b/package.json @@ -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",