From c89174418e308ae912ae4480b2997732ee20ae0f Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Mon, 19 Mar 2018 20:54:55 +0000 Subject: [PATCH] v7.1.18 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8668abcf..f2bb27b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## v7.1.18 - 2018-03-19 + +* Trim whitespace from the hostname file on the host before passing it as the hostname for containers with host network #595 [Pablo Carranza Velez] + ## v7.1.17 - 2018-03-19 * Document that the update lock can be forced on reboots and shutdowns #591 [Pablo Carranza Velez] diff --git a/package.json b/package.json index 5b97f03a..c74a6a9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-supervisor", "description": "This is resin.io'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 Resin's API informs it to.", - "version": "7.1.17", + "version": "7.1.18", "license": "Apache-2.0", "repository": { "type": "git",