Skip to content

Commit 2d78960

Browse files
v5.0.44
1 parent 3fe28bb commit 2d78960

File tree

6 files changed

+69
-6
lines changed

6 files changed

+69
-6
lines changed

.versionbot/CHANGELOG.yml

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
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
144
- commits:
245
- subject: Lock file maintenance
346
hash: 5de16d5180c3191519620fb89e200c6c981aef53

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

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+
727
# v5.0.43
828
## (2024-02-09)
929

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.43
1+
5.0.44

balena.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: open-balena-registry-proxy
22
type: sw.block
3-
version: 5.0.43
3+
version: 5.0.44
44
description: >-
55
Pull container images directly from the balenaHub container registry!
66
assets:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-registry-proxy",
3-
"version": "5.0.43",
3+
"version": "5.0.44",
44
"description": "Proxied names for balena registry release images",
55
"private": true,
66
"main": "src/app",
@@ -76,6 +76,6 @@
7676
"npm": "^10.4.0"
7777
},
7878
"versionist": {
79-
"publishedAt": "2024-02-09T16:03:29.851Z"
79+
"publishedAt": "2024-02-27T21:40:32.545Z"
8080
}
8181
}

0 commit comments

Comments
 (0)