Skip to content

Commit

Permalink
Release 3.10.0 commit (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jan 17, 2025
1 parent 6ec594e commit 98b8b30
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ Community PostgreSQL Collection Release Notes

.. contents:: Topics

v3.10.0
=======

Release Summary
---------------

This is a minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Minor Changes
-------------

- postgresql_query - returns the `execution_time_ms` list containing execution time per query in milliseconds (https://github.com/ansible-collections/community.postgresql/issues/787).

Bugfixes
--------

- postgresql_info - fix issue when gathering information fails if user doesn't have access to all databases (https://github.com/ansible-collections/community.postgresql/pull/788).
- postgresql_privs - fix the error occurring when trying to grant a function execution and set the schema to not-specified (https://github.com/ansible-collections/community.postgresql/pull/783).

v3.9.1
======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,27 @@ releases:
- 556_psycopg251.yml
- 559-postgresql_lang-deprecate.yml
release_date: '2023-08-14'
3.10.0:
changes:
bugfixes:
- postgresql_info - fix issue when gathering information fails if user doesn't
have access to all databases (https://github.com/ansible-collections/community.postgresql/pull/788).
- postgresql_privs - fix the error occurring when trying to grant a function
execution and set the schema to not-specified (https://github.com/ansible-collections/community.postgresql/pull/783).
minor_changes:
- postgresql_query - returns the `execution_time_ms` list containing execution
time per query in milliseconds (https://github.com/ansible-collections/community.postgresql/issues/787).
release_summary: 'This is a minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 0-postgresql_query.yml
- 3.10.0.yml
- 783-fix-postgresql-privs-not-specified-schema.yml
- 788-fix-postresql-info-db-connection.yml
release_date: '2025-01-17'
3.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/0-postgresql_query.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/788-fix-postresql-info-db-connection.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: postgresql
version: 3.9.1
version: 3.10.0
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit 98b8b30

Please sign in to comment.