From 751de1b8f320885e148226d95b1040c5524e98ba Mon Sep 17 00:00:00 2001 From: Rhys Date: Sat, 19 Oct 2024 14:23:45 +0200 Subject: [PATCH] Stuff for 1.7.8 release (#683) --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 9 +++++++-- galaxy.yml | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa59b54b9..8a80535c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Community.MongoDB Release Notes .. contents:: Topics +v 1.7.8: +========= + +Release Summary +---------------- + +This release is a maintenance release. + +Minor Changes +-------------- + +- 681 - mongodb_repository - Updates the default of apt_key_url. + v 1.7.7: ========= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 463b67acd..49c3e27f9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -365,5 +365,10 @@ releases: The connection_options parameter will be parsed, in a similar way to pymongo based modules, and those options will be appended to the mongodb connection url. e.g. mongodb://localhost:3001/test?replicaSet=myReplSet - minor_changed: - - 675 & 673 - Minor documentation updates. \ No newline at end of file + minor_changes: + - 675 & 673 - Minor documentation updates. + 1.7.8: + release_summary: | + This release is a maintenance release. + minor_changes: + - 681 - mongodb_repository - Updates the default of apt_key_url. diff --git a/galaxy.yml b/galaxy.yml index 10f9ffad9..2a284aeed 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mongodb -version: 1.7.7 +version: 1.7.8 readme: README.md authors: - Ansible (https://github.com/ansible)