diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 521428b2..9d79724b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v17.0.7 + hash: e3af0cb5e247b9dc0f878a781208558dafe1fccd + body: | + Update balena/open-balena-base from 17.0.6 to 17.0.7 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - 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: 1.27.86 + title: "" + date: 2024-02-27T21:55:44.108Z - commits: - subject: Update balena/open-balena-base Docker tag to v17.0.6 hash: 8fea856b684031467372deb194d7043d94a102a3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 699fd385..bb79f154 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.86 +## (2024-02-27) + + +
+ Update balena/open-balena-base Docker tag to v17.0.7 [Self-hosted Renovate Bot] + +> ## open-balena-base-17.0.7 +> ### (2024-02-27) +> +> * Fix docker cache-from for no-system variants [Kyle Harding] +> + +
+ # v1.27.85 ## (2024-02-27) diff --git a/VERSION b/VERSION index 1c9122c7..4031e058 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.85 \ No newline at end of file +1.27.86 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a4a5d91a..53551afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.85", + "version": "1.27.86", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.85", + "version": "1.27.86", "dependencies": { "balena-sdk": "19.5.4", "bluebird": "3.7.2", diff --git a/package.json b/package.json index 3953cd7e..5462fc0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.85", + "version": "1.27.86", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-02-27T15:54:43.617Z" + "publishedAt": "2024-02-27T21:55:45.050Z" } }