This commit is contained in:
balenaCI 2023-07-20 10:41:09 +00:00
parent 7b88ce273f
commit 4aaaf64f8d
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: "move: Include fleets of discontinued device types in the fleet
selection"
hash: b011af89ad7b4f43199be9666009155a8c6371b7
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 16.7.4
title: ""
date: 2023-07-20T10:41:06.291Z
- commits:
- subject: "promote: Allow joining fleets of discontinued device types"
hash: 5628824bee935f6520fad3be498ea768e591755b

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/).
## 16.7.4 - 2023-07-20
* move: Include fleets of discontinued device types in the fleet selection [Thodoris Greasidis]
## 16.7.3 - 2023-07-20
* promote: Allow joining fleets of discontinued device types [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.7.3",
"version": "16.7.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.7.3",
"version": "16.7.4",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.7.3",
"version": "16.7.4",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-07-20T08:30:07.752Z"
"publishedAt": "2023-07-20T10:41:07.605Z"
}
}