Skip to content

Commit bf8b33f

Browse files
authored
Update NGINX role versions used by Molecule (#307)
1 parent 0d2bb59 commit bf8b33f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ TESTS:
1818

1919
* Update GitHub actions to run on Ubuntu 22.04 (and thus support `cgroups` v2).
2020
* Explicitly specify `amd64` as the platform used in NGINX Plus Molecule tests. This will ensure that tests involving NGINX App Protect will work as expected when run on different host architectures (e.g. newer Macbooks with `arm` processors).
21+
* Update the versions of the Ansible NGINX and NGINX App Protect roles used by Molecule.
2122

2223
## 0.5.2 (October 17, 2022)
2324

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.23.2
4+
version: 0.24.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.23.2
4+
version: 0.24.0
55
- name: nginxinc.nginx_app_protect
6-
version: 0.8.1
6+
version: 0.9.0

0 commit comments

Comments
 (0)