mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v19.0.0
This commit is contained in:
parent
b74979fb9e
commit
a9a202281d
@ -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
|
||||
|
@ -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]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user