diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 410266cf..b8512f3e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Allow most printable ASCII chars for object label key + hash: fa303c0fe00fffc7306848b0664b5eb1d2b35431 + body: | + Implemented as a balena-compose dependency update. Includes pinning + dockerode due to a regression in v3.3.4. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + version: 14.5.1 + title: "'Allow most printable ASCII chars for object label key'" + date: 2022-10-20T14:26:13.796Z - commits: - subject: keeps events loggiging with default message hash: d1e3bdf29a4cbe976f6d2feff0eb0f8553b3865a diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4f050d..89685ff8 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/). +## 14.5.1 - 2022-10-20 + +* Allow most printable ASCII chars for object label key [Ken Bannister] + ## 14.5.0 - 2022-10-18 * keeps events loggiging with default message [Otávio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 22b5ac0a..b5d1a1c9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.0", + "version": "14.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32bf428c..c892bd1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.0", + "version": "14.5.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-10-18T11:18:20.001Z" + "publishedAt": "2022-10-20T14:26:15.477Z" } }