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
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
# Changelog
2
2
3
+
## 0.4.0 (November 16, 2020)
3
4
4
-
## 0.3.3 (Unreleased)
5
+
DEPRECATION WARNING:
6
+
7
+
The ability to dynamically create App Protect security and log policies via Jinja2 templates will be removed in a future release, as they weren't used much due to relative inflexibility. The `nginx_app_protect_security_policy_file_enable`, `nginx_app_protect_security_policy_file_*`, `nginx_app_protect_log_policy_file_enable` and `nginx_app_protect_log_policy_file_*` variables should be used instead of the `nginx_app_protect_*_policy_template*` variables. These new variables have been introduced in this release.
5
8
6
9
ENHANCEMENTS:
7
10
@@ -10,15 +13,13 @@ ENHANCEMENTS:
10
13
* Update Ansible (now Ansible base) to `2.10.2`, Ansible (now Ansible Community Distribution) to `2.10.0`, and yamllint to `1.25.0`.
11
14
* Ability to deploy static security policy files via the `nginx_app_protect_security_policy_file_enable` and `nginx_app_protect_security_policy_file_*` variables. NOTE: `nginx_app_protect_configure` must be set to true.
12
15
* Ability to deploy static log policy files via the `nginx_app_protect_log_policy_file_enable` and `nginx_app_protect_log_policy_file_*` variables. NOTE: `nginx_app_protect_configure` must be set to true.
13
-
14
-
DEPRECATION WARNING:
15
-
* The ability to dynamically create App Protect security and log policies via Jinja2 templates will be removed in a future release, as they weren't used much due to relative inflexibility. The `nginx_app_protect_security_policy_file_enable`, `nginx_app_protect_security_policy_file_*`, `nginx_app_protect_log_policy_file_enable` and `nginx_app_protect_log_policy_file_*` variables should be used instead of the `nginx_app_protect_*_policy_template*` variables. These new variables have been introduced in this release.
16
+
* Add CentOS/RHEL 7.9 to list of supported platforms.
16
17
17
18
## 0.3.2 (September 30, 2020)
18
19
19
20
BUG FIXES:
20
21
21
-
*Prevent TravisCI from trying to build (and failing) NGINX App Protect images on external PRs.
22
+
Prevent TravisCI from trying to build (and failing) NGINX App Protect images on external PRs.
22
23
23
24
## 0.3.1 (September 22, 2020)
24
25
@@ -30,7 +31,7 @@ FEATURES:
30
31
31
32
ENHANCEMENTS:
32
33
33
-
*Split the default Molecule scenario into a simple and advanced scenario to solve timeout issues encountered in TravisCI.
34
+
Split the default Molecule scenario into a simple and advanced scenario to solve timeout issues encountered in TravisCI.
34
35
35
36
BUG FIXES:
36
37
@@ -42,16 +43,16 @@ BUG FIXES:
42
43
43
44
DEPRECATION WARNING:
44
45
45
-
*The ability to create an NGINX config including some basic App Protect directives has migrated to the NGINX config role available [here](https://github.com/nginxinc/ansible-role-nginx-config). Any new issues or PRs related to configuring NGINX App Protect directives should be submitted in the new NGINX Config repository. New issues or PRs related to configuring NGINX App Protect directives submitted in this repository will not be worked on. The NGINX App Protect directives configuration functionalities included in this role will be removed in an upcoming release.
46
+
The ability to create an NGINX config including some basic App Protect directives has migrated to the NGINX config role available [here](https://github.com/nginxinc/ansible-role-nginx-config). Any new issues or PRs related to configuring NGINX App Protect directives should be submitted in the new NGINX Config repository. New issues or PRs related to configuring NGINX App Protect directives submitted in this repository will not be worked on. The NGINX App Protect directives configuration functionalities included in this role will be removed in an upcoming release.
46
47
47
48
BREAKING CHANGES:
48
49
49
-
*`nginx_app_protect_delete_license` has been renamed to `nginx_app_protect_remove_license`.
50
+
`nginx_app_protect_delete_license` has been renamed to `nginx_app_protect_remove_license`.
50
51
51
52
FEATURES:
52
53
53
-
*A new variable has been introduced:
54
-
*`nginx_app_protect_setup_license` -- Determine whether you want to use this role to upload your NGINX App Protect license to your target host.
54
+
A new variable has been introduced:
55
+
*`nginx_app_protect_setup_license` -- Determine whether you want to use this role to upload your NGINX App Protect license to your target host.
55
56
56
57
ENHANCEMENTS:
57
58
@@ -66,18 +67,18 @@ ENHANCEMENTS:
66
67
67
68
ENHANCEMENTS:
68
69
69
-
*Added molecule tests and verifications
70
+
Added molecule tests and verifications.
70
71
71
72
BUG FIXES:
72
73
73
-
*Fixed newly appearing linting issues in role
74
+
Fixed newly appearing linting issues in role.
74
75
75
76
## 0.2.1 (September 11, 2020)
76
77
77
78
ENHANCEMENTS:
78
79
79
-
* Bring docs up to speed with other NGINX roles
80
-
* Move some default variables into the vars subfolder
80
+
* Bring docs up to speed with other NGINX roles.
81
+
* Move some default variables into the vars subfolder.
81
82
82
83
## 0.2.0 (September 10, 2020)
83
84
@@ -106,4 +107,4 @@ BUG FIXES:
106
107
107
108
Supports App Protect 2.0, which brings a number of features including support for Ubuntu 18.04.
108
109
109
-
Release notes for NGINX App Protect 2.0: docs.nginx.com/nginx-app-protect/releases/#release-2-0
110
+
Release notes for NGINX App Protect 2.0: docs.nginx.com/nginx-app-protect/releases/#release-2-0
0 commit comments