diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe29a8c6..ebaf67f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Gitleaks docs fix and update ([#1028](https://github.com/opendevstack/ods-quickstarters/issues/1028)) - Enable OpenSSL vendored compilation for Rust Jenkins Agent ([#1026](https://github.com/opendevstack/ods-quickstarters/pull/1026)) - Update Golang agent ([#1031](https://github.com/opendevstack/ods-quickstarters/issues/1031)) +- Update gateway/nginx Quickstarter ([#1048](https://github.com/opendevstack/ods-quickstarters/pull/1048)) - Update Rust Axum Quickstarter to Rust 1.80.1 and improve Agent build configuration ([#1040](https://github.com/opendevstack/ods-quickstarters/pull/1040)) - Support for Python3.12, and maintenance of be-python-flask quickstarter and python Jenkins agent ([#1030](https://github.com/opendevstack/ods-quickstarters/pull/1030)) - Added custom reporter to Cypress Quickstarter and update dependencies ([#1034](https://github.com/opendevstack/ods-quickstarters/pull/1034)) diff --git a/be-gateway-nginx/files/docker/Dockerfile b/be-gateway-nginx/files/docker/Dockerfile index 3aba489f2..6fc8d5b7b 100644 --- a/be-gateway-nginx/files/docker/Dockerfile +++ b/be-gateway-nginx/files/docker/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/openresty/docker-openresty -FROM openresty/openresty:1.25.3.1-1-rocky +FROM openresty/openresty:1.25.3.2-0-rocky ENV LANG=C.UTF-8 diff --git a/be-gateway-nginx/files/metadata.yml b/be-gateway-nginx/files/metadata.yml index f1ab86534..837c5d0af 100644 --- a/be-gateway-nginx/files/metadata.yml +++ b/be-gateway-nginx/files/metadata.yml @@ -1,6 +1,6 @@ --- name: nginx -description: "Enhanced nginx with Lua embeded. nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Technologies: OpenResty/nginx 1.25.3.1-1" +description: "Enhanced nginx with Lua embeded. nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Technologies: OpenResty/nginx 1.25.3.2-0" supplier: https://openresty.org version: 4.x type: ods-service diff --git a/docs/modules/quickstarters/pages/be-gateway-nginx.adoc b/docs/modules/quickstarters/pages/be-gateway-nginx.adoc index b4b1ed37d..b22e34f14 100644 --- a/docs/modules/quickstarters/pages/be-gateway-nginx.adoc +++ b/docs/modules/quickstarters/pages/be-gateway-nginx.adoc @@ -109,9 +109,9 @@ Note that the xref:jenkins-shared-library:labelling.adoc[OpenShift resources wil ```yaml name: nginx -description: "Enhanced nginx with Lua embeded. nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Technologies: OpenResty/nginx 1.25.3.1-1" +description: "Enhanced nginx with Lua embeded. nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Technologies: OpenResty/nginx 1.25.3.2-0" supplier: https://openresty.org -version: 1.25.3.1-1 +version: 1.25.3.2-0 type: ods-service role: integration ```