v12.44.17

This commit is contained in:
Balena CI 2021-05-24 18:17:54 +03:00 committed by VersionBot
parent bf1df05606
commit c938df2445
4 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'doc: Document the image nameing scheme used by deploy'
hash: e04242db642fca1639cc0ee08a1ab1bf18219308
body: >
When using deploy to create a release for a multi-container project one
needs to follow this to avoid triggering a build. Relevant for CI/CD
scenarios
with their own build pipeline.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Robert Günzler <robertg@balena.io>
signed-off-by: Robert Günzler <robertg@balena.io>
author: Robert Günzler
nested: []
version: 12.44.17
date: 2021-05-24T14:28:43.435Z
- commits:
- subject: 'preload: Avoid hardcoded registry2 URLs with openBalena'
hash: b17dad8c60555ab9896fb4c911522e4d2141abcb

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/).
## 12.44.17 - 2021-05-24
* doc: Document the image nameing scheme used by deploy [Robert Günzler]
## 12.44.16 - 2021-05-18
* preload: Avoid hardcoded registry2 URLs with openBalena [Kyle Harding]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.16",
"version": "12.44.17",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",