Skip to content

Commit 07573a3

Browse files
v1.3.1
1 parent 02fcf2c commit 07573a3

File tree

4 files changed

+27
-14
lines changed

4 files changed

+27
-14
lines changed

.versionbot/CHANGELOG.yml

+20-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1+
- commits:
2+
- subject: "README: improve bootstrap example"
3+
hash: 1ecf9b40717ef139ea590e94952ae6217f4e290c
4+
body: |
5+
The bootstrap example is missing the endpoint used in the request.
6+
Add it.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
Signed-off-by: Joseph Kogut <[email protected]>
11+
signed-off-by: Joseph Kogut <[email protected]>
12+
author: Joseph Kogut
13+
nested: []
14+
version: 1.3.1
15+
title: ""
16+
date: 2024-12-04T08:39:39.330Z
117
- commits:
218
- subject: Add a metrics agent for collecting worker resource metrics.
319
hash: 47af463d27bfdc6011795c3466e3c71ca1b045c7
4-
body: >
5-
Related project:
6-
https://balena.fibery.io/Work/Project/Add-node-exporter-metrics-to-builder-worker-fleets-600
20+
body: |
21+
Related project: https://balena.fibery.io/Work/Project/Add-node-exporter-metrics-to-builder-worker-fleets-600
722
footer:
823
Change-type: minor
924
change-type: minor
@@ -103,22 +118,15 @@
103118
nested: []
104119
- subject: "Dockerfile: build NXP's CST tool"
105120
hash: cb96a77daaddd112d22b3500595c11cfb8b50655
106-
body: >
107-
The tool is only available via NXP's download page prior license
108-
acceptance.
109-
121+
body: |
122+
The tool is only available via NXP's download page prior license acceptance.
110123
To avoid licenses issues, the source must be manually downloaded and
111-
112124
installed prior to building the signing server app.
113125
114-
115126
The source can be fetched from:
116-
117127
https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL_NEW&location=null
118128
119-
120129
And it is only provided for x86_64 architectures, so the signing server
121-
122130
is now restricted to running on x86_64 hardware.
123131
footer:
124132
Change-type: minor

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Change log
44
# v0.1.0
55
## (2022-12-09)
66

7+
# v1.3.1
8+
## (2024-12-04)
9+
10+
* README: improve bootstrap example [Joseph Kogut]
11+
712
# v1.3.0
813
## (2024-10-28)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

balena.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: balena-sign
22
type: sw.application
3-
version: 1.3.0
3+
version: 1.3.1

0 commit comments

Comments
 (0)