Skip to content

Commit dda3903

Browse files
v1.5.0
1 parent d6964f6 commit dda3903

File tree

4 files changed

+76
-2
lines changed

4 files changed

+76
-2
lines changed

.versionbot/CHANGELOG.yml

+65
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
- commits:
2+
- subject: "cst: update submodule to version 0.0.3"
3+
hash: 663c4f1c09651363057bf8a581d349182ec01d4b
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Alex Gonzalez <[email protected]>
9+
signed-off-by: Alex Gonzalez <[email protected]>
10+
author: Alex Gonzalez
11+
nested: []
12+
- subject: "requirements: update to patch known vulnerabilities"
13+
hash: d8e1ec75bd3b0c9bbe175b924590181980136a2f
14+
body: |
15+
* https://github.com/balena-os/balena-sign/security/dependabot/22
16+
* https://github.com/balena-os/balena-sign/security/dependabot/19
17+
* https://github.com/balena-os/balena-sign/security/dependabot/25
18+
* https://github.com/balena-os/balena-sign/security/dependabot/24
19+
* https://github.com/balena-os/balena-sign/security/dependabot/21
20+
* https://github.com/balena-os/balena-sign/security/dependabot/20
21+
* https://github.com/balena-os/balena-sign/security/dependabot/26
22+
footer:
23+
Change-type: patch
24+
change-type: patch
25+
Signed-off-by: Alex Gonzalez <[email protected]>
26+
signed-off-by: Alex Gonzalez <[email protected]>
27+
author: Alex Gonzalez
28+
nested: []
29+
- subject: "Dockerfile: update to cst 4.0.0 and Python 3.12.9"
30+
hash: ad7ab0c9bbe99e5df4b1fee428a2bf97497a9ac9
31+
body: ""
32+
footer:
33+
Change-type: minor
34+
change-type: minor
35+
Signed-off-by: Alex Gonzalez <[email protected]>
36+
signed-off-by: Alex Gonzalez <[email protected]>
37+
author: Alex Gonzalez
38+
nested: []
39+
- subject: "imx: Fix linter warnings"
40+
hash: f4022e59974d1a1473240c24386245ce822668e8
41+
body: ""
42+
footer:
43+
Change-type: patch
44+
change-type: patch
45+
Signed-off-by: Alex Gonzalez <[email protected]>
46+
signed-off-by: Alex Gonzalez <[email protected]>
47+
author: Alex Gonzalez
48+
nested: []
49+
- subject: "imx: sort the certificate list"
50+
hash: b8df03290823bf726dc8618d8ceed2cbe418d559
51+
body: |
52+
The glob module uses the readdir system call which does not guarantee
53+
the order of results. Some systems order this alphabetically in which
54+
case the keys will work fine, others will not in which case the keys
55+
will fail to authenticate.
56+
footer:
57+
Change-type: patch
58+
change-type: patch
59+
Signed-off-by: Alex Gonzalez <[email protected]>
60+
signed-off-by: Alex Gonzalez <[email protected]>
61+
author: Alex Gonzalez
62+
nested: []
63+
version: 1.5.0
64+
title: ""
65+
date: 2025-02-17T14:18:01.895Z
166
- commits:
267
- subject: Check balena-sign health before pinging external HC hook.
368
hash: 450ff2bf8342eefe6ccadb31c0252d820ef3ac14

CHANGELOG.md

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

7+
# v1.5.0
8+
## (2025-02-17)
9+
10+
* cst: update submodule to version 0.0.3 [Alex Gonzalez]
11+
* requirements: update to patch known vulnerabilities [Alex Gonzalez]
12+
* Dockerfile: update to cst 4.0.0 and Python 3.12.9 [Alex Gonzalez]
13+
* imx: Fix linter warnings [Alex Gonzalez]
14+
* imx: sort the certificate list [Alex Gonzalez]
15+
716
# v1.4.2
817
## (2025-02-10)
918

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.5.0

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.4.2
3+
version: 1.5.0

0 commit comments

Comments
 (0)