Skip to content

Commit

Permalink
remove hardcoded 'unreleased' version from links
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed Dec 13, 2024
1 parent 44a62e6 commit be90a6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* 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.
4 changes: 2 additions & 2 deletions app/_src/gateway-operator/guides/konnect-entities/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ 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?

Wait 60 seconds, then check the UI again. The reconcile loop only runs once per minute.

## 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?

Expand Down
2 changes: 1 addition & 1 deletion app/_src/kubernetes-ingress-controller/plugins/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
2 changes: 1 addition & 1 deletion app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be90a6c

Please sign in to comment.