From bb7cd7ac62801885c1022528096ca570f18734b4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 28 Oct 2020 12:36:54 +0200 Subject: [PATCH] v12.25.6 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ba56e265..e4ffdab0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'ssh: Fix "Found more than one container with a service name "' + hash: 7f000ee8c338c88af4a41dee1a2fb924c2c2ee00 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.25.6 + date: 2020-10-28T01:11:21.452Z - commits: - subject: Remove need for hardcoded list of command ids hash: c48564e85a618af64c5f63722f0039f6e75862ba diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc5f5e3..80f789c9 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/). +## 12.25.6 - 2020-10-28 + +* ssh: Fix "Found more than one container with a service name " [Paulo Castro] + ## 12.25.5 - 2020-10-27 * Remove need for hardcoded list of command ids [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 48096be7..4d19ef3a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.25.5", + "version": "12.25.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9ff78cd3..8eed6f1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.25.5", + "version": "12.25.6", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",