diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0e094ce1..915b51b3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,36 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.3 + hash: 022fe52bb82646ebe7b3ab567b4d4a071e1eedef + body: | + Update balena/open-balena-base from 18.0.2 to 18.0.3 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - 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 + + 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 + change-type: patch + Signed-off-by: Carlo Miguel F. Cruz + signed-off-by: Carlo Miguel F. Cruz + author: Carlo Miguel F. Cruz + nested: [] + version: open-balena-base-18.0.3 + title: "" + date: 2024-07-01T14:45:38.881Z + version: 1.27.142 + title: "" + date: 2024-07-01T15:55:52.954Z - commits: - subject: Lock file maintenance hash: 920a21a2f98ca1ff80c1d8d241f57fee69b67e9b diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ca378c..1313a431 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/). +# v1.27.142 +## (2024-07-01) + + +
+ Update balena/open-balena-base Docker tag to v18.0.3 [Self-hosted Renovate Bot] + +> ## open-balena-base-18.0.3 +> ### (2024-07-01) +> +> * Empty commit to rebuild open-balena-base to fix CVE-2024-6387. [Carlo Miguel F. Cruz] +> + +
+ # v1.27.141 ## (2024-07-01) diff --git a/VERSION b/VERSION index fa3ea0cc..5168e9dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.141 \ No newline at end of file +1.27.142 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index aedfe5d7..2cf26582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.141", + "version": "1.27.142", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.141", + "version": "1.27.142", "dependencies": { "balena-sdk": "^19.5.10", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 0d08de40..774354d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.141", + "version": "1.27.142", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-07-01T01:17:46.424Z" + "publishedAt": "2024-07-01T15:55:54.210Z" } }