Skip to content

Commit

Permalink
v2.31.59
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 10, 2024
1 parent 7b5573a commit cf58b57
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: add secureboot identifier into report name
hash: 7ca3cb281f0aae1b0b0ee5e157081fa5a7109098
body: >
This is to avoid calshes of artifact names when running a test matrix
with the secureboot option enabled
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: Ryan Cooke
nested: []
version: 2.31.59
title: ""
date: 2024-10-10T18:06:05.535Z
- commits:
- subject: Update core/contracts digest to 5ac053b
hash: c40cc096fd39c13321cca04efce98944f725ee34
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.59 - 2024-10-10

* add secureboot identifier into report name [Ryan Cooke]

## 2.31.58 - 2024-10-10

* Update core/contracts digest to 5ac053b [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.58",
"version": "2.31.59",
"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-10T15:33:51.852Z"
"publishedAt": "2024-10-10T18:06:06.037Z"
}
}

0 comments on commit cf58b57

Please sign in to comment.