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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
# Changelog
2
2
3
-
## 0.9.1 (Unreleased)
3
+
## 0.10.0 (Unreleased)
4
+
5
+
BREAKING CHANGES:
6
+
7
+
- Remove support for RHEL 7 based distributions (RHEL/CentOS/Oracle Linux 7). CentOS 7 has reached EoL, RHEL 7 has reached EoM, and Oracle Linux 7 will reach EoL shortly. These distributions will not be supported by new NGINX App Protect releases moving forward. If you are still using one of these distributions, please consider upgrading. If you still want to use this role for the time being, please use the previous release (0.9.0). Do note that you will only be able to use NGINX App Protect versions released as of the date of the aforementioned release (January 29, 2023).
4
8
5
9
FEATURES:
6
10
7
-
- Add support for installing NGINX App Protect WAF on Alpine Linux 3.16/3.17, RHEL 9, and Ubuntu jammy.
8
-
- Remove support for installing NGINX App Protect WAF on Ubuntu bionic.
11
+
- Add support for installing NGINX App Protect WAF on Alpine Linux 3.17, RHEL 9, and Ubuntu jammy.
12
+
- Remove support for installing NGINX App Protect WAF/DoS on Alpine Linux 3.15/3.16 and Ubuntu bionic.
9
13
10
14
ENHANCEMENTS:
11
15
@@ -44,7 +48,7 @@ BUG FIXES:
44
48
TESTS:
45
49
46
50
- Update GitHub actions to run on Ubuntu 22.04 (and thus support `cgroups` v2).
47
-
- Explicitly specify `amd64` as the platform used in Molecule tests. This will ensure that tests work as expected when run on different host architectures (e.g. newer Macbooks with `arm` processors).
51
+
- Explicitly specify `x86_64` as the platform used in Molecule tests. This will ensure that tests work as expected when run on different host architectures (e.g. newer Macbooks with `arm` processors).
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,9 @@ The NGINX App Protect Ansible role supports all platforms supported by [NGINX Pl
91
91
```yaml
92
92
Amazon Linux 2:
93
93
- any
94
-
CentOS:
95
-
- 7.4+
96
94
Debian:
97
95
- buster (10)
98
96
RHEL:
99
-
- 7.4+
100
97
- 8.1+
101
98
Ubuntu:
102
99
- bionic (18.04)
@@ -108,15 +105,10 @@ Ubuntu:
108
105
The NGINX App Protect Ansible role supports all platforms supported by [NGINX Plus](https://www.nginx.com/products/technical-specs/) that intersect with the following list of distributions of App Protect DoS:
0 commit comments