From afec428859ecb50398fcc7cf4b354b50af610fe2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:01:38 +0000 Subject: [PATCH] v1.27.183 --- .versionbot/CHANGELOG.yml | 27 +++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 5 files changed, 47 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5e6ba141..1f08c318 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.18 + hash: 0cdfa4fb753460ff8f84c4d8eff99c167ebd5269 + body: | + Update balena/open-balena-base from 18.0.17 to 18.0.18 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update ghcr.io/balena-io-modules/confd-releases Docker tag to v0.0.6 + hash: 840445d0c20392cb1383a257b8818f90e42894ce + body: > + Update ghcr.io/balena-io-modules/confd-releases from 0.0.5 to + 0.0.6 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.18 + title: "" + date: 2024-11-18T20:54:44.165Z + version: 1.27.183 + title: "" + date: 2024-11-18T22:01:32.301Z - commits: - subject: Lock file maintenance hash: f985ba86c0902877fb6f1cc03c0a9eefa5f52759 diff --git a/CHANGELOG.md b/CHANGELOG.md index 185874e6..a97c5a68 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.183 +## (2024-11-18) + + +
+ Update balena/open-balena-base Docker tag to v18.0.18 [balena-renovate[bot]] + +> ## open-balena-base-18.0.18 +> ### (2024-11-18) +> +> * Update ghcr.io/balena-io-modules/confd-releases Docker tag to v0.0.6 [Self-hosted Renovate Bot] +> + +
+ # v1.27.182 ## (2024-11-18) diff --git a/VERSION b/VERSION index b9b07ea3..6433f30a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.182 \ No newline at end of file +1.27.183 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0e2e1c7d..5c662c1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.182", + "version": "1.27.183", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.182", + "version": "1.27.183", "dependencies": { "balena-sdk": "^20.0.0", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index e60e3ae3..adac6c1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.182", + "version": "1.27.183", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-11-18T01:25:08.039Z" + "publishedAt": "2024-11-18T22:01:33.534Z" } }