mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.8.3
This commit is contained in:
parent
4a80beac35
commit
56aabad8ad
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.8.2",
|
||||
"version": "11.8.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user