You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## 0.8.2 (Unreleased)
4
4
5
+
ENHANCEMENTS:
6
+
7
+
Bump the Ansible `community.general` collection to `6.2.0`, `community.crypto` collection to `2.10.0` and `community.docker` collection to `3.4.0`.
8
+
5
9
BUG FIXES:
6
10
7
11
The Alpine Linux `libelf` dependency is no longer automatically installed by NGINX App Protect DoS so we need to explicitly install it as a prerequisite.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
29
29
- name: ansible.posix
30
30
version: 1.4.0
31
31
- name: community.crypto
32
-
version: 2.5.0
32
+
version: 2.10.0
33
33
- name: community.general
34
-
version: 5.5.0
34
+
version: 6.2.0
35
35
- name: community.docker # Only required if you plan to use Molecule (see below)
36
-
version: 3.1.0
36
+
version: 3.4.0
37
37
```
38
38
39
39
**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.
0 commit comments