mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v12.5.0
This commit is contained in:
parent
1accb885a9
commit
7301b9c246
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.4.0",
|
||||
"version": "12.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user