Skip to content

Commit a16cf0f

Browse files
v2.31.24
1 parent 660418e commit a16cf0f

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update core/contracts digest to 6d69a05
3+
hash: 02819efbdc5ca46918d80ec2b23c18274995629b
4+
body: |
5+
Update core/contracts
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
nested: []
11+
version: 2.31.24
12+
title: ""
13+
date: 2024-08-06T10:14:13.280Z
114
- commits:
215
- subject: "core: remove nested retries in getDutIp function"
316
hash: fc8a48737153dc528a005f4d963e0f3f54426aae

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.31.24 - 2024-08-06
8+
9+
* Update core/contracts digest to 6d69a05 [balena-renovate[bot]]
10+
711
## 2.31.23 - 2024-07-23
812

913
* core: remove nested retries in getDutIp function [rcooke-warwick]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leviathan",
3-
"version": "2.31.23",
3+
"version": "2.31.24",
44
"scripts": {
55
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
66
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
@@ -20,6 +20,6 @@
2020
"homepage": "https://github.com/balena-os/leviathan",
2121
"private": true,
2222
"versionist": {
23-
"publishedAt": "2024-07-23T13:24:36.527Z"
23+
"publishedAt": "2024-08-06T10:14:13.778Z"
2424
}
2525
}

0 commit comments

Comments
 (0)