-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: add 2025.10 release notes #17296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jens Langhammer <[email protected]>
❌ Deploy Preview for authentik-docs failed. Why did it fail? →
|
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17296 +/- ##
==========================================
- Coverage 92.90% 92.86% -0.04%
==========================================
Files 856 855 -1
Lines 46485 46499 +14
==========================================
- Hits 43185 43182 -3
- Misses 3300 3317 +17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-225f6c42e74f59f754b4883ec8503b34964c0eb5
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-225f6c42e74f59f754b4883ec8503b34964c0eb5 Afterwards, run the upgrade commands from the latest release notes. |
Redis removal, authentik will most likely use more postgres DB connections | ||
|
||
## New features and improvements | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## New integration guides | |
An integration is how authentik connects to third-party applications, directories, and other identity providers. The following integration guides were recently added. | |
- [Cloudflare](https://integrations.goauthentik.io/platforms/cloudflare/) | |
- [Termix](https://integrations.goauthentik.io/infrastructure/termix/) | |
- [Digital Ocean](https://integrations.goauthentik.io/cloud-providers/digitalocean/) | |
- [osTicket](https://integrations.goauthentik.io/infrastructure/osticket/) | |
- [AppFlowy](https://integrations.goauthentik.io/documentation/appflowy/) Thanks to contributor [rayanbzd](https://github.com/rayanbzd) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we directly link with /integrations/thing/file.md now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if it might be a good idea to add the Entra ID SCIM doc too. Although it's not an integration. It would be a good doc to raise awareness of.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea. was hesitating to mention it as well. i'd add it personally
|
||
## Breaking changes | ||
|
||
Redis removal, authentik will most likely use more postgres DB connections |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"redis.cache_timeout": "cache.timeout",
"redis.cache_timeout_flows": "cache.timeout_flows",
"redis.cache_timeout_policies": "cache.timeout_policies",
those settings aliases were removed
## Breaking changes | ||
|
||
Redis removal, authentik will most likely use more postgres DB connections | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used to be true by default, but has potential security implications and we don't have a single explicit boolean for whether an email is verified or not, hence the default changed.
Might break certain applications that rely on this being true, such as OIDC in kubernetes
|
||
## Upgrading | ||
|
||
This release does not introduce any new requirements. You can follow the upgrade instructions below; for more detailed information about upgrading authentik, refer to our [Upgrade documentation](../install-config/upgrade.mdx). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mabye a note for those not using the exact compose file or helm chart thingy to remove redis env vars and container config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's breaking changes section, but mabye just a note to be sure?
Details
REPLACE ME
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make docs
)