lib/sync: fix static incorrect label of pages#14851
Merged
gergosimonyi merged 1 commit intomainfrom Jun 3, 2025
Merged
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-docs canceled.
|
✅ 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 #14851 +/- ##
=======================================
Coverage 92.76% 92.76%
=======================================
Files 817 817
Lines 42197 42197
=======================================
Hits 39142 39142
Misses 3055 3055
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:
|
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c799251ef7f0681ca1bd06d3ac349f2d8cd1d512
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, 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-c799251ef7f0681ca1bd06d3ac349f2d8cd1d512Afterwards, run the upgrade commands from the latest release notes. |
gergosimonyi
approved these changes
Jun 3, 2025
Collaborator
|
/cherry-pick version-2025.6 |
gcp-cherry-pick-bot bot
pushed a commit
that referenced
this pull request
Jun 3, 2025
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
gergosimonyi
pushed a commit
that referenced
this pull request
Jun 3, 2025
kensternberg-authentik
added a commit
that referenced
this pull request
Jun 6, 2025
* main: (97 commits) website/docs: update style guide (#14373) website/docs: finalize release notes for `2025.6` (#14854) providers/rac: apply ConnectionToken scoped-settings last (#14838) lib/sync: fix static incorrect label of pages (#14851) website/docs: Add FIDO2 references to the documentation (#14826) website/docs: add LDAP docs for forward deletion and `memberUid` (#14814) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#14801) core: bump structlog from 25.3.0 to 25.4.0 (#14834) web: bump tar-fs from 3.0.8 to 3.0.9 in /web (#14836) website/integrations: Update Zammad SAML Instructions (#14774) website/integrations: remove trailing slash from budibase redirect (#14823) remove fluff from release notes 2025.6 (#14819) web: bump @sentry/browser from 9.22.0 to 9.23.0 in /web in the sentry group across 1 directory (#14776) website: bump postcss from 8.5.3 to 8.5.4 in /website (#14787) web: bump the esbuild group across 2 directories with 4 updates (#14711) core: bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 (#14733) core: bump twilio from 9.6.1 to 9.6.2 (#14789) website: bump @types/node from 22.15.21 to 22.15.29 in /website (#14808) core: bump astral-sh/uv from 0.7.8 to 0.7.9 (#14806) core: bump uvicorn[standard] from 0.34.2 to 0.34.3 (#14811) ...
cavefire
pushed a commit
to cavefire/authentik
that referenced
this pull request
Jun 24, 2025
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)