Skip to content

Commit 008cd4a

Browse files
authored
Add support for RHEL 8.6. (#212)
1 parent e9c3cc6 commit 008cd4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ FEATURES:
66

77
* Add support for Alpine Linux for NGINX App Protect DoS.
88
* Add support for Debian bullseye for NGINX App Protect DoS.
9+
* Add support for RHEL 8.6.
910
* Check NGINX App Protect license is valid before trying to install NGINX App Protect (this means the role now requires the `community.crypto` collection).
1011

1112
ENHANCEMENTS:

vars/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nginx_app_protect_waf_linux_families:
1111
"10",
1212
]
1313
redhat: [
14-
"7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "8.1", "8.2", "8.3", "8.4", "8.5",
14+
"7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6",
1515
]
1616
ubuntu: [
1717
"18.04", "20.04",
@@ -29,7 +29,7 @@ nginx_app_protect_dos_linux_families:
2929
"10", "11",
3030
]
3131
redhat: [
32-
"7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5",
32+
"7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6",
3333
]
3434
ubuntu: [
3535
"18.04", "20.04",

0 commit comments

Comments
 (0)