Skip to content

Commit f05ddbe

Browse files
authored
Merge branch 'main' into main
2 parents 81fab1a + 49b1a0f commit f05ddbe

File tree

2 files changed

+61
-4
lines changed

2 files changed

+61
-4
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: "Module Changelog"
3+
weight: 950
4+
toc: true
5+
url: /nginxaas/azure/module-changelog/
6+
---
7+
8+
Learn about the modules supported by the latest versions of F5 NGINX as a Service for Azure.
9+
10+
11+
## July 03, 2025
12+
13+
### Stable
14+
15+
{{<bootstrap-table "table table-bordered table-striped table-responsive table-sm">}}
16+
17+
| Name | Version | Description |
18+
|------------------------------------------|--------------------------|------------------------------------------------------------------------|
19+
| nginx-plus | 1.27.2 (nginx-plus-r33-p2) | NGINX Plus, provided by Nginx, Inc. |
20+
| nginx-agent | 1.19.15-1795423089 | NGINX Agent - Management for NGINXaaS |
21+
| Operating System | Ubuntu 22.04.5 | Jammy Jellyfish, provided by Canonical Ltd. |
22+
| nginx-plus-module-geoip2 | 33+3.4-1 | NGINX Plus 3rd-party GeoIP2 dynamic modules |
23+
| nginx-plus-module-headers-more | 33+0.37-1 | NGINX Plus 3rd-party headers-more dynamic module |
24+
| nginx-plus-module-image-filter | 33-1 | NGINX Plus image filter dynamic module |
25+
| nginx-plus-module-lua | 33+0.10.27-1 | NGINX Plus 3rd-party Lua dynamic modules |
26+
| nginx-plus-module-ndk | 33+0.3.3-1 | NGINX Plus 3rd-party NDK dynamic module |
27+
| nginx-plus-module-njs | 33+0.8.9-1 | NGINX Plus njs dynamic modules |
28+
| nginx-plus-module-otel | 33+0.1.0-1 | NGINX Plus OpenTelemetry dynamic module |
29+
| nginx-plus-module-xslt | 33-1 | NGINX Plus xslt dynamic module |
30+
| nginx-plus-module-appprotect | 33+5.264.0-1 | NGINX Plus app protect dynamic module version 5.264.0 |
31+
| app-protect-module-plus | 33+5.264.0-1 | App-Protect package for Nginx Plus, includes all of the default files and examples. NGINX App Protect provides web application firewall (WAF) security protection for your web applications, including OWASP Top 10 attacks. |
32+
| app-protect-plugin | 6.9.0-1 | NGINX App Protect plugin |
33+
{{</bootstrap-table>}}
34+
35+
36+
37+
### Preview
38+
39+
{{<bootstrap-table "table table-bordered table-striped table-responsive table-sm">}}
40+
41+
| Name | Version | Description |
42+
|------------------------------------------|--------------------------|------------------------------------------------------------------------|
43+
| nginx-plus | 1.27.2 (nginx-plus-r33-p2) | NGINX Plus, provided by Nginx, Inc. |
44+
| nginx-agent | 1.19.15-1795423089 | NGINX Agent - Management for NGINXaaS |
45+
| Operating System | Ubuntu 22.04.5 | Jammy Jellyfish, provided by Canonical Ltd. |
46+
| nginx-plus-module-geoip2 | 33+3.4-1 | NGINX Plus 3rd-party GeoIP2 dynamic modules |
47+
| nginx-plus-module-headers-more | 33+0.37-1 | NGINX Plus 3rd-party headers-more dynamic module |
48+
| nginx-plus-module-image-filter | 33-1 | NGINX Plus image filter dynamic module |
49+
| nginx-plus-module-lua | 33+0.10.27-1 | NGINX Plus 3rd-party Lua dynamic modules |
50+
| nginx-plus-module-ndk | 33+0.3.3-1 | NGINX Plus 3rd-party NDK dynamic module |
51+
| nginx-plus-module-njs | 33+0.8.9-1 | NGINX Plus njs dynamic modules |
52+
| nginx-plus-module-otel | 33+0.1.0-1 | NGINX Plus OpenTelemetry dynamic module |
53+
| nginx-plus-module-xslt | 33-1 | NGINX Plus xslt dynamic module |
54+
| nginx-plus-module-appprotect | 33+5.264.0-1 | NGINX Plus app protect dynamic module version 5.264.0 |
55+
| app-protect-module-plus | 33+5.264.0-1 | App-Protect package for Nginx Plus, includes all of the default files and examples. NGINX App Protect provides web application firewall (WAF) security protection for your web applications, including OWASP Top 10 attacks. |
56+
| app-protect-plugin | 6.9.0-1 | NGINX App Protect plugin |
57+
{{</bootstrap-table>}}

documentation/style-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This document provides guidelines specific to documenting F5 NGINX products and
2020

2121
When writing documentation for our project, align with the default guide's voice and tone.
2222

23-
2423
## F5 brand trademarks and product names
2524

2625
- On the first mention of an enterprise NGINX product in a document, use the full product name. For example:
@@ -48,8 +47,11 @@ When writing documentation for our project, align with the default guide's voice
4847

4948
- Using NGINX Plus Docker images with NGINX Instance Manager
5049

51-
- Don't use articles ("the", "a") in front of product names. For example, use
50+
- Don't use articles ("the", "a") in front of product names. For example, use:
5251
- NGINX Agent (not "the NGINX Agent").
52+
- An article can be used if the product name is qualifying another noun. For example, use:
53+
- Edit the NGINX Agent configuration file (not "Edit NGINX Agent configuration file"): In this case, "NGINX Agent" is a descriptor for the term "configuration file".
54+
- Expose NGINX Agent's REST API: In this case, NGINX Agent is a standalone noun phrase, and it "possesses" the REST API.
5355
- Always use the full brand name in the meta description. The meta description does not count as first mention of the product in the document.
5456

5557

@@ -343,7 +345,6 @@ The table provides guidelines about the terms you should and should not use for
343345
| Wizard and wizard | When documenting the GUI, you can capitalize Wizard if appropriate, such as for the Network Access Setup Wizard. When writing about wizards in general, or when a page title of a dialog box or GUI does not show Wizard in uppercase format, you can leave wizard in lowercase format. | |
344346
| WWW or www | Do not include www. in web addresses In text, do not use WWW, but use Internet instead. Of course, you can use www as part of a URL. Although we're moving away from that, too. | |
345347

346-
---
347348

348349
## Topic types and templates
349350

@@ -466,7 +467,6 @@ Before reloading or restarting NGINX, always check the syntax of the NGINX confi
466467
sudo nginx -t
467468
```
468469

469-
470470
- **sudo systemctl nginx reload**
471471
Use `reload` to apply configuration changes without stopping active connections. This keeps the NGINX service running while updating the configuration. It’s the preferred option for most changes because it avoids downtime and doesn’t interrupt users.
472472

0 commit comments

Comments
 (0)