This commit is contained in:
Balena CI 2022-08-02 19:08:30 +04:00 committed by VersionBot
parent c0902bb119
commit d28847d5aa
4 changed files with 121 additions and 3 deletions

View File

@ -1,3 +1,109 @@
- commits:
- subject: Drop undocumented support for numeric ids in balena device commands
hash: 8a7fbdb55dc669727dc97561b3e7ef1e7f20efb0
body: ""
footer:
Change-type: major
change-type: major
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: Drop support for the deprecated `balena device public-url
<enable|disable|status> <uuid>` and related format
hash: b260f80bcce49bc39c69117d9f61728313541683
body: ""
footer:
Resolves: "#2501"
resolves: "#2501"
Change-type: major
change-type: major
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: Drop support for numeric fleet id parameters from all commands
hash: 9ec37975f3a5f42ebb4e8c5eb8517a045e26e07a
body: ""
footer:
Resolves: "#2500"
resolves: "#2500"
Change-type: major
change-type: major
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: "fleet: Add `--filter`, `--no-header`, `--no-truncate`, and `--sort`
options"
hash: 3cb35ea3183643dd364a82bf485133013747d83a
body: ""
footer:
Resolves: "#2503"
resolves: "#2503"
Change-type: minor
change-type: minor
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: "fleet: Add `--fields` and `--json` options"
hash: efe6fd22ce0495710dcac8b5b29c346f1d6bc5ef
body: ""
footer:
Change-type: minor
change-type: minor
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: "fleet: Use the oclif output formatter"
hash: 6ee8d8a8999e745f480f5fe6a99a41d0a68ea025
body: ""
footer:
Change-type: major
change-type: major
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: "config: Drop optional and ignored `--type` flag"
hash: c735f13636a10fc3f340787ce8cb2c9651eecad2
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: Drop deprecated `--logs` flag
hash: edb0fdc3c1a7aec17e876dbac4ad9e86cff30917
body: ""
footer:
Resolves: "#2499"
resolves: "#2499"
Change-type: major
change-type: major
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
- subject: Drop support for open-balena-api < v0.131.0
hash: 14a07ac7f7e1a931691eff6cd3bcf03c34be230b
body: ""
footer:
Resolves: "#2502"
resolves: "#2502"
Change-type: major
change-type: major
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
version: 14.0.0
title: "'Release v14'"
date: 2022-08-01T22:20:07.907Z
- commits:
- subject: Fix balena deploy missing dependency error
hash: 73c487c2f5e67c92cd378c348405ad0d541aa6c8

View File

@ -4,6 +4,18 @@ 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.0.0 - 2022-08-01
* Drop undocumented support for numeric ids in balena device commands [Matthew Yarmolinsky]
* Drop support for the deprecated `balena device public-url <enable|disable|status> <uuid>` and related format [Matthew Yarmolinsky]
* Drop support for numeric fleet id parameters from all commands [Matthew Yarmolinsky]
* fleet: Add `--filter`, `--no-header`, `--no-truncate`, and `--sort` options [Matthew Yarmolinsky]
* fleet: Add `--fields` and `--json` options [Matthew Yarmolinsky]
* fleet: Use the oclif output formatter [Matthew Yarmolinsky]
* config: Drop optional and ignored `--type` flag [Matthew Yarmolinsky]
* Drop deprecated `--logs` flag [Matthew Yarmolinsky]
* Drop support for open-balena-api < v0.131.0 [Matthew Yarmolinsky]
## 13.10.1 - 2022-08-01
* Fix balena deploy missing dependency error [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.10.1",
"version": "14.0.0",
"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-08-01T16:39:17.325Z"
"publishedAt": "2022-08-01T22:20:08.524Z"
}
}