Skip to content

Commit 762536d

Browse files
v5.1.9+rev2
1 parent c64609e commit 762536d

File tree

3 files changed

+136
-1
lines changed

3 files changed

+136
-1
lines changed

.versionbot/CHANGELOG.yml

+95
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,98 @@
1+
- commits:
2+
- subject: Update contracts to 14a10d925b56660c59471447ca74ae324da68f79
3+
hash: be24e60c14e95c5472b0a4ce4122c0c926e2239b
4+
body: Update contracts
5+
footer:
6+
Changelog-entry: Update contracts to 14a10d925b56660c59471447ca74ae324da68f79
7+
changelog-entry: Update contracts to 14a10d925b56660c59471447ca74ae324da68f79
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: "hw.device-type: Update svg icon for seeed-j4012"
12+
hash: 26b20e8e64f1a52c042bf5974931fb3baaa5d8fb
13+
body: ""
14+
footer:
15+
Change-type: patch
16+
change-type: patch
17+
Signed-off-by: Alexandru Costache <alexandru@balena.io>
18+
signed-off-by: Alexandru Costache <alexandru@balena.io>
19+
author: Alexandru Costache
20+
version: contracts-2.0.90
21+
title: ""
22+
date: 2024-01-10T10:48:43.053Z
23+
- commits:
24+
- subject: "hw.device-type: Fix hyperlinks in provisioning instructions"
25+
hash: 7ba9c9e03fe93110b2c8f3c866fbd4a3d7c8248b
26+
body: |
27+
If hyperlinks are unquoted, a target=blank is added and entire
28+
link is broken in the dashboard. This doesn't happen for devices
29+
which use quoted links, like for example the CM4.
30+
footer:
31+
Change-type: patch
32+
change-type: patch
33+
Signed-off-by: Alexandru Costache <alexandru@balena.io>
34+
signed-off-by: Alexandru Costache <alexandru@balena.io>
35+
author: Alexandru Costache
36+
version: contracts-2.0.89
37+
title: ""
38+
date: 2024-01-05T11:04:31.513Z
39+
- commits:
40+
- subject: "jetson-orin-nx-seeed-j4012: Add Seeed J4012 device-type"
41+
hash: 2f35889ca436bcb17cb8fba3e9192676b9872042
42+
body: |
43+
This is the initial commit, necessary to create the DT
44+
in the API. The icon will need to be updated.
45+
footer:
46+
Change-type: patch
47+
change-type: patch
48+
Signed-off-by: Alexandru Costache <alexandru@balena.io>
49+
signed-off-by: Alexandru Costache <alexandru@balena.io>
50+
author: Alexandru Costache
51+
version: contracts-2.0.88
52+
title: ""
53+
date: 2024-01-03T13:26:42.845Z
54+
- commits:
55+
- subject: "hw.device-type: Fix device type is_private flag for imx8mp-var-dart"
56+
hash: 31176adf167c7f9754c0f7f01f92c759d12b8c2b
57+
body: >
58+
This was added by mistake as private when it is supposed to be a
59+
public dt.
60+
footer:
61+
Change-type: patch
62+
change-type: patch
63+
Signed-off-by: Florin Sarbu <florin@balena.io>
64+
signed-off-by: Florin Sarbu <florin@balena.io>
65+
author: Florin Sarbu
66+
version: contracts-2.0.87
67+
title: ""
68+
date: 2023-12-29T14:04:58.033Z
69+
- commits:
70+
- subject: "hw.device-type: Add Variscite DART-MX8M-PLUS"
71+
hash: dd4e9de9d010e49040adf8d9f4ce8a4d68c69cce
72+
body: ""
73+
footer:
74+
Change-type: patch
75+
change-type: patch
76+
Signed-off-by: Florin Sarbu <florin@balena.io>
77+
signed-off-by: Florin Sarbu <florin@balena.io>
78+
author: Florin Sarbu
79+
version: contracts-2.0.86
80+
title: ""
81+
date: 2023-12-28T11:16:43.472Z
82+
- commits:
83+
- subject: "patch: Remove wiki link reference to flash Tinker Board"
84+
hash: 2d9a5bbea64deda704298e8ee41834e9d180d4da
85+
body: ""
86+
footer:
87+
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
88+
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
89+
author: Vipul Gupta (@vipulgupta2048)
90+
version: contracts-2.0.85
91+
title: ""
92+
date: 2023-12-21T13:26:59.714Z
93+
version: 5.1.9+rev2
94+
title: ""
95+
date: 2024-01-12T10:29:28.720Z
196
- commits:
297
- subject: Update balena-yocto-scripts to 0008306e565a95aa51d04a8a0fcc318df3df59a2
398
hash: 1576ab60b095d3f8046eda0888d8ab6a52ec97db

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
Change log
22
-----------
33

4+
# v5.1.9+rev2
5+
## (2024-01-12)
6+
7+
8+
<details>
9+
<summary> Update contracts to 14a10d925b56660c59471447ca74ae324da68f79 [Self-hosted Renovate Bot] </summary>
10+
11+
> ## contracts-2.0.90
12+
> ### (2024-01-10)
13+
>
14+
> * hw.device-type: Update svg icon for seeed-j4012 [Alexandru Costache]
15+
>
16+
> ## contracts-2.0.89
17+
> ### (2024-01-05)
18+
>
19+
> * hw.device-type: Fix hyperlinks in provisioning instructions [Alexandru Costache]
20+
>
21+
> ## contracts-2.0.88
22+
> ### (2024-01-03)
23+
>
24+
> * jetson-orin-nx-seeed-j4012: Add Seeed J4012 device-type [Alexandru Costache]
25+
>
26+
> ## contracts-2.0.87
27+
> ### (2023-12-29)
28+
>
29+
> * hw.device-type: Fix device type is_private flag for imx8mp-var-dart [Florin Sarbu]
30+
>
31+
> ## contracts-2.0.86
32+
> ### (2023-12-28)
33+
>
34+
> * hw.device-type: Add Variscite DART-MX8M-PLUS [Florin Sarbu]
35+
>
36+
> ## contracts-2.0.85
37+
> ### (2023-12-21)
38+
>
39+
> * patch: Remove wiki link reference to flash Tinker Board [Vipul Gupta (@vipulgupta2048)]
40+
>
41+
42+
</details>
43+
444
# v5.1.9+rev1
545
## (2024-01-12)
646

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.9+rev1
1+
5.1.9+rev2

0 commit comments

Comments
 (0)