From 0899d814aa7f25d48825ac701c61e066f7b0c4f5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:33:29 +0000 Subject: [PATCH] v1.25.45 --- .versionbot/CHANGELOG.yml | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 11f2ad2f2..0aa43dda7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: fix check of finalize value + hash: 8d17204120d75bfc6aba1f793163e7deb2008a1f + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: rcooke-warwick + nested: [] + - subject: Improve checking of previous test results + hash: 71cae7e5434be7ee4e009343885c2c855c9d416b + body: | + The previous API command was limited to 20 results, and + did not correctly evaluate to false when no workflow runs were found. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 1.25.45 + title: "" + date: 2024-09-19T22:33:26.650Z - commits: - subject: Update balena-os/leviathan action to v2.31.44 hash: ec2c830e179ca39b6338b48c1949d70e36944317 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5bb82b9..1eb2b22dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v1.25.45 +## (2024-09-19) + +* fix check of finalize value [rcooke-warwick] +* Improve checking of previous test results [Kyle Harding] + # v1.25.44 ## (2024-09-18) diff --git a/VERSION b/VERSION index 84389f3aa..473934a8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.25.44 \ No newline at end of file +1.25.45 \ No newline at end of file