From a9a202281d643da155ae2f8e558fed3a9b7f3d00 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:43:34 +0000 Subject: [PATCH] v19.0.0 --- .versionbot/CHANGELOG.yml | 45 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 ++++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 56 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 064978ce61..c91c058226 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,48 @@ +- commits: + - subject: Update all references of lib to src + hash: 4760866c7782b2651c1c319ae1a757f0ab21f1b3 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + - subject: Rename the lib folder to src + hash: 2b044348e0f5dbb40ae4a5a48a4dcf9eff0d4659 + body: "" + footer: + Change-type: major + change-type: major + author: Otavio Jacobi + nested: [] + - subject: Update @balena/compose to 4.0.1 Update @balena/compose from 3.2.1 to + 4.0.1 + hash: c9fa10b9c640cd245312bbc6981e850628d8a6b9 + body: "" + footer: + Change-type: major + change-type: major + author: Otavio Jacobi + nested: [] + - subject: Use standard visuals table component for fleet/s + hash: 63674c8201b2cbd2fe529a47ed3f5069e398c08a + body: > + This effectively removes the ability to filter/sort/customize the output + table. + + The cli cannot properly handle this operations on all models and this + one was inconsistent. + + For now we recommend that users that require parsing the CLI output use + the output json format and do any kind of necessary parsing on it. + footer: + Change-type: major + change-type: major + author: Otavio Jacobi + nested: [] + version: 19.0.0 + title: "" + date: 2024-08-22T17:43:30.658Z - commits: - subject: Run npm dedupe commands hash: 1d70e6b4b4b2d1c4c8f619988bbe0e17bcf12f63 diff --git a/CHANGELOG.md b/CHANGELOG.md index 31846a9196..d1bae24a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## 19.0.0 - 2024-08-22 + +* Update all references of lib to src [Otavio Jacobi] +* Rename the lib folder to src [Otavio Jacobi] +* Update @balena/compose to 4.0.1 Update @balena/compose from 3.2.1 to 4.0.1 [Otavio Jacobi] +* Use standard visuals table component for fleet/s [Otavio Jacobi] + ## 18.2.34 - 2024-07-29 * Run npm dedupe commands [Kyle Harding] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d28f17aafd..7a97184b39 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.34", + "version": "19.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.34", + "version": "19.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 495fa2ae4b..d7b7107b58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.34", + "version": "19.0.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ } }, "versionist": { - "publishedAt": "2024-07-29T11:08:35.293Z" + "publishedAt": "2024-08-22T17:43:31.517Z" } }