From 56a196210d247dc2bb34bd82087bf92ab9c09770 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 25 May 2020 20:01:01 +0300 Subject: [PATCH] v11.35.9 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2c924d27..7cd56c63 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9833773c..63d47aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f3dd238a..19aa7c05 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.35.8", + "version": "11.35.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69e477a2..cba77c07 100644 --- a/package.json +++ b/package.json @@ -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",