mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v12.44.17
This commit is contained in:
parent
bf1df05606
commit
c938df2445
@ -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:
|
- commits:
|
||||||
- subject: 'preload: Avoid hardcoded registry2 URLs with openBalena'
|
- subject: 'preload: Avoid hardcoded registry2 URLs with openBalena'
|
||||||
hash: b17dad8c60555ab9896fb4c911522e4d2141abcb
|
hash: b17dad8c60555ab9896fb4c911522e4d2141abcb
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 12.44.16 - 2021-05-18
|
||||||
|
|
||||||
* preload: Avoid hardcoded registry2 URLs with openBalena [Kyle Harding]
|
* preload: Avoid hardcoded registry2 URLs with openBalena [Kyle Harding]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.16",
|
"version": "12.44.17",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.16",
|
"version": "12.44.17",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user