mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-10 14:34:01 +00:00
v11.14.5
This commit is contained in:
parent
82c486b202
commit
f831bb4645
@ -1,3 +1,40 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix privilege elevation for standalone zip package on Windows (windosu)
|
||||||
|
hash: 02b888f7c1af920757b96c75906d5b08acef786c
|
||||||
|
body: |
|
||||||
|
* Add pkgExec internal command
|
||||||
|
* Patch windosu to be aware of process.pkg and use pkgExec
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
author: Paulo Castro
|
||||||
|
- subject: Remove 'internal sudo' command
|
||||||
|
hash: 69c97fed09b7956503b28d18e96fc2dd924521f4
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
author: Paulo Castro
|
||||||
|
- subject: 'Fix privilege elevation (sudo) for ''os initialize'', ''join'', ''leave'''
|
||||||
|
hash: 05cb89725e2e53aae4686905c02f4d4a4c67e691
|
||||||
|
body: |
|
||||||
|
* sudo shell arguments required escaping for 'os initialize'
|
||||||
|
* sudo was not working for standalone zip packages (incorrect
|
||||||
|
Node.js path in argv[0])
|
||||||
|
* Interactive 'join' and 'leave' not working on Windows because
|
||||||
|
'windosu' does not capture stderr.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
author: Paulo Castro
|
||||||
|
version: 11.14.5
|
||||||
|
date: 2019-10-15T20:59:59.075Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Support container contracts when pushing to local devices
|
- subject: Support container contracts when pushing to local devices
|
||||||
hash: 0c5ed7adfb6b915ebd4e79ac96fb2c8ddab851c3
|
hash: 0c5ed7adfb6b915ebd4e79ac96fb2c8ddab851c3
|
||||||
|
@ -4,6 +4,12 @@ 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/).
|
||||||
|
|
||||||
|
## 11.14.5 - 2019-10-15
|
||||||
|
|
||||||
|
* Fix privilege elevation for standalone zip package on Windows (windosu) [Paulo Castro]
|
||||||
|
* Remove 'internal sudo' command [Paulo Castro]
|
||||||
|
* Fix privilege elevation (sudo) for 'os initialize', 'join', 'leave' [Paulo Castro]
|
||||||
|
|
||||||
## 11.14.4 - 2019-10-14
|
## 11.14.4 - 2019-10-14
|
||||||
|
|
||||||
* Support container contracts when pushing to local devices [Cameron Diver]
|
* Support container contracts when pushing to local devices [Cameron Diver]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.14.4",
|
"version": "11.14.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.14.4",
|
"version": "11.14.5",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"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…
x
Reference in New Issue
Block a user