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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Changelog
2
2
3
-
## 0.3.1 (Unreleased)
3
+
## 0.3.1 (September 22, 2020)
4
+
5
+
FEATURES:
6
+
7
+
* Two new variables have been introduced:
8
+
*`nginx_app_protect_service_modify` -- Setting this variable to true/false will determine whether the default service timeout value gets modified.
9
+
*`nginx_app_protect_log_policy_target` -- This variable is intended as an eventual replacement for `nginx_app_protect_log_policy_syslog_target` and allows using different destinations for NGINX App Protect's log files.
4
10
5
11
ENHANCEMENTS:
6
12
@@ -9,7 +15,6 @@ ENHANCEMENTS:
9
15
BUG FIXES:
10
16
11
17
* Rename handlers to use more specific role related naming and prevent namespace collision issues.
12
-
* Add a `nginx_app_protect_service_modify` variable to revert a breaking change introduced in 0.3.0 where timeouts would not be set by default.
13
18
* Set NGINX handler to `state: restarted` to prevent some compatibility issues when NGINX App Protect is installed on an instance already running NGINX beforehand.
14
19
* Using `update_cache: true` by itself in the `apt` module is not always idempotent. Moved the NGINX App Protect installation task to a corresponding `apt` or `yum` module to avoid this scenario.
15
20
@@ -19,6 +24,10 @@ DEPRECATION WARNING:
19
24
20
25
* 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.
21
26
27
+
BREAKING CHANGES:
28
+
29
+
*`nginx_app_protect_delete_license` has been renamed to `nginx_app_protect_remove_license`.
0 commit comments