From 0b9e1a03aaeaf8630130d4502a7939e963a43bac Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:44:35 +0000 Subject: [PATCH] v5.0.70 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e2a36dc..ae1f728 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update docker Docker tag to v27.2.0 + hash: 2f9d8781f7970cb8a5b38b44c64ac3f7ff87a9f2 + body: | + Update docker from 27.1.1 to 27.2.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.0.70 + title: "" + date: 2024-09-03T15:44:31.966Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.13 hash: 4ff576792155036a0105527ac50c652314755aef diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a15926..f59aa2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v5.0.70 +## (2024-09-03) + +* Update docker Docker tag to v27.2.0 [Self-hosted Renovate Bot] + # v5.0.69 ## (2024-09-03) diff --git a/VERSION b/VERSION index 53895f2..850c7ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.69 \ No newline at end of file +5.0.70 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 48c739d..a036781 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.69 +version: 5.0.70 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 157a8b5..5a73055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.69", + "version": "5.0.70", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.69", + "version": "5.0.70", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index bea8b2f..7061171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.69", + "version": "5.0.70", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-09-03T15:18:16.952Z" + "publishedAt": "2024-09-03T15:44:32.175Z" } }