This commit is contained in:
Balena CI 2019-10-16 02:19:15 +03:00
parent 82c486b202
commit f831bb4645
4 changed files with 45 additions and 2 deletions

View File

@ -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:
- subject: Support container contracts when pushing to local devices
hash: 0c5ed7adfb6b915ebd4e79ac96fb2c8ddab851c3

View File

@ -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!
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
* Support container contracts when pushing to local devices [Cameron Diver]

2
npm-shrinkwrap.json generated
View File

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

View File

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