This commit is contained in:
Balena CI 2022-04-07 13:25:31 +03:00 committed by VersionBot
parent 7fbd1de063
commit 3572cb3cd6
4 changed files with 32 additions and 3 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved
hash: a4ab07cd085d84d75bc668390823bf72604730e0
body: |
See:
* https://github.com/concourse/concourse/issues/7905
* https://github.com/product-os/balena-concourse/issues/631
* https://github.com/product-os/ci-images/pull/116/files#r844508619
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: "build: Ensure HTTPS is used with dockerPort 2376 or with ca/cert/key"
hash: 9185eaa2b742bb694abe8b300221bf7437e7e93f
body: ""
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 13.3.2
title: "'build: Ensure HTTPS is used with dockerPort 2376 or with ca/cert/key'"
date: 2022-04-07T09:15:48.137Z
- commits:
- subject: Include link to Wiki release notes in version update notifications
hash: e9461789531df561165ea2ca90a00d6fe9a0f9b6

View File

@ -4,6 +4,11 @@ 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/).
## 13.3.2 - 2022-04-07
* Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved [Paulo Castro]
* build: Ensure HTTPS is used with dockerPort 2376 or with ca/cert/key [Paulo Castro]
## 13.3.1 - 2022-03-08
* Include link to Wiki release notes in version update notifications [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.3.1",
"version": "13.3.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-03-08T18:34:22.695Z"
"publishedAt": "2022-04-07T09:15:48.876Z"
}
}