website/docs: add gateway API to release notes and documentation (#14278)

This commit is contained in:
Marc 'risson' Schmitt
2025-04-30 14:36:42 +02:00
committed by GitHub
parent 4454592442
commit 9e3aaefc20
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,10 @@ Previously, sessions were stored by default in the cache. Now, they are stored i
- **Source Sync Dry Run**: See [description](#highlights) under Highlights.
- **Gateway API support** :ak-preview
For Kubernetes users, authentik now supports the Gateway API. The Helm chart supports HTTPRoute. The Kubernetes outpost integrations supports creating HTTPRoute objects for Proxy providers. Refer to our [documentation](../../add-secure-apps/outposts/integrations/kubernetes.md).
## New integration guides
An integration is a how authentik connects to third-party applications, directories, and other identity providers. The following integration guides were recently added.