From cd98a0df3f65fbac5f4b5a262ce82666ae5e3b46 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 22 Jan 2021 16:10:08 +0200 Subject: [PATCH] v3.1.2 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 453769a..ec2d357 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: 'tunnel: Expose tunnel service via TLS' + hash: b3d184c13c4a550c44f2ed3125d5240475b6508d + body: | + In order to support the new CLI and balenaCloud deployment + schemes for the tunnel service, the service is now exposed via + the TLS port 443 on the `tunnel.{domain}` server name. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + nested: [] + version: 3.1.2 + date: 2021-01-22T11:57:55.393Z - commits: - subject: Update open-balena-api hash: bfce474ff018496b72d008ec99ec1a6a813f457e diff --git a/CHANGELOG.md b/CHANGELOG.md index e793211..6aa3c47 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/). +# v3.1.2 +## (2021-01-22) + +* tunnel: Expose tunnel service via TLS [Rich Bayliss] + # v3.1.1 ## (2020-11-10) diff --git a/VERSION b/VERSION index 50e47c8..6ebad14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.2 \ No newline at end of file