Skip to content

Commit

Permalink
v2.31.88
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 6, 2025
1 parent d6d4257 commit 8796034
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Fix running tests over local worker IP
hash: 0a642b8a0e21f9740ae8982f99da3506d62253a3
body: >
This has been broken since splitting the core from the worker - fixing
it enables running tests with a local worker without the VPN, much
faster and avoids VPN file transfer issues
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: Ryan Cooke
nested: []
version: 2.31.88
title: ""
date: 2025-02-06T14:35:10.115Z
- commits:
- subject: Update actions/upload-artifact digest to 65c4c4a
hash: 41ecb3c5112bc5b2b6d8e63dabb05fbf558c9df1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.88 - 2025-02-06

* Fix running tests over local worker IP [Ryan Cooke]

## 2.31.87 - 2025-01-26

* Update actions/upload-artifact digest to 65c4c4a [balena-renovate[bot]]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leviathan",
"version": "2.31.87",
"version": "2.31.88",
"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",
Expand All @@ -20,6 +20,6 @@
"homepage": "https://github.com/balena-os/leviathan",
"private": true,
"versionist": {
"publishedAt": "2025-01-26T14:28:57.336Z"
"publishedAt": "2025-02-06T14:35:10.654Z"
}
}

0 comments on commit 8796034

Please sign in to comment.