Skip to content

Commit 491f373

Browse files
v5.0.42
1 parent 37ee53b commit 491f373

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

.versionbot/CHANGELOG.yml

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update docker Docker tag to v24.0.9
3+
hash: 3bdf65efb5b2a155cec45854962672d66bf9f7a3
4+
body: |
5+
Update docker from 24.0.7 to 24.0.9
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Self-hosted Renovate Bot
10+
nested: []
11+
version: 5.0.42
12+
title: ""
13+
date: 2024-02-05T15:01:51.044Z
114
- commits:
215
- subject: Update dependencies
316
hash: dac8ba6d8e9a533a9cee1e59859e890a35bbe47d

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.42
8+
## (2024-02-05)
9+
10+
* Update docker Docker tag to v24.0.9 [Self-hosted Renovate Bot]
11+
712
# v5.0.41
813
## (2024-02-05)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.41
1+
5.0.42

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.41
3+
version: 5.0.42
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.41",
3+
"version": "5.0.42",
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-05T14:29:38.620Z"
79+
"publishedAt": "2024-02-05T15:01:51.245Z"
8080
}
8181
}

0 commit comments

Comments
 (0)