From 66bcf43917c3e3c05f594d5bb052baf5313c21f5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:42:36 +0000 Subject: [PATCH] v6.0.0 --- .versionbot/CHANGELOG.yml | 31 +++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cda39bc2d..993eb5857 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,34 @@ +- commits: + - subject: "BREAKING: Remove opt-in repo configuration" + hash: f90ec2144cf1bd7dbf15f006ee9050bf3e968ddb + body: > + Allowing Flowzone to make repo configuration changes + + via administrator tokens effectively grants any user with + + write permissions the ability to make admin changes. + + + Repo configuration should be handled outside of the CI + + context where administrator permissions can be granted to + + a central authority only. + + + This is a breaking change for repos that previously opted into these settings. + + This workflow will not run unless the calling workflow omits the related inputs. + footer: + Change-type: major + change-type: major + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 6.0.0 + title: "" + date: 2024-01-02T15:42:32.665Z - commits: - subject: Update abatilo/actions-poetry action to v2.4.0 hash: b2f9eb4ebfcae6f05b555761e65c4de442a9b863 diff --git a/CHANGELOG.md b/CHANGELOG.md index b992fbffc..773216100 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/). +## 6.0.0 - 2024-01-02 + +* BREAKING: Remove opt-in repo configuration [Kyle Harding] + ## 5.16.5 - 2023-12-29 * Update abatilo/actions-poetry action to v2.4.0 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 14c1d1bb1..871d05b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "5.16.5", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "5.16.5", + "version": "6.0.0", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 30895a71e..7ab841264 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "5.16.5", + "version": "6.0.0", "versionist": { - "publishedAt": "2023-12-29T01:10:08.808Z" + "publishedAt": "2024-01-02T15:42:33.043Z" } }