diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4a0a0c2..4b09533 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency http-proxy-middleware to v2.0.7 [SECURITY] + hash: 707efa488c6d1fef3e2e0e11bf122f8f7fe27e94 + body: | + Update http-proxy-middleware from 2.0.6 to 2.0.7 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.0.78 + title: "" + date: 2024-10-25T07:59:43.923Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.14 hash: 961db57270e45583751d078e72a470eb5cdbe2fd diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ac9eb..9d80fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.78 +## (2024-10-25) + +* Update dependency http-proxy-middleware to v2.0.7 [SECURITY] [Self-hosted Renovate Bot] + # v5.0.77 ## (2024-09-17) diff --git a/VERSION b/VERSION index 63032f5..69c5c8d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.77 \ No newline at end of file +5.0.78 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 6290e09..e06d82a 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.77 +version: 5.0.78 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 16ef1ea..cda15ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.77", + "version": "5.0.78", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.77", + "version": "5.0.78", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index 528c188..9aa4c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.77", + "version": "5.0.78", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-09-17T22:58:42.928Z" + "publishedAt": "2024-10-25T07:59:44.138Z" } }