This commit is contained in:
Balena CI 2019-10-16 14:13:14 +03:00
parent a6ac0ee17b
commit 0cdf4d95e5
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Support managing tags using release commit hashes
hash: 1b943bdf7dacff9be7c202fce08fc95ae59dab7b
body: |
The sdk version in the shrinkwrap already
supports setting tags by commit hashes and as a
result this already works in the cli as of v11.9.6.
This PR just adds some docs and some extra
handling when the commit param prefix is all
numeric.
footer:
Resolves: '#1064'
resolves: '#1064'
Change-type: minor
change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.15.0
date: 2019-10-16T06:15:25.032Z
- commits:
- subject: Fix privilege elevation for standalone zip package on Windows (windosu)
hash: 02b888f7c1af920757b96c75906d5b08acef786c

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.15.0 - 2019-10-16
* Support managing tags using release commit hashes [Thodoris Greasidis]
## 11.14.5 - 2019-10-15
* Fix privilege elevation for standalone zip package on Windows (windosu) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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