This commit is contained in:
Balena CI 2021-01-22 12:59:32 +02:00 committed by VersionBot
parent e35e13f9a7
commit 7181dc5401
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: 'tls: Use TLS for tunnel connection'
hash: 7ae83d9ce578dc82d8324fa78f3b59c4bc965e4f
body: |
Switch to using the exposed tunnelUrl and TLS for making
tunnels to the device, to improve security.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
author: Balena CI
nested: []
version: 12.38.5
date: 2021-01-21T23:26:41.306Z
- commits:
- subject: Update supported Node.js version range in package.json (<13.0.0)
hash: b363d28664a78f9f3c40ac6bfccb1eea544879c3

View File

@ -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/).
## 12.38.5 - 2021-01-21
* tls: Use TLS for tunnel connection [Balena CI]
## 12.38.4 - 2021-01-21
* Update supported Node.js version range in package.json (<13.0.0) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.38.4",
"version": "12.38.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.38.4",
"version": "12.38.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",