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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,21 @@
4
4
5
5
BREAKING CHANGES:
6
6
7
+
- NGINX Plus requires a JWT license starting with R33. Make sure you include the path to the base64 encoded JWT license using the new `nginx_license['jwt']` parameter.
7
8
- 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 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.24.3). Do note that you will only be able to use NGINX versions released as of the date of the aforementioned release (July 11, 2024).
8
-
- Remove support for installing NGINX Open Source on Alpine Linux 3.16.
9
+
- Remove support for installing NGINX Open Source and NGINX Plus on Alpine Linux 3.16.
10
+
- Remove support for installing NGINX Open Source on Ubuntu mantic.
9
11
- No longer omit `allow_downgrade` module parameter when running Ansible versions lower than `2.12`.
10
12
11
13
FEATURES:
12
14
13
15
- Add support for templating the entire NGINX Agent configuration file.
14
16
- Add support for installing and configuring the NGINX Plus HA keepalived package.
15
17
- Add validation tasks to check the Ansible version, the Jinja2 version, whether the required Ansible collections for this role are installed, and whether you are trying to install a valid NGINX module.
16
-
- Add support for installing NGINX Open Source on Alpine Linux 3.20.
18
+
- Add support for installing NGINX Open Source and NGINX Plus on Alpine Linux 3.20.
19
+
- Add support for installing NGINX Open Source on Ubuntu oracular.
17
20
- Add support for installing NGINX Agent on Ubuntu noble.
18
21
- Bump the minimum version of Ansible supported to `2.16`, whilst clarifying that Ansible `2.18` is not supported at this stage.
19
-
- Bump the Ansible `community.general` collection to `9.2.0`, `community.crypto` collection to `2.21.1` and `community.docker` collection to `3.11.0`.
20
22
21
23
DOCUMENTATION:
22
24
@@ -34,7 +36,7 @@ MAINTENANCE:
34
36
35
37
CI/CD:
36
38
37
-
- Update GitHub Actions to Ubuntu 24.04.
39
+
- Update GitHub Actions to Ubuntu 24.04 (noble).
38
40
- Switch GitHub Actions from using tags to release hashes.
39
41
- Remove commented out Molecule platforms and GitHub Actions QEMU step for the time being. These changes will be reverted if multi-arch testing can be reinstated in GitHub Actions.
40
42
- Bump the minimum version of Ansible supported on Ansible Galaxy to `2.16`.
# Location of your NGINX Plus license in your local machine.
82
+
# Location of your NGINX Plus license (certificate, key, and JWT) in your local machine. The license JWT is only required with NGINX Plus R33 and later.
83
83
# Default is the files folder within the NGINX Ansible role.
0 commit comments