Skip to content

Update ansible #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2025
Merged

Update ansible #580

merged 1 commit into from
Apr 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2025

This PR contains the following updates:

Package Type Update Change
community.general galaxy-collection minor 10.5.0 -> 10.6.0
community.postgresql galaxy-collection minor 3.12.0 -> 3.14.0

Release Notes

ansible-collections/community.general (community.general)

v10.6.0

Compare Source

See https://github.com/ansible-collections/community.general/blob/stable-10/CHANGELOG.md for all changes.

ansible-collections/community.postgresql (community.postgresql)

v3.14.0

Compare Source

=======

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.

Deprecated Features

  • postgresql_copy - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_db - the rename choice of the state option is deprecated and will be removed in version 5.0.0, use the postgresql_query module instead.
  • postgresql_ext - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_idx - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_membership - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_owner - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_ping - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_privs - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_publication - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_query - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_schema - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_script - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_sequence - the rename_to option is deprecated and will be removed in version 5.0.0, use the postgresql_query module instead.
  • postgresql_sequence - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_set - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_slot - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_subscription - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_table - the rename option is deprecated and will be removed in version 5.0.0, use the postgresql_query module instead.
  • postgresql_table - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_tablespace - the rename_to option is deprecated and will be removed in version 5.0.0, use the postgresql_query module instead.
  • postgresql_tablespace - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
  • postgresql_user_obj_stat_info - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.

v3.13.0

Compare Source

=======

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.

Bugfixes

New Modules

  • postgresql_alter_system - Change a PostgreSQL server configuration parameter

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the group: ansible Issues and pull requests related to the Ansible setup label Apr 11, 2025
Copy link

github-actions bot commented Apr 11, 2025

OctoDNS Plan for renovate/ansible

pydis.wtf.

cloudflare

Operation Name Type TTL Value Source
Delete _acme-challenge TXT 120 Xs39smNDt5DShtW6L7XVkbtB70K0Bu6vJrPlXeHgUvc

Summary: Creates=0, Updates=0, Deletes=1, Existing=47, Meta=False

@renovate renovate bot changed the title Update dependency community.postgresql to v3.13.0 Update dependency community.postgresql to v3.14.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/ansible branch 5 times, most recently from 2bea693 to dd53519 Compare April 21, 2025 21:59
@renovate renovate bot changed the title Update dependency community.postgresql to v3.14.0 Update ansible Apr 21, 2025
@renovate renovate bot force-pushed the renovate/ansible branch from dd53519 to 207c3c5 Compare April 27, 2025 17:03
Copy link
Member

@ChrisLovering ChrisLovering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/merge

@github-project-automation github-project-automation bot moved this from Up next to In Progress in Infrastructure Apr 27, 2025
| datasource        | package              | from   | to     |
| ----------------- | -------------------- | ------ | ------ |
| galaxy-collection | community.general    | 10.5.0 | 10.6.0 |
| galaxy-collection | community.postgresql | 3.12.0 | 3.14.0 |
@renovate renovate bot force-pushed the renovate/ansible branch from 207c3c5 to 64d58e5 Compare April 27, 2025 18:21
@ChrisLovering
Copy link
Member

/merge

Copy link

pydis-ff-bot bot commented Apr 27, 2025

✅ Successfully fast-forwarded commits from python-discord:renovate/ansible onto main. Glory to Arstotzka!

@pydis-ff-bot pydis-ff-bot bot merged commit 64d58e5 into main Apr 27, 2025
9 checks passed
@pydis-ff-bot pydis-ff-bot bot deleted the renovate/ansible branch April 27, 2025 18:24
@github-project-automation github-project-automation bot moved this from In Progress to Done in Infrastructure Apr 27, 2025
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group: ansible Issues and pull requests related to the Ansible setup
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant