mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v14.2.0
This commit is contained in:
parent
ee3c796787
commit
18f83092fe
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: "fleet: Add `track-latest` command for tracking the latest release"
|
||||
hash: 97eb107de46056ec30bd39827bdea65dd1ba8d02
|
||||
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: Add `pin` command for pinning fleets to a specific release"
|
||||
hash: def205f1fbd214e9bff091822adc30a8e9f50033
|
||||
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: []
|
||||
version: 14.2.0
|
||||
title: "'Add fleet and commands'"
|
||||
date: 2022-08-16T19:41:49.915Z
|
||||
- commits:
|
||||
- subject: Add device track command for pinning a device to the latest release or
|
||||
a specific release
|
||||
|
@ -4,6 +4,11 @@ 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.2.0 - 2022-08-16
|
||||
|
||||
* fleet: Add `track-latest` command for tracking the latest release [Matthew Yarmolinsky]
|
||||
* fleet: Add `pin` command for pinning fleets to a specific release [Matthew Yarmolinsky]
|
||||
|
||||
## 14.1.0 - 2022-08-03
|
||||
|
||||
* Add device track command for pinning a device to the latest release or a specific release [Matthew Yarmolinsky]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.1.0",
|
||||
"version": "14.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.1.0",
|
||||
"version": "14.2.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-03T18:45:08.044Z"
|
||||
"publishedAt": "2022-08-16T19:41:50.520Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user