This commit is contained in:
Balena CI 2020-01-21 23:45:41 +02:00
parent 5cf407b483
commit b38b5b0b61
4 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: >-
configure: Allow passing system-connection files to 'os configure'
command
hash: 8f6902f4cb582d48085527942cd8b6d8682d1b16
body: |
Allow passing files to `os configure` via `--system-connection` to allow
pre-configuration of network connections, such as cellular/GSM.
footer:
Change-type: minor
change-type: minor
Connects-to: '#1498'
connects-to: '#1498'
Signed-off-by: Rich Bayliss <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
author: Rich Bayliss
version: 11.22.0
date: 2020-01-21T21:09:23.157Z
- commits:
- subject: Add `catch-uncommitted` to balena CI build
hash: 9db6961a7eb3905f37abe55e33989029128d2612

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/).
## 11.22.0 - 2020-01-21
* Configure: Allow passing system-connection files to 'os configure' command [Rich Bayliss]
## 11.21.8 - 2020-01-20
* Add `catch-uncommitted` to balena CI build [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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