Skip to content

Commit 81bb491

Browse files
v5.0.61
1 parent 9ceaeb7 commit 81bb491

File tree

6 files changed

+47
-6
lines changed

6 files changed

+47
-6
lines changed

.versionbot/CHANGELOG.yml

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
- commits:
2+
- subject: Update balena/open-balena-base Docker tag to v18.0.7
3+
hash: 45a2541e18836abc08ac59ff4f86340abf9b39c8
4+
body: |
5+
Update balena/open-balena-base from 18.0.6 to 18.0.7
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Self-hosted Renovate Bot
10+
nested:
11+
- commits:
12+
- subject: Update dependency node to v22.5.1
13+
hash: 7af6c3746bc53c96f9807010bf18a1f8198bc5a1
14+
body: |
15+
Update node from 22.4.1 to 22.5.1
16+
footer:
17+
Change-type: patch
18+
change-type: patch
19+
author: Self-hosted Renovate Bot
20+
nested: []
21+
version: open-balena-base-18.0.7
22+
title: ""
23+
date: 2024-07-19T14:52:06.500Z
24+
version: 5.0.61
25+
title: ""
26+
date: 2024-07-19T16:08:53.727Z
127
- commits:
228
- subject: Update docker Docker tag to v27
329
hash: ff4446c3bcf41293e809efda79e2832aa5ccdc79

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.61
8+
## (2024-07-19)
9+
10+
11+
<details>
12+
<summary> Update balena/open-balena-base Docker tag to v18.0.7 [Self-hosted Renovate Bot] </summary>
13+
14+
> ## open-balena-base-18.0.7
15+
> ### (2024-07-19)
16+
>
17+
> * Update dependency node to v22.5.1 [Self-hosted Renovate Bot]
18+
>
19+
20+
</details>
21+
722
# v5.0.60
823
## (2024-07-19)
924

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.60
1+
5.0.61

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.60
3+
version: 5.0.61
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.60",
3+
"version": "5.0.61",
44
"description": "Proxied names for balena registry release images",
55
"private": true,
66
"main": "src/app",
@@ -72,6 +72,6 @@
7272
"npm": "^10.7.0"
7373
},
7474
"versionist": {
75-
"publishedAt": "2024-07-19T14:01:16.356Z"
75+
"publishedAt": "2024-07-19T16:08:54.449Z"
7676
}
7777
}

0 commit comments

Comments
 (0)