File tree 6 files changed +69
-6
lines changed
6 files changed +69
-6
lines changed Original file line number Diff line number Diff line change
1
+ - commits :
2
+ - subject : Update balena/open-balena-base Docker tag to v17.0.6
3
+ hash : 1b1f6ecc29bfee32528051ab9f4c7b7a12966688
4
+ body : |
5
+ Update balena/open-balena-base from 17.0.4 to 17.0.6
6
+ footer :
7
+ See : https://github.com/balena-io-modules/open-balena-base/pull/343
8
+ see : https://github.com/balena-io-modules/open-balena-base/pull/343
9
+ Change-type : patch
10
+ change-type : patch
11
+ author : Kyle Harding
12
+ nested :
13
+ - commits :
14
+ - subject : Move the no-systemd compatibility tag to a suffix
15
+ hash : a869fb57fe2866a16aecfc75f33eb679696de3dd
16
+ body : >
17
+ We kept it as a prefix for historical reasons, but renovate
18
+ versioning expects the docker compatibility tag to follow the
19
+ semver.
20
+ footer :
21
+ Change-type : patch
22
+ change-type : patch
23
+ author : Kyle Harding
24
+ nested : []
25
+ version : open-balena-base-17.0.6
26
+ title : " "
27
+ date : 2024-02-27T15:03:10.991Z
28
+ - commits :
29
+ - subject : Update dependency node to v21.6.2
30
+ hash : faafec8bb43b315b2d565dfb924e4dc91195a6ec
31
+ body : |
32
+ Update node from 21.6.1 to 21.6.2
33
+ footer :
34
+ Change-type : patch
35
+ change-type : patch
36
+ author : Self-hosted Renovate Bot
37
+ nested : []
38
+ version : open-balena-base-17.0.5
39
+ title : " "
40
+ date : 2024-02-14T17:58:16.053Z
41
+ version : 5.0.44
42
+ title : " "
43
+ date : 2024-02-27T21:40:31.030Z
1
44
- commits :
2
45
- subject : Lock file maintenance
3
46
hash : 5de16d5180c3191519620fb89e200c6c981aef53
Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file
4
4
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ # v5.0.44
8
+ ## (2024-02-27)
9
+
10
+
11
+ <details >
12
+ <summary > Update balena/open-balena-base Docker tag to v17.0.6 [Kyle Harding] </summary >
13
+
14
+ > ## open-balena-base-17.0.6
15
+ > ### (2024-02-27)
16
+ >
17
+ > * Move the no-systemd compatibility tag to a suffix [ Kyle Harding]
18
+ >
19
+ > ## open-balena-base-17.0.5
20
+ > ### (2024-02-14)
21
+ >
22
+ > * Update dependency node to v21.6.2 [ Self-hosted Renovate Bot]
23
+ >
24
+
25
+ </details >
26
+
7
27
# v5.0.43
8
28
## (2024-02-09)
9
29
Original file line number Diff line number Diff line change 1
- 5.0.43
1
+ 5.0.44
Original file line number Diff line number Diff line change 1
1
name : open-balena-registry-proxy
2
2
type : sw.block
3
- version : 5.0.43
3
+ version : 5.0.44
4
4
description : >-
5
5
Pull container images directly from the balenaHub container registry!
6
6
assets :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " balena-registry-proxy" ,
3
- "version" : " 5.0.43 " ,
3
+ "version" : " 5.0.44 " ,
4
4
"description" : " Proxied names for balena registry release images" ,
5
5
"private" : true ,
6
6
"main" : " src/app" ,
76
76
"npm" : " ^10.4.0"
77
77
},
78
78
"versionist" : {
79
- "publishedAt" : " 2024-02-09T16:03:29.851Z "
79
+ "publishedAt" : " 2024-02-27T21:40:32.545Z "
80
80
}
81
81
}
You can’t perform that action at this time.
0 commit comments