diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1f08c318..23717601 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: 6dae4988e7e7e426a9b8b7ca735ef62b25494648 + 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: 1.27.184 + title: "" + date: 2024-11-21T23:57:39.439Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.18 hash: 0cdfa4fb753460ff8f84c4d8eff99c167ebd5269 @@ -738,12 +764,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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a97c5a68..e0751552 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.184 +## (2024-11-21) + + +
+ 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] +> + +
+ # v1.27.183 ## (2024-11-18) diff --git a/VERSION b/VERSION index 6433f30a..49feb154 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.183 \ No newline at end of file +1.27.184 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5c662c1a..f39655eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.183", + "version": "1.27.184", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.183", + "version": "1.27.184", "dependencies": { "balena-sdk": "^20.0.0", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index adac6c1d..b882e8b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.183", + "version": "1.27.184", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-11-18T22:01:33.534Z" + "publishedAt": "2024-11-21T23:57:40.195Z" } }