This commit is contained in:
Balena CI 2021-08-09 19:35:52 +03:00 committed by VersionBot
parent 1d7a50f007
commit 485a9e944f
4 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'Rename applications to fleets (stage 1). See: https://git.io/JRuZr'
hash: 64a44e7a5f6113952eda2a0fc3236331c8acf82e
body: |
- Add fleet(s) commands and -f, --fleet flags as aliases to the app(s)
commands and -a, --app, --application flags.
- Conditionally rename column/row headers and JSON object properties
from 'application' to 'fleet', with some variations.
- Print warning messages regarding the renaming, provided that stderr
is attached to an interactive terminal.
footer:
Change-type: minor
change-type: minor
Resolves: '#2302'
resolves: '#2302'
author: Paulo Castro
nested: []
version: 12.45.0
date: 2021-08-09T11:15:24.191Z
- commits:
- subject: 'preload: Fix storage driver detection in balenaOS v2.80.9'
hash: 6cb28937502252e27bb0108c1327b3b9b92b1735

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/).
## 12.45.0 - 2021-08-09
* Rename applications to fleets (stage 1). See: https://git.io/JRuZr [Paulo Castro]
## 12.44.29 - 2021-07-26
* preload: Fix storage driver detection in balenaOS v2.80.9 [Kyle Harding]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.29",
"version": "12.45.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-07-26T16:07:13.896Z"
"publishedAt": "2021-08-09T11:15:24.420Z"
}
}