mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 15:56:38 +00:00
v12.44.18
This commit is contained in:
parent
7ed01a925b
commit
c619ecd41b
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update advanced installation instructions
|
||||||
|
hash: 460022a7cfc04a3828662f3f078f17816ea9bcff
|
||||||
|
body: |
|
||||||
|
Replace 'python' with 'python3' in apt-get install command line, and
|
||||||
|
refactor for clarity.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.44.18
|
||||||
|
date: 2021-05-27T21:06:42.932Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'doc: Document the image nameing scheme used by deploy'
|
- subject: 'doc: Document the image nameing scheme used by deploy'
|
||||||
hash: e04242db642fca1639cc0ee08a1ab1bf18219308
|
hash: e04242db642fca1639cc0ee08a1ab1bf18219308
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.44.18 - 2021-05-27
|
||||||
|
|
||||||
|
* Update advanced installation instructions [Paulo Castro]
|
||||||
|
|
||||||
## 12.44.17 - 2021-05-24
|
## 12.44.17 - 2021-05-24
|
||||||
|
|
||||||
* doc: Document the image nameing scheme used by deploy [Robert Günzler]
|
* doc: Document the image nameing scheme used by deploy [Robert Günzler]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.17",
|
"version": "12.44.18",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.17",
|
"version": "12.44.18",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user