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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ BUG FIXES:
11
11
12
12
* Fix an issue when installing the GeoIP2 module on an UBI 7 container where the the `libmaxminddb` package dependency might not be available via `yum` (if it's not available, `libmaxminddb` is installed from an external source).
13
13
14
+
TESTS:
15
+
16
+
* Update GitHub actions to run on Ubuntu 22.04. Amazon Linux 2 does not support cgroups v2 so the corresponding Molecule tests have been removed.
17
+
* Update GitHub actions to only skip \*plus\* scenarios when the NGINX Plus license secrets are not present (it used to only run the NGINX Plus test scenarios during internal PRs).
18
+
14
19
## 0.23.2 (September 28, 2022)
15
20
16
21
FEATURES:
@@ -36,7 +41,6 @@ BUG FIXES:
36
41
37
42
TESTS:
38
43
39
-
* Update GitHub actions to run on Ubuntu 22.04 and to only skip ~plus~ scenarios when the NGINX Plus license secrets are not present (it used to only run the scenarios during internal PRs).
40
44
* Add SLES 15 to all Molecule tests.
41
45
* Create downgrade and upgrade tests for NGINX Plus.
42
46
* Remove Yamllint (Ansible Lint now incorporates Yamllint).
0 commit comments