Skip to content

Commit

Permalink
v2.31.76
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 19, 2024
1 parent 52cee28 commit 2a609bc
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: "lib/components/os: Add SRD3 JP4 and JP5 device type boot partition
indexes"
hash: db7fdad6e920295cf3200ca3309fde65dd5c039f
body: |
The JP5 device-type uses the same boot partition index as the
jetson-xavier on JP5.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 2.31.76
title: ""
date: 2024-12-19T14:11:20.112Z
- commits:
- subject: Update balena-io/balena-cli to v20.1.2
hash: 15e18d79118af19c0362decc13b9c9b692d49ca9
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.76 - 2024-12-19

* lib/components/os: Add SRD3 JP4 and JP5 device type boot partition indexes [Alexandru Costache]

## 2.31.75 - 2024-12-19

* Update balena-io/balena-cli to v20.1.2 [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.75",
"version": "2.31.76",
"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-12-19T02:57:31.256Z"
"publishedAt": "2024-12-19T14:11:20.677Z"
}
}

0 comments on commit 2a609bc

Please sign in to comment.