Skip to content

Bump Ansible collections #537

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
Aug 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/requirements/requirements_ansible.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
collections:
- name: community.general
version: 5.1.1
version: 5.4.0
- name: ansible.posix
version: 1.4.0
- name: community.docker
version: 2.6.0
version: 2.7.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ ENHANCEMENTS:

* Add support for PCRE 2 and OpenSSL 3.0 (built from source) when building NGINX from source.
* Tweak Release Drafter config.
* Bump the Ansible `community.general` collection to `5.1.1`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `2.6.0`.
* Bump the Ansible `community.general` collection to `5.4.0`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `2.7.0`.
* Re-add Alpine Linux tests to `downgrade` Molecule scenarios.

BUG FIXES:
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -25,11 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
---
collections:
- name: community.general
version: 5.1.1
version: 5.4.0
- name: ansible.posix
version: 1.4.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 2.6.0
version: 2.7.0
```

**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.