From 268cc28544178f958400c3f11b419f428c0617d5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:29:41 +0000 Subject: [PATCH] v2.8.0 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d97500ec..3cdfc23f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Remove renovate workflow from this repository + hash: d863fc22dd759e093c2bf8786576f80cb8063b77 + body: | + The workflow and self-hosted config is being relocated. + + This repo will be dedicated to the balena-io shared repository + config preset. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 2.8.0 + title: "" + date: 2024-09-30T15:29:36.248Z - commits: - subject: Update renovatebot/github-action action to v40.3.0 hash: 93907bcf0d76b70421ae66eb4fd19085a73c5456 diff --git a/CHANGELOG.md b/CHANGELOG.md index f821bd3c..d9f5ae4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 2.8.0 - 2024-09-30 + +* Remove renovate workflow from this repository [Kyle Harding] + ## 2.7.115 - 2024-09-30 * Update renovatebot/github-action action to v40.3.0 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 7494a59e..3c7e4ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/balena-io-renovate-config", - "version": "2.7.115", + "version": "2.8.0", "private": true, "repository": { "type": "git", @@ -25,6 +25,6 @@ "node": ">=18.12.0" }, "versionist": { - "publishedAt": "2024-09-30T11:12:37.471Z" + "publishedAt": "2024-09-30T15:29:36.978Z" } }