From 06946c2094d2fa3917461ec93ba3523bd6256f5b Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Tue, 31 Mar 2026 15:25:54 +0300 Subject: [PATCH 1/5] Update Nginx CLI to stable version 2.0.1 --- src/nginx/HISTORY.rst | 4 ++++ src/nginx/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/nginx/HISTORY.rst b/src/nginx/HISTORY.rst index cd9fda9cbb4..a8948e3282d 100644 --- a/src/nginx/HISTORY.rst +++ b/src/nginx/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +2.0.1 +++++++ +* Added support for Web Application Firewall (WAF) v2 with static analysis. + 2.0.0b11 ++++++ * Added support for WAF v2 analysis. diff --git a/src/nginx/setup.py b/src/nginx/setup.py index b967e44aec4..1368cefa44a 100644 --- a/src/nginx/setup.py +++ b/src/nginx/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '2.0.0b11' +VERSION = '2.0.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From 63db01c2f7213c5e61b41b51591d4b339de31648 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Tue, 31 Mar 2026 15:34:02 +0300 Subject: [PATCH 2/5] Update development status classifier --- src/nginx/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginx/setup.py b/src/nginx/setup.py index 1368cefa44a..a54ff707e03 100644 --- a/src/nginx/setup.py +++ b/src/nginx/setup.py @@ -21,7 +21,7 @@ # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers CLASSIFIERS = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'Programming Language :: Python', From 75a39310485471840645e7bad5ae2a6613072266 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Tue, 31 Mar 2026 15:38:04 +0300 Subject: [PATCH 3/5] Update supported python versions --- src/nginx/setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/nginx/setup.py b/src/nginx/setup.py index a54ff707e03..536bd96be59 100644 --- a/src/nginx/setup.py +++ b/src/nginx/setup.py @@ -29,6 +29,13 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', + 'Programming Language :: Python :: 3.15', 'License :: OSI Approved :: MIT License', ] From 034a24b41990a6253c6c2c86ab561d461d6cc261 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Tue, 31 Mar 2026 15:41:11 +0300 Subject: [PATCH 4/5] Update version to 2.0.0 --- src/nginx/HISTORY.rst | 2 +- src/nginx/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nginx/HISTORY.rst b/src/nginx/HISTORY.rst index a8948e3282d..fb484b8ee22 100644 --- a/src/nginx/HISTORY.rst +++ b/src/nginx/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -2.0.1 +2.0.0 ++++++ * Added support for Web Application Firewall (WAF) v2 with static analysis. diff --git a/src/nginx/setup.py b/src/nginx/setup.py index 536bd96be59..b23765cf484 100644 --- a/src/nginx/setup.py +++ b/src/nginx/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '2.0.1' +VERSION = '2.0.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From a6af8812f2ded76e047aebce6260abb28ac541e6 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Tue, 31 Mar 2026 17:51:05 +0300 Subject: [PATCH 5/5] Resolve comments --- src/nginx/HISTORY.rst | 2 +- src/nginx/azext_nginx/azext_metadata.json | 2 +- src/nginx/setup.py | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/nginx/HISTORY.rst b/src/nginx/HISTORY.rst index fb484b8ee22..ad03a005d73 100644 --- a/src/nginx/HISTORY.rst +++ b/src/nginx/HISTORY.rst @@ -5,7 +5,7 @@ Release History 2.0.0 ++++++ -* Added support for Web Application Firewall (WAF) v2 with static analysis. +* General Availability for Web Application Firewall (WAF) v2 with static analysis. 2.0.0b11 ++++++ diff --git a/src/nginx/azext_nginx/azext_metadata.json b/src/nginx/azext_nginx/azext_metadata.json index 71889bb136b..3b228c83dd2 100644 --- a/src/nginx/azext_nginx/azext_metadata.json +++ b/src/nginx/azext_nginx/azext_metadata.json @@ -1,4 +1,4 @@ { - "azext.isPreview": true, + "azext.isPreview": false, "azext.minCliCoreVersion": "2.75.0" } \ No newline at end of file diff --git a/src/nginx/setup.py b/src/nginx/setup.py index b23765cf484..626c9cc4d50 100644 --- a/src/nginx/setup.py +++ b/src/nginx/setup.py @@ -34,8 +34,6 @@ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', - 'Programming Language :: Python :: 3.14', - 'Programming Language :: Python :: 3.15', 'License :: OSI Approved :: MIT License', ]