From b33e36688f95c32a3a68bda61a7b34836bddecc7 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:03:26 +0000 Subject: [PATCH] v5.0.90 --- .versionbot/CHANGELOG.yml | 50 +++++++++++++++++++++++++-------------- CHANGELOG.md | 15 ++++++++++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 53 insertions(+), 24 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c5ab421..9514a29 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.19 + hash: 34591f21f2292da1119c1e540b4b6d7b9b8eb99f + body: | + Update balena/open-balena-base from 18.0.18 to 18.0.19 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update dependency npm to v10.9.1 + hash: ecc560e2b4745929bf03f6e2fee199dd68a7d0fd + body: | + Update npm from 10.9.0 to 10.9.1 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.19 + title: "" + date: 2024-11-21T22:54:55.391Z + version: 5.0.90 + title: "" + date: 2024-11-22T00:03:20.366Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.18 hash: b7628b082f05ac9844a235424df9b8228a175338 @@ -629,12 +655,9 @@ - commits: - subject: Empty commit to rebuild open-balena-base to fix CVE-2024-6387. hash: 4d7156be75e535ad5ab4a2bf2d574fde1b86d45c - body: > - Causes a rebuild of the open-balena-base to include - openssh-server - + body: | + Causes a rebuild of the open-balena-base to include openssh-server 1:9.2p1-2+deb12u3 (OpenSSH_9.2p1 Debian-2+deb12u3) which fixes - [cve-2024-6387](https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt). footer: Change-type: patch @@ -3104,22 +3127,13 @@ - commits: - subject: "patch: Bump follow-redirects from 1.14.7 to 1.14.8" hash: 8155ee0b4637dad863ed6f20862e9fd164c468a1 - body: > - Bumps - [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) - - - - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) - + body: | + Bumps [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) + - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- - updated-dependencies: - - dependency-name: follow-redirects dependency-type: indirect ... diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d58c9..042d738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.90 +## (2024-11-22) + + +
+ Update balena/open-balena-base Docker tag to v18.0.19 [balena-renovate[bot]] + +> ## open-balena-base-18.0.19 +> ### (2024-11-21) +> +> * Update dependency npm to v10.9.1 [Self-hosted Renovate Bot] +> + +
+ # v5.0.89 ## (2024-11-18) diff --git a/VERSION b/VERSION index fb9adab..050e542 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.89 \ No newline at end of file +5.0.90 \ No newline at end of file diff --git a/balena.yml b/balena.yml index b958bdd..95f9801 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.89 +version: 5.0.90 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 0633d55..73b0330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.89", + "version": "5.0.90", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.89", + "version": "5.0.90", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index b261d67..3f606ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.89", + "version": "5.0.90", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-11-18T22:10:13.339Z" + "publishedAt": "2024-11-22T00:03:21.512Z" } }