-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: Update release notes for 2025.4 #14158
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
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14158 +/- ##
=======================================
Coverage 92.75% 92.75%
=======================================
Files 809 809
Lines 41533 41533
=======================================
Hits 38526 38526
Misses 3007 3007
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Fletcher Heisler <fheisler@users.noreply.github.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
…into docs/notes_2025.4
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-d3e55b2a2794cf5c43265497cb05d1e239650bec
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-d3e55b2a2794cf5c43265497cb05d1e239650bec Afterwards, run the upgrade commands from the latest release notes. |
* main: (33 commits) website/integrations: adds missing trailing slash in homarr doc (#14249) lifecycle: fix test-all in docker (#14244) core, web: update translations (#14243) web/admin: prevent default logo flashing in admin interface (#13960) website/docs: Update release notes for 2025.4 (#14158) core, web: update translations (#14241) Updates for file web/xliff/en.xlf in zh_TW [Manual Sync] (#14225) translate: Updates for file web/xliff/en.xlf in nl [Manual Sync] (#14217) translate: Updates for file web/xliff/en.xlf in fi [Manual Sync] (#14219) translate: Updates for file web/xliff/en.xlf in de [Manual Sync] (#14220) translate: Updates for file web/xliff/en.xlf in fr [Manual Sync] (#14221) translate: Updates for file web/xliff/en.xlf in pl [Manual Sync] (#14222) translate: Updates for file locale/en/LC_MESSAGES/django.po in es [Manual Sync] (#14223) translate: Updates for file web/xliff/en.xlf in zh-Hans [Manual Sync] (#14224) translate: Updates for file locale/en/LC_MESSAGES/django.po in de [Manual Sync] (#14226) translate: Updates for file locale/en/LC_MESSAGES/django.po in fi [Manual Sync] (#14227) translate: Updates for file web/xliff/en.xlf in tr [Manual Sync] (#14228) translate: Updates for file locale/en/LC_MESSAGES/django.po in pl [Manual Sync] (#14229) translate: Updates for file locale/en/LC_MESSAGES/django.po in ko [Manual Sync] (#14230) translate: Updates for file locale/en/LC_MESSAGES/django.po in it [Manual Sync] (#14231) ...
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 website
)