Commit 07573a3 1 parent 02fcf2c commit 07573a3 Copy full SHA for 07573a3
File tree 4 files changed +27
-14
lines changed
4 files changed +27
-14
lines changed Original file line number Diff line number Diff line change
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
1
17
- commits :
2
18
- subject : Add a metrics agent for collecting worker resource metrics.
3
19
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
7
22
footer :
8
23
Change-type : minor
9
24
change-type : minor
103
118
nested : []
104
119
- subject : " Dockerfile: build NXP's CST tool"
105
120
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.
110
123
To avoid licenses issues, the source must be manually downloaded and
111
-
112
124
installed prior to building the signing server app.
113
125
114
-
115
126
The source can be fetched from:
116
-
117
127
https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL_NEW&location=null
118
128
119
-
120
129
And it is only provided for x86_64 architectures, so the signing server
121
-
122
130
is now restricted to running on x86_64 hardware.
123
131
footer :
124
132
Change-type : minor
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Change log
4
4
# v0.1.0
5
5
## (2022-12-09)
6
6
7
+ # v1.3.1
8
+ ## (2024-12-04)
9
+
10
+ * README: improve bootstrap example [ Joseph Kogut]
11
+
7
12
# v1.3.0
8
13
## (2024-10-28)
9
14
Original file line number Diff line number Diff line change 1
- 1.3.0
1
+ 1.3.1
Original file line number Diff line number Diff line change 1
1
name : balena-sign
2
2
type : sw.application
3
- version : 1.3.0
3
+ version : 1.3.1
You can’t perform that action at this time.
0 commit comments