From f831bb464598404ef250740cf16e9a8a5a8a77ef Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 16 Oct 2019 02:19:15 +0300 Subject: [PATCH] v11.14.5 --- .versionbot/CHANGELOG.yml | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 45 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 16fe07aa..d8fea839 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Paulo Castro + author: Paulo Castro + - subject: Remove 'internal sudo' command + hash: 69c97fed09b7956503b28d18e96fc2dd924521f4 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af72dc1..ea489600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2ec3868b..8a84ddcf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.14.4", + "version": "11.14.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e67568aa..da7d3b9c 100644 --- a/package.json +++ b/package.json @@ -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",