From 76be10e7c982387e811adb8684c5e6c8da9ea22f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:54:46 +0000 Subject: [PATCH] v1.27.85 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 5 files changed, 48 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0e6d9048..521428b2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v17.0.6 + hash: 8fea856b684031467372deb194d7043d94a102a3 + body: | + Update balena/open-balena-base from 17.0.5 to 17.0.6 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Move the no-systemd compatibility tag to a suffix + hash: a869fb57fe2866a16aecfc75f33eb679696de3dd + body: > + We kept it as a prefix for historical reasons, but renovate + versioning expects the docker compatibility tag to follow the + semver. + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: open-balena-base-17.0.6 + title: "" + date: 2024-02-27T15:03:10.991Z + version: 1.27.85 + title: "" + date: 2024-02-27T15:54:42.641Z - commits: - subject: Lock file maintenance hash: 97f1221e3d52d094e7d0eb752a1a0e3729cd52ad diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abd7bf5..699fd385 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.85 +## (2024-02-27) + + +
+ Update balena/open-balena-base Docker tag to v17.0.6 [Self-hosted Renovate Bot] + +> ## open-balena-base-17.0.6 +> ### (2024-02-27) +> +> * Move the no-systemd compatibility tag to a suffix [Kyle Harding] +> + +
+ # v1.27.84 ## (2024-02-26) diff --git a/VERSION b/VERSION index b702aaf7..1c9122c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.84 \ No newline at end of file +1.27.85 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index abd1adc8..a4a5d91a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.84", + "version": "1.27.85", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.84", + "version": "1.27.85", "dependencies": { "balena-sdk": "19.5.4", "bluebird": "3.7.2", diff --git a/package.json b/package.json index 283ca2cd..3953cd7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.84", + "version": "1.27.85", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-02-26T02:54:57.267Z" + "publishedAt": "2024-02-27T15:54:43.617Z" } }