From ae96a7e817a8f994fdca73144cd115bfce3185d9 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:21:56 +0000 Subject: [PATCH] v2.31.89 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b6ad6bcf1..8fef4c658 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update balena-os/leviathan-worker to v2.9.57 + hash: b25a64d8d003c4f9eea7c4bd5f1b6438f12730f5 + body: | + Update balena-os/leviathan-worker from 2.9.50 to 2.9.57 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 2.31.89 + title: "" + date: 2025-02-06T20:21:54.156Z - commits: - subject: Fix running tests over local worker IP hash: 0a642b8a0e21f9740ae8982f99da3506d62253a3 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8d2214c..fd60c6ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 2.31.89 - 2025-02-06 + +* Update balena-os/leviathan-worker to v2.9.57 [balena-renovate[bot]] + ## 2.31.88 - 2025-02-06 * Fix running tests over local worker IP [Ryan Cooke] diff --git a/package-lock.json b/package-lock.json index 306cb9e8d..676aed79a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.31.88", + "version": "2.31.89", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.31.88", + "version": "2.31.89", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 6d25fde6c..647c518fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.31.88", + "version": "2.31.89", "scripts": { "lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done", "lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done", @@ -20,6 +20,6 @@ "homepage": "https://github.com/balena-os/leviathan", "private": true, "versionist": { - "publishedAt": "2025-02-06T14:35:10.654Z" + "publishedAt": "2025-02-06T20:21:54.693Z" } }