Skip to content

Commit

Permalink
v5.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 21, 2024
1 parent b4e35c6 commit a28b70c
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 9 deletions.
75 changes: 72 additions & 3 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
- commits:
- subject: Update balena/open-balena-base Docker tag to v17.0.10
hash: f5e4ded1fd50f2eb6e476d092b08e0f27f402a7d
body: |
Update balena/open-balena-base from 17.0.6 to 17.0.10
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Update dependency node to v21.7.1
hash: 00982618ef48ad40ee83d269593bcfabcd5c102b
body: |
Update node from 21.7.0 to 21.7.1
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: open-balena-base-17.0.10
title: ""
date: 2024-03-08T22:55:50.554Z
- commits:
- subject: Update dependency node to v21.7.0
hash: 090c5b72737c4849076108d38b84b77b482822f1
body: |
Update node from 21.6.2 to 21.7.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: open-balena-base-17.0.9
title: ""
date: 2024-03-06T18:58:19.803Z
- commits:
- subject: Update dependency npm to v10.5.0
hash: 7151fd9008f9443c677441177c2959a0e35b952d
body: |
Update npm from 10.4.0 to 10.5.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: open-balena-base-17.0.8
title: ""
date: 2024-02-28T18:58:05.433Z
- commits:
- subject: Fix docker cache-from for no-system variants
hash: 47989bd29164aaef2f78c2642aeaf64185df5561
body: ""
footer:
See: https://github.com/balena-io-modules/open-balena-base/pull/343
see: https://github.com/balena-io-modules/open-balena-base/pull/343
Change-type: patch
change-type: patch
author: Kyle Harding
nested: []
version: open-balena-base-17.0.7
title: ""
date: 2024-02-27T21:40:13.465Z
version: 5.0.45
title: ""
date: 2024-03-21T02:59:28.095Z
- commits:
- subject: Update balena/open-balena-base Docker tag to v17.0.6
hash: 1b1f6ecc29bfee32528051ab9f4c7b7a12966688
Expand Down Expand Up @@ -1832,7 +1898,8 @@
* if global config already contains the value(s) for the map,
use them
* don't explicitly require BALENA_DEVICE_UID (openBalena/dockerd)
* don't explicitly require BALENA_DEVICE_UID
(openBalena/dockerd)
* add REGISTRY S3 secrets
footer:
Expand Down Expand Up @@ -2091,9 +2158,11 @@
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Release
notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
-
[Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
---
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v5.0.45
## (2024-03-21)


<details>
<summary> Update balena/open-balena-base Docker tag to v17.0.10 [Self-hosted Renovate Bot] </summary>

> ## open-balena-base-17.0.10
> ### (2024-03-08)
>
> * Update dependency node to v21.7.1 [Self-hosted Renovate Bot]
>
> ## open-balena-base-17.0.9
> ### (2024-03-06)
>
> * Update dependency node to v21.7.0 [Self-hosted Renovate Bot]
>
> ## open-balena-base-17.0.8
> ### (2024-02-28)
>
> * Update dependency npm to v10.5.0 [Self-hosted Renovate Bot]
>
> ## open-balena-base-17.0.7
> ### (2024-02-27)
>
> * Fix docker cache-from for no-system variants [Kyle Harding]
>
</details>

# v5.0.44
## (2024-02-27)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.44
5.0.45
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: open-balena-registry-proxy
type: sw.block
version: 5.0.44
version: 5.0.45
description: >-
Pull container images directly from the balenaHub container registry!
assets:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-registry-proxy",
"version": "5.0.44",
"version": "5.0.45",
"description": "Proxied names for balena registry release images",
"private": true,
"main": "src/app",
Expand Down Expand Up @@ -76,6 +76,6 @@
"npm": "^10.4.0"
},
"versionist": {
"publishedAt": "2024-02-27T21:40:32.545Z"
"publishedAt": "2024-03-21T02:59:28.806Z"
}
}

0 comments on commit a28b70c

Please sign in to comment.