Skip to content

website/docs: expressions: fix markdown#18613

Merged
dominic-r merged 2 commits intomainfrom
sdko/fix-doc-fn-expre
Dec 4, 2025
Merged

website/docs: expressions: fix markdown#18613
dominic-r merged 2 commits intomainfrom
sdko/fix-doc-fn-expre

Conversation

@dominic-r
Copy link
Member

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

Signed-off-by: Dominic R <dominic@sdko.org>
@dominic-r dominic-r requested a review from a team as a code owner December 4, 2025 17:51
@netlify
Copy link

netlify bot commented Dec 4, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9efd88f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6931cadf0628160008c75b29
😎 Deploy Preview https://deploy-preview-18613--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 4, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 9efd88f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6931cadf2c0c2600082e79d8
😎 Deploy Preview https://deploy-preview-18613--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dominic-r dominic-r enabled auto-merge (squash) December 4, 2025 17:52
@netlify
Copy link

netlify bot commented Dec 4, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 9efd88f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6931cadf20172000082453f1

Signed-off-by: Dominic R <dominic@sdko.org>
@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.24%. Comparing base (d8428bf) to head (9efd88f).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18613      +/-   ##
==========================================
+ Coverage   92.99%   93.24%   +0.24%     
==========================================
  Files         933      933              
  Lines       51157    51157              
==========================================
+ Hits        47573    47699     +126     
+ Misses       3584     3458     -126     
Flag Coverage Δ
e2e 44.75% <ø> (+0.63%) ⬆️
integration 22.77% <ø> (+<0.01%) ⬆️
unit 91.46% <ø> (+<0.01%) ⬆️
unit-migrate 91.50% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dewi-tik dewi-tik added backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 area:docs Features or issues related to Docusaurus labels Dec 4, 2025
@dominic-r dominic-r merged commit 17ef75c into main Dec 4, 2025
99 checks passed
@dominic-r dominic-r deleted the sdko/fix-doc-fn-expre branch December 4, 2025 18:19
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #18617

@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-9efd88f8ef3137db8b9325c6cc3545f88ba1965f
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 Kubernetes

Add the following block to your values.yml file:

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-9efd88f8ef3137db8b9325c6cc3545f88ba1965f

Afterwards, run the upgrade commands from the latest release notes.

dominic-r added a commit that referenced this pull request Dec 4, 2025
…n-2025.10) (#18617)

website/docs: expressions: fix markdown (#18613)

Co-authored-by: Dominic R <dominic@sdko.org>
@dominic-r dominic-r self-assigned this Dec 8, 2025
@dominic-r dominic-r added this to the Release 2025.12 milestone Dec 8, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in authentik Core Dec 8, 2025
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (40 commits)
  enterprise/stages/mtls: fix traefik certificate parsing (#18607)
  wed/admin: change s to S in "Stage" (#18632)
  flows: refresh unauthenticated tabs (#18621)
  flows: keep ?next url when using cancel (#18619)
  core, web: update translations (#18620)
  ci: bump actions/setup-node from 6.0.0 to 6.1.0 (#18552)
  core: bump goauthentik/fips-debian from `cf233be` to `a80dbbd` (#18594)
  web: bump @sentry/browser from 10.28.0 to 10.29.0 in /web in the sentry group across 1 directory (#18623)
  website/docs: adds note about ak_create_jwt function (#18614)
  api: fix IPC auth (#18612)
  web: bump mermaid from 11.12.1 to 11.12.2 in /web (#18602)
  web: Codemirror fixes (#18610)
  web: bump packages in /web (#18604)
  website/docs: expressions: fix markdown (#18613)
  website/docs: add missing API sidebar entry (#18586)
  web: bump yaml from 2.8.1 to 2.8.2 in /web (#18605)
  web/elements: update AppIcon story with files change (#18608)
  api: test action decorator (#18583)
  crypto: separate permissions for certificate and private keydownload (#18588)
  core: bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#18592)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants