This commit is contained in:
Balena CI 2022-10-20 17:28:37 +03:00 committed by VersionBot
parent fa303c0fe0
commit 2351d023fd
4 changed files with 23 additions and 3 deletions

View File

@ -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 <kb2ma@runbox.com>
signed-off-by: Ken Bannister <kb2ma@runbox.com>
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

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/).
## 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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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"
}
}