Skip to content

Commit 0996a5a

Browse files
v5.0.39
1 parent 9c16d24 commit 0996a5a

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

.versionbot/CHANGELOG.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Update balena/open-balena-base Docker tag to no-systemd-v17.0.3
3+
hash: 07a9e1edcf6342c3d6f9d0ddff414a3bceea0b18
4+
body: >
5+
Update balena/open-balena-base from no-systemd-17.0.2 to
6+
no-systemd-17.0.3
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Self-hosted Renovate Bot
11+
nested: []
12+
version: 5.0.39
13+
title: ""
14+
date: 2024-01-22T21:00:56.414Z
115
- commits:
216
- subject: Lock file maintenance
317
hash: 0a910a6d6620b8a75fb1fd18b1895e509c062453

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.39
8+
## (2024-01-22)
9+
10+
* Update balena/open-balena-base Docker tag to no-systemd-v17.0.3 [Self-hosted Renovate Bot]
11+
712
# v5.0.38
813
## (2024-01-22)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.38
1+
5.0.39

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.38
3+
version: 5.0.39
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.38",
3+
"version": "5.0.39",
44
"description": "Proxied names for balena registry release images",
55
"private": true,
66
"main": "src/app",
@@ -76,6 +76,6 @@
7676
"npm": "^10.1.0"
7777
},
7878
"versionist": {
79-
"publishedAt": "2024-01-22T01:22:55.998Z"
79+
"publishedAt": "2024-01-22T21:00:57.653Z"
8080
}
8181
}

0 commit comments

Comments
 (0)