Skip to content

Commit

Permalink
v2.31.56
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 9, 2024
1 parent e381957 commit eb73067
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: "compose: map qemu volume into worker"
hash: 2e1669d6f34df4930fb9511a0edd52e7cc050ee7
body: |
This volume is used to share qemu's QMP socket between the worker and
core containers, allowing tests to connect, receive events from, and
control qemu.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <joseph@balena.io>
signed-off-by: Joseph Kogut <joseph@balena.io>
author: Joseph Kogut
nested: []
version: 2.31.56
title: ""
date: 2024-10-09T05:09:41.584Z
- commits:
- subject: Update actions/upload-artifact digest to 8448086
hash: 4eb9e7b49a0a56d4ad899479a9989d3fa6429cf1
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.56 - 2024-10-09

* compose: map qemu volume into worker [Joseph Kogut]

## 2.31.55 - 2024-10-08

* Update actions/upload-artifact digest to 8448086 [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.55",
"version": "2.31.56",
"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": "2024-10-08T20:36:27.654Z"
"publishedAt": "2024-10-09T05:09:42.106Z"
}
}

0 comments on commit eb73067

Please sign in to comment.