From be90a6c59b05aea22da8cb463d4077be9fae01f9 Mon Sep 17 00:00:00 2001 From: lena-larionova Date: Fri, 13 Dec 2024 14:23:02 -0800 Subject: [PATCH] remove hardcoded 'unreleased' version from links --- app/_hub/kong-inc/graphql-proxy-cache-advanced/_changelog.md | 2 +- app/_src/gateway-operator/guides/konnect-entities/faq.md | 4 ++-- app/_src/kubernetes-ingress-controller/plugins/custom.md | 2 +- app/gateway/changelog.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/_hub/kong-inc/graphql-proxy-cache-advanced/_changelog.md b/app/_hub/kong-inc/graphql-proxy-cache-advanced/_changelog.md index 4fbfb2289b4b..66c89cf07afe 100644 --- a/app/_hub/kong-inc/graphql-proxy-cache-advanced/_changelog.md +++ b/app/_hub/kong-inc/graphql-proxy-cache-advanced/_changelog.md @@ -6,4 +6,4 @@ ### {{site.base_gateway}} 3.7.x * Added Redis strategy support. -* Added the ability to resolve unhandled errors with bypass, with the request going upstream. Enable it using the [`bypass_on_err`](/hub/kong-inc/graphql-proxy-cache-advanced/unreleased/configuration/#config-bypass_on_err) configuration option. \ No newline at end of file +* Added the ability to resolve unhandled errors with bypass, with the request going upstream. Enable it using the [`bypass_on_err`](/hub/kong-inc/graphql-proxy-cache-advanced/configuration/#config-bypass_on_err) configuration option. \ No newline at end of file diff --git a/app/_src/gateway-operator/guides/konnect-entities/faq.md b/app/_src/gateway-operator/guides/konnect-entities/faq.md index 773820be999d..c2afc7d5ef5a 100644 --- a/app/_src/gateway-operator/guides/konnect-entities/faq.md +++ b/app/_src/gateway-operator/guides/konnect-entities/faq.md @@ -22,7 +22,7 @@ New resources are created immediately using the Konnect API. Existing resources are processed once per minute by default. This is customizable, but we recommend keeping the default value so that you do not hit the {{ site.konnect_short_name }} API rate limit. -For more information, see [how it works](/gateway-operator/unreleased/guides/konnect-entities/architecture/#how-it-works). +For more information, see [how it works](/gateway-operator/{{page.release}}/guides/konnect-entities/architecture/#how-it-works). ## I deleted a resource in the UI, but it wasn't recreated by the operator. Why? @@ -30,7 +30,7 @@ Wait 60 seconds, then check the UI again. The reconcile loop only runs once per ## Can I use Secrets for consumer credentials like in {{ site.kic_product_name }}? -{{ site.kgo_product_name }} uses new `Credential` CRDs for managing [consumer credentials]((/gateway-operator/unreleased/guides/konnect-entities/consumer-and-consumergroup/#associate-the-consumer-with-credentials)). We plan to support Kubernetes `Secret` resources in a future release. [#618](https://github.com/Kong/gateway-operator/issues/618). +{{ site.kgo_product_name }} uses new `Credential` CRDs for managing [consumer credentials](/gateway-operator/{{page.release}}/guides/konnect-entities/consumer-and-consumergroup/#associate-the-consumer-with-credentials). We plan to support Kubernetes `Secret` resources in a future release. [#618](https://github.com/Kong/gateway-operator/issues/618). ## Can I adopt existing {{ site.konnect_short_name }} entities? diff --git a/app/_src/kubernetes-ingress-controller/plugins/custom.md b/app/_src/kubernetes-ingress-controller/plugins/custom.md index c0573159b8f0..35f073547d2f 100644 --- a/app/_src/kubernetes-ingress-controller/plugins/custom.md +++ b/app/_src/kubernetes-ingress-controller/plugins/custom.md @@ -8,7 +8,7 @@ purpose: | Install a custom plugin in Kong without using a Docker build. {:.note} -> The recommended way to install custom plugins is with {{ site.kgo_product_name }}. See [Kong custom plugin distribution with KongPluginInstallation](/gateway-operator/unreleased/guides/plugin-distribution/) for more information. +> The recommended way to install custom plugins is with {{ site.kgo_product_name }}. See [Kong custom plugin distribution with KongPluginInstallation](/gateway-operator/{{page.release}}/guides/plugin-distribution/) for more information. {% include md/custom-plugin.md %} diff --git a/app/gateway/changelog.md b/app/gateway/changelog.md index 29cb4f41792c..de749258ff10 100644 --- a/app/gateway/changelog.md +++ b/app/gateway/changelog.md @@ -1245,7 +1245,7 @@ options allow better control over the configuration of tracing header propagatio * [**GraphQL Proxy Cache Advanced**](/hub/kong-inc/graphql-proxy-cache-advanced/) * Added Redis strategy support. - * Added the ability to resolve unhandled errors with bypass, with the request going upstream. Enable it using the [`bypass_on_err`](/hub/kong-inc/graphql-proxy-cache-advanced/unreleased/configuration/#config-bypass_on_err) configuration option. + * Added the ability to resolve unhandled errors with bypass, with the request going upstream. Enable it using the [`bypass_on_err`](/hub/kong-inc/graphql-proxy-cache-advanced/configuration/#config-bypass_on_err) configuration option. * [**JWT Signer**](/hub/kong-inc/jwt-signer/) (`jwt-signer`) * Added support for basic authentication and mTLS authentication to external JWKS services.