Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2024
1 parent 7350efe commit 66bcf43
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
31 changes: 31 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 66bcf43

Please sign in to comment.