This commit is contained in:
Balena CI 2020-05-25 20:01:01 +03:00 committed by VersionBot
parent a23759a1ba
commit 56a196210d
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: 'balena deploy: Fix "access denied" pushing images to registry'
hash: ba0024645d5dc01c27bccdf8fc7b4a21d7dc79ee
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.35.9
date: 2020-05-25T16:12:33.417Z
- commits:
- subject: Fix lazy loading in utils/compose
hash: a6f905b71cf9962df78e6b7feebf69d4b1412a24

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.35.9 - 2020-05-25
* balena deploy: Fix "access denied" pushing images to registry [Paulo Castro]
## 11.35.8 - 2020-05-25
* Fix lazy loading in utils/compose [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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