This commit is contained in:
Balena CI 2020-07-04 01:33:30 +03:00 committed by VersionBot
parent 1accb885a9
commit 7301b9c246
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'config generate, os configure: Add support for mixed arch fleets'
hash: 497023965f6a1a1acd08eb20e4deefc9340a1961
body: ''
footer:
Resolves: '#1914'
resolves: '#1914'
Change-type: minor
change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 12.5.0
date: 2020-07-03T22:05:02.722Z
- commits:
- subject: 'os download: Allow not logged in users to download images'
hash: edeea18b15295397b49ae14d3a3f9a29032aca16

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.5.0 - 2020-07-03
* config generate, os configure: Add support for mixed arch fleets [Thodoris Greasidis]
## 12.4.0 - 2020-07-03
* os download: Allow not logged in users to download images [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.4.0",
"version": "12.5.0",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",