Style | StandardCards

Ansible community RSS feeds

Friday, 08. May 2026

github.com/ansible-collections/cisco.ios

v11.4.0

prep_release:ios minor release 11.4.0 (#1335) * ios minor release 11.4.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

prep_release:ios minor release 11.4.0 (#1335)

* ios minor release 11.4.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>


github.com/ansible-collections/cisco.iosxr

v12.3.0

Prep iosxr 12.3.0 minor release (#610) * Prep iosxr 12.3.0 minor release * chore: auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Prep iosxr 12.3.0 minor release (#610)

* Prep iosxr 12.3.0 minor release

* chore: auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>


github.com/ansible-collections/arista.eos

v12.1.0

Prep_release : Eos Minor release 12.1.0 (#646) * minore release 12.1.0 * minore release 12.1.0 * improved space * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Prep_release : Eos Minor release 12.1.0 (#646)

* minore release 12.1.0

* minore release 12.1.0

* improved space

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Thursday, 07. May 2026

github.com/netbox-community/ansible_modules

v3.23.0: Merge pull request #1559 from netbox-community/devel

Merge pull request #1559 from netbox-community/devel Release v3.23.0

Merge pull request #1559 from netbox-community/devel

Release v3.23.0


github.com/ansible-collections/ansible.netcommon

v8.5.2

Prepare release 8.5.2 (#774) * Prepare release 8.5.2 Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Prepare release 8.5.2 (#774)

* Prepare release 8.5.2

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see pre-commit.ci

---------

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Wednesday, 06. May 2026

github.com/ansible-collections/community.mongodb

latest

MongoDB Atlas - add user invitation, federation role mapping (console… … access) and OIDC user (data access) (#743) * Add OIDC user, federation role mapping and org invite Atlas modules - mongodb_atlas.py: add get_bearer_token() helper and AtlasAPIObjectV2 supporting both OAuth2 Bearer (Service Account) and Digest (API key) authentication against Atlas API v2 - mongodb_atlas_oidc_user: manag

MongoDB Atlas - add user invitation, federation role mapping (console…

… access) and OIDC user (data access) (#743)

* Add OIDC user, federation role mapping and org invite Atlas modules

- mongodb_atlas.py: add get_bearer_token() helper and AtlasAPIObjectV2
supporting both OAuth2 Bearer (Service Account) and Digest (API key)
authentication against Atlas API v2
- mongodb_atlas_oidc_user: manage OIDC USER and IDP_GROUP database users
- mongodb_atlas_federation_role_mapping: manage SAML/SSO group to Atlas
role mappings; implements custom exists/create/update/delete logic
because /roleMappings API uses ObjectId (not name) for single-item ops
and returns HTTP 200 (not 201) on create
- mongodb_atlas_org_invite: invite users to Atlas org with org and
project role assignments; idempotent (skips existing members/invites)

All new modules support both service_account_id/secret and
api_username/api_password authentication.

* Fix validate-modules and pylint CI errors

---------

Co-authored-by: Karol Murawski <karol.murawski@d360.com>


github.com/ansible-collections/amazon.aws

amazon.aws 10.3.1

Release v10.3.1 (#2966) Release v10.3.1 This PR prepares the v10.3.1 release for the amazon.aws collection from stable-10. Changes Updated galaxy.yml to v10.3.1 Generated changelog from fragments Deleted processed changelog fragments Changelog Summary This patch release includes bugfixes for the s3_object_info, autoscaling_group, and kms_key modules, addressing duplicate dictionary key assignmen

Release v10.3.1 (#2966)

Release v10.3.1
This PR prepares the v10.3.1 release for the amazon.aws collection from stable-10.
Changes

Updated galaxy.yml to v10.3.1
Generated changelog from fragments
Deleted processed changelog fragments

Changelog Summary
This patch release includes bugfixes for the s3_object_info, autoscaling_group, and kms_key modules, addressing duplicate dictionary key assignments and improving reliability. It also fixes a TypeError in CloudFront module utilities.
Quality Checks

✅ Lint: All Python linters passed (black, isort, flynt, flake8, pylint)
✅ Sanity: All tests passed (4 changed files, Python 3.12 + ansible-core 2.20)

Checklist

Version updated in galaxy.yml
Changelog generated
Lint checks passed
Sanity tests passed

Generated by Ansible Release Orchestrator
Reference: github.com/ansible-collections/cloud-content-handbook

Reviewed-by: Bianca Henderson <beeankha@gmail.com>
Reviewed-by: Mark Chappell

Tuesday, 05. May 2026

github.com/ansible-collections/ansible.netcommon

v8.5.1

Prepare bugfix release 8.5.1 (#773) * fix app and rta Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Prepare bugfix release 8.5.1 (#773)

* fix app and rta

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see pre-commit.ci

---------

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Monday, 04. May 2026

github.com/containers/ansible-podman-collections

Release 1.20.1 version (#1031)

Release 1.20.1 version (#1031) Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>

Release 1.20.1 version (#1031)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>


github.com/ansible-collections/community.mysql

4.2.1


4.2.1

Wednesday, 29. April 2026

github.com/containers/ansible-podman-collections

1.20.0: Fix new netavark issue with built from source Podman (#1029)

Fix new netavark issue with built from source Podman (#1029) Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>

Fix new netavark issue with built from source Podman (#1029)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>


pypi.org/project/ansible

14.0.0a4

Radically simple IT automation
Radically simple IT automation

Tuesday, 28. April 2026

pypi.org/project/ansible-core

2.21.0rc1

Radically simple IT automation
Radically simple IT automation

github.com/ansible-collections/hetzner.hcloud

v6.9.0

chore(main): release 6.9.0 (#820) 🤖 I have created a release *beep* *boop* --- ## [6.9.0](6.8.0...6.9.0) (2026-04-28) ### Features * **datacenter, server_type:** move available and recommended to server_type ([#819](#819)) ([69c9103](69c9103)) * **primary-ip:** assignee_type is optional when creating a primary ip ([#821](#821)) ([ea34409](ea34409)) --- This PR was generated with [Release Pleas

chore(main): release 6.9.0 (#820)

🤖 I have created a release *beep* *boop*
---

##
[6.9.0](6.8.0...6.9.0)
(2026-04-28)

### Features

* **datacenter, server_type:** move available and recommended to
server_type
([#819](#819))
([69c9103](69c9103))
* **primary-ip:** assignee_type is optional when creating a primary ip
([#821](#821))
([ea34409](ea34409))

---
This PR was generated with [Release
Please](github.com/googleapis/release-please). See
[documentation](github.com/googleapis/release-please#release-please).


github.com/ansible-collections/azure

v3.17.0

Bump version to v3.17.0 (#2228) * Bump version to v3.17.0 * Update release date * Update release date 28/4

Bump version to v3.17.0 (#2228)

* Bump version to v3.17.0

* Update release date

* Update release date 28/4

Wednesday, 22. April 2026

github.com/ansible-collections/kubernetes.core

6.4.0


github.com/ansible-collections/community.proxysql

1.8.0

Tuesday, 21. April 2026

pypi.org/project/ansible-runner

2.3.8

"Consistent Ansible Python API and CLI with container and process isolation runtime capabilities"
"Consistent Ansible Python API and CLI with container and process isolation runtime capabilities"

pypi.org/project/ansible

14.0.0a3

Radically simple IT automation
Radically simple IT automation

pypi.org/project/ansible-core

2.21.0b3

Radically simple IT automation
Radically simple IT automation

2.18.16

Radically simple IT automation
Radically simple IT automation

pypi.org/project/ansible

13.6.0

Radically simple IT automation
Radically simple IT automation

pypi.org/project/ansible-core

2.20.5

Radically simple IT automation
Radically simple IT automation