From b66706e8ee1c72f80f2f6689acd5e87c80654ecf Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 2 Apr 2021 20:25:58 +0300 Subject: [PATCH] v12.44.2 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1622b90b..24670d01 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: 'docker: Remove references to CLI docker images in the installation docs' + hash: 431c4b6e4a8c812d7aeb2969aaaee57dc2a26cfd + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'docker: Remove balenalib images and docs' + hash: d12490f8169f7ff8678bec9b66e4590015a920e6 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 12.44.2 + date: 2021-04-02T17:09:45.529Z - commits: - subject: 'os/configure: Fix broken NetworkManager URL' hash: 6437bb7511cb8ab580577b5242d7d2b0b4d4aaa6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b94f09d..d725388e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.44.2 - 2021-04-02 + +* docker: Remove references to CLI docker images in the installation docs [Paulo Castro] +* docker: Remove balenalib images and docs [Kyle Harding] + ## 12.44.1 - 2021-03-31 * os/configure: Fix broken NetworkManager URL [Mark Corbin] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fea1bba4..f828bc15 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.1", + "version": "12.44.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0944a91a..9feac026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.1", + "version": "12.44.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",