This commit is contained in:
Resin CI 2019-08-20 04:34:24 +03:00
parent 4a80beac35
commit 56aabad8ad
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Fix failing registry secrets authentication under certain conditions
('balena build' and 'balena deploy')
hash: cdedc58ec1bd8bb966087ab324da94b9034d7416
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.8.3
date: 2019-08-19T15:46:22.818Z
- commits:
- subject: 'balena-ssh: add info about remote vs local connections'
hash: 731db63e78a1db286e69ef981e2d42faf8e4e77e

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/).
## 11.8.3 - 2019-08-19
* Fix failing registry secrets authentication under certain conditions ('balena build' and 'balena deploy') [Paulo Castro]
## 11.8.2 - 2019-08-19
* Balena-ssh: add info about remote vs local connections [Matthew McGinn]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.8.2",
"version": "11.8.3",
"description": "The official balena CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/balena-io/balena-cli",