From 813def5b8f79a200c63b8faf6cdec4a46e83f8ec Mon Sep 17 00:00:00 2001 From: Alan Dooley Date: Thu, 20 Oct 2022 12:18:41 +0100 Subject: [PATCH 1/8] feat: October/22 f5-hugo theme bump (#3191) Squash and merge of hugo theme update. Bypassing build check as it is docs-related --- .../f5/nginx/controller/poc/f5-hugo/layouts/partials/meta.html | 2 +- docs/_vendor/modules.txt | 2 +- docs/go.mod | 2 +- docs/go.sum | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/meta.html b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/meta.html index 679e718229..9fd1bf7d99 100644 --- a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/meta.html +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/meta.html @@ -47,7 +47,7 @@ https://kit.fontawesome.com/ https://*.netlify.app https://gist.github.com - https://www.googletagmanager.com/gtm.js + https://mktg.tags.f5.com/ https://tag.demandbase.com/pscSDsz4.min.js https://cdn.f5.com https://munchkin.brightfunnel.com/js/build/bf-munchkin.min.js diff --git a/docs/_vendor/modules.txt b/docs/_vendor/modules.txt index 3e49e487ce..010a81f0f1 100644 --- a/docs/_vendor/modules.txt +++ b/docs/_vendor/modules.txt @@ -1 +1 @@ -# gitlab.com/f5/nginx/controller/poc/f5-hugo v0.23.3 +# gitlab.com/f5/nginx/controller/poc/f5-hugo v0.24.0 diff --git a/docs/go.mod b/docs/go.mod index 8b1b506cf8..8e68106d84 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module github.com/nginxinc/kubernetes-ingress/docs go 1.15 -require gitlab.com/f5/nginx/controller/poc/f5-hugo v0.23.3 // indirect +require gitlab.com/f5/nginx/controller/poc/f5-hugo v0.24.0 // indirect diff --git a/docs/go.sum b/docs/go.sum index b56091812e..65ff484350 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -28,3 +28,5 @@ gitlab.com/f5/nginx/controller/poc/f5-hugo v0.22.2 h1:NTQmkbyS8/SA4p8c2J6idx/KQh gitlab.com/f5/nginx/controller/poc/f5-hugo v0.22.2/go.mod h1:Y9Ez7EKgsbFXNsflK0tGLe6FWqlPToWFGZyrkduYdM4= gitlab.com/f5/nginx/controller/poc/f5-hugo v0.23.3 h1:PwuNzUQWW4G3FUYa+vmh/FK+sKsdg7oKgAQDKF2QkT4= gitlab.com/f5/nginx/controller/poc/f5-hugo v0.23.3/go.mod h1:Y9Ez7EKgsbFXNsflK0tGLe6FWqlPToWFGZyrkduYdM4= +gitlab.com/f5/nginx/controller/poc/f5-hugo v0.24.0 h1:2lkCeWVT7EeJWuXa5pyZvDMYGv7OQEoteK2L6uoLAAw= +gitlab.com/f5/nginx/controller/poc/f5-hugo v0.24.0/go.mod h1:Y9Ez7EKgsbFXNsflK0tGLe6FWqlPToWFGZyrkduYdM4= From 05e6d6b600baf804774331f0ae5c115497b4112b Mon Sep 17 00:00:00 2001 From: Ciara Stacke <18287516+ciarams87@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:50:51 +0100 Subject: [PATCH 2/8] Docs: fix proxy protocol link (#3193) docs: fix proxy protocol example link --- .../configuration/global-configuration/configmap-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/global-configuration/configmap-resource.md b/docs/content/configuration/global-configuration/configmap-resource.md index 4e065b4eb7..699cfb9c53 100644 --- a/docs/content/configuration/global-configuration/configmap-resource.md +++ b/docs/content/configuration/global-configuration/configmap-resource.md @@ -142,7 +142,7 @@ See the doc about [VirtualServer and VirtualServerRoute resources](/nginx-ingres |ConfigMap Key | Description | Default | Example | | ---| ---| ---| --- | |``http2`` | Enables HTTP/2 in servers with SSL enabled. | ``False`` | | -|``proxy-protocol`` | Enables PROXY Protocol for incoming connections. | ``False`` | [Proxy Protocol](https://github.com/nginxinc/kubernetes-ingress/tree/v2.4.1/examples/ingress-resources/proxy-protocol). | +|``proxy-protocol`` | Enables PROXY Protocol for incoming connections. | ``False`` | [Proxy Protocol](https://github.com/nginxinc/kubernetes-ingress/tree/v2.4.1/examples/shared-examples/proxy-protocol). | {{% /table %}} ### Backend Services (Upstreams) From d4c95971098dd976a1411f67004bf4ae78bb9b5b Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 21 Oct 2022 11:09:21 -0700 Subject: [PATCH 3/8] Fix helm version in docs (#3192) --- docs/content/technical-specifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/technical-specifications.md b/docs/content/technical-specifications.md index 64fac8cba2..5ac9448250 100644 --- a/docs/content/technical-specifications.md +++ b/docs/content/technical-specifications.md @@ -22,7 +22,7 @@ We explicitly test the NGINX Ingress Controller (NIC) on a range of Kubernetes p {{% table %}} | NIC Version | Supported Kubernetes Version | NIC Helm Chart Version | NIC Operator Version | NGINX / NGINX Plus version | | --- | --- | --- | --- | --- | -| 2.4.1 | 1.25 - 1.19 | 0.15.0 | 1.2.1 | 1.23.2 / R27 | +| 2.4.1 | 1.25 - 1.19 | 0.15.1 | 1.2.1 | 1.23.2 / R27 | | 2.3.1 | 1.24 - 1.19 | 0.14.1 | 1.1.0 | 1.23.1 / R27 | | 2.2.2 | 1.23 - 1.19 | 0.13.2 | 1.0.0 | 1.21.6 / R26 | | 2.1.2 | 1.23 - 1.19 | 0.12.1 | 0.5.1 | 1.21.6 / R26 | From b287920638507b4eb690812c0a770484dc5480b0 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 16 Nov 2022 09:32:17 -0800 Subject: [PATCH 4/8] Fix typo in command line arguments (#3259) --- .../global-configuration/command-line-arguments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/configuration/global-configuration/command-line-arguments.md b/docs/content/configuration/global-configuration/command-line-arguments.md index b30def42b5..5289844b75 100644 --- a/docs/content/configuration/global-configuration/command-line-arguments.md +++ b/docs/content/configuration/global-configuration/command-line-arguments.md @@ -73,7 +73,7 @@ Default `false`.   -### -inlcude-year +### -include-year Adds year to log headers. Default `false`. @@ -466,4 +466,4 @@ Disable IPV6 listeners explicitly for nodes that do not support the IPV6 stack. Default `false`.   - \ No newline at end of file + From 690743b29984887cd99feef6f847f7c65e91d97c Mon Sep 17 00:00:00 2001 From: Alan Dooley Date: Fri, 18 Nov 2022 16:17:46 +0000 Subject: [PATCH 5/8] feat: cherry pick F5 theme bump (#3268) feat: F5-hugo Theme bump - November (#3263) --- .../poc/f5-hugo/layouts/partials/sidebar.html | 37 +++++++++---------- docs/_vendor/modules.txt | 2 +- docs/go.mod | 2 +- docs/go.sum | 2 + 4 files changed, 22 insertions(+), 21 deletions(-) diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/sidebar.html b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/sidebar.html index 1b18646c1e..023ab60a71 100644 --- a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/sidebar.html +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/sidebar.html @@ -18,13 +18,13 @@

-
+
{{ range .Sections }} -
+
{{ range .Sections }} -
+
{{ range .Pages }}