diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b468837c..9eb75bd5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Sops Release Notes .. contents:: Topics +v1.6.4 +====== + +Release Summary +--------------- + +Maintenance/bugfix release for the move of sops to the new `getsops GitHub organization `__. + +Bugfixes +-------- + +- install role - fix ``sops_github_latest_detection=latest-release``, which broke due to sops moving to another GitHub organization (https://github.com/ansible-collections/community.sops/pull/151). + v1.6.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fa4c7c2a..90b62a03 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -308,3 +308,14 @@ releases: - 1.6.3.yml - semantic-markup.yml release_date: '2023-06-27' + 1.6.4: + changes: + bugfixes: + - install role - fix ``sops_github_latest_detection=latest-release``, which + broke due to sops moving to another GitHub organization (https://github.com/ansible-collections/community.sops/pull/151). + release_summary: Maintenance/bugfix release for the move of sops to the new + `getsops GitHub organization `__. + fragments: + - 1.6.4.yml + - 151-github.yml + release_date: '2023-06-30' diff --git a/changelogs/fragments/1.6.4.yml b/changelogs/fragments/1.6.4.yml deleted file mode 100644 index 7370d075..00000000 --- a/changelogs/fragments/1.6.4.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance/bugfix release for the move of sops to the new `getsops GitHub organization `__. diff --git a/changelogs/fragments/151-github.yml b/changelogs/fragments/151-github.yml deleted file mode 100644 index 3fdd75e3..00000000 --- a/changelogs/fragments/151-github.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "install role - fix ``sops_github_latest_detection=latest-release``, which broke due to sops moving to another GitHub organization (https://github.com/ansible-collections/community.sops/pull/151)."