diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 354d5b2..30bdb4a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,34 @@ +- commits: + - subject: Apply no-self-certify policy to balena-io + hash: a1f18871be1955a1d108157c9ce5286d31e65ff0 + body: | + By setting allow_author to false we are excluding + the author of the PR from any forms of approval. + + Non-authors can still approve via the existing supported methods. + + This is required to meet ISO and intentional work + guidelines for security compliance. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Allow separate policy sync definitions per org + hash: e7718602c16c6d25b1872c8b4fe3a019bd4b2422 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 1.7.1 + title: "" + date: 2023-12-18T11:08:21.518Z - commits: - subject: Auto-approve if the author is a bot hash: 77881783c70837906e7a7b1be3ce1b946dedf62d diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd3c99..8908dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.7.1 +## (2023-12-18) + +* Apply no-self-certify policy to balena-io [Kyle Harding] +* Allow separate policy sync definitions per org [Kyle Harding] + # v1.7.0 ## (2023-08-23) diff --git a/VERSION b/VERSION index 9dbb0c0..081af9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.7.1 \ No newline at end of file