This commit is contained in:
flowzone-app[bot] 2024-01-31 01:05:23 +00:00 committed by GitHub
parent 54302669b8
commit f550d0c596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 34 additions and 4 deletions

View File

@ -1,3 +1,29 @@
- commits:
- subject: Fix target state construction with livepush
hash: 8d6a621bfb62147ed0a88f58057e38211e82f841
body: >
When constructing the target state after a reported change from
livepush, the
handler function would not pass all build tasks to the function that
constructs the target state, causing a TypeError when trying to obtain
the target image name for each service. This updates the handler to pass
all build tasks, ensuring the information is available to construct the
target state.
footer:
Relates-to: "#2724"
relates-to: "#2724"
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 17.5.1
title: ""
date: 2024-01-31T01:05:17.796Z
- commits:
- subject: "os versions: Add the --include-draft option"
hash: 1ba8db1459355f6a5887f9106876318bd81f7f02

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/).
## 17.5.1 - 2024-01-31
* Fix target state construction with livepush [Felipe Lalanne]
## 17.5.0 - 2024-01-23
* os versions: Add the --include-draft option [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.5.0",
"version": "17.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.5.0",
"version": "17.5.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.5.0",
"version": "17.5.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-01-23T15:52:50.930Z"
"publishedAt": "2024-01-31T01:05:18.677Z"
}
}