Skip to content

Commit d8c6128

Browse files
Bump molecule[docker] from 4.0.2 to 4.0.4 in /.github/workflows/requirements (#225)
1 parent 45924dc commit d8c6128

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/requirements/requirements_molecule.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ ansible-core==2.13.5
22
Jinja2==3.1.2
33
ansible-lint==6.8.2
44
yamllint==1.28.0
5-
molecule[docker]==4.0.2
5+
molecule[docker]==4.0.4
66
docker==6.0.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.2 (Unreleased)
4+
5+
BUG FIXES:
6+
7+
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.
8+
39
## 0.8.1 (September 28, 2022)
410

511
FEATURES:

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ nginx_app_protect_dos_state: "{{ nginx_app_protect_state_vals[nginx_app_protect_
5252

5353
# Alpine Linux dependencies
5454
nginx_app_protect_alpine_dependencies: [
55-
boost, ca-certificates, coreutils, openssl, pcre2, zeromq,
55+
boost, ca-certificates, coreutils, libelf, openssl, pcre2, zeromq,
5656
]
5757

5858
# Amazon Linux 2 extras

0 commit comments

Comments
 (0)