Skip to content

website/docs, integrations: fix language#20338

Merged
dewi-tik merged 1 commit intomainfrom
sdko/doc-cleanup-feb-16
Feb 17, 2026
Merged

website/docs, integrations: fix language#20338
dewi-tik merged 1 commit intomainfrom
sdko/doc-cleanup-feb-16

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)

@dominic-r dominic-r self-assigned this Feb 17, 2026
@dominic-r dominic-r requested a review from a team as a code owner February 17, 2026 02:01
@dominic-r dominic-r added the area:docs Features or issues related to Docusaurus label Feb 17, 2026
@dominic-r dominic-r added backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 17, 2026
@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit b4d22c1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6993cbf204a9c900081f7e00
😎 Deploy Preview https://deploy-preview-20338--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.

@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit b4d22c1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6993cbf2c76be600080cb5bd
😎 Deploy Preview https://deploy-preview-20338--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.

@dominic-r dominic-r requested a review from dewi-tik February 17, 2026 02:03
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.28%. Comparing base (3b77963) to head (b4d22c1).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20338      +/-   ##
==========================================
- Coverage   93.32%   93.28%   -0.05%     
==========================================
  Files         981      981              
  Lines       55134    55134              
==========================================
- Hits        51453    51429      -24     
- Misses       3681     3705      +24     
Flag Coverage Δ
conformance 37.46% <ø> (+<0.01%) ⬆️
e2e 43.27% <ø> (+<0.01%) ⬆️
integration 22.39% <ø> (-0.05%) ⬇️
unit 91.52% <ø> (+<0.01%) ⬆️
unit-migrate 91.56% <ø> (+<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.

@github-actions
Copy link
Contributor

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-b4d22c1f402c5f3992cd9e2caaf6465b056da9ea
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-b4d22c1f402c5f3992cd9e2caaf6465b056da9ea

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

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Feb 17, 2026
@dewi-tik dewi-tik merged commit e056dbd into main Feb 17, 2026
106 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 17, 2026
@dewi-tik dewi-tik deleted the sdko/doc-cleanup-feb-16 branch February 17, 2026 09:03
authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #20338
Original commit: e056dbd
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.12 has conflicts: #20346

authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #20338
Original commit: e056dbd
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2026.2 has conflicts: #20347

@dewi-tik dewi-tik removed the backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 label Feb 17, 2026
dewi-tik added a commit that referenced this pull request Feb 17, 2026
…on-2026.2) (#20347)

* Cherry-pick #20338 to version-2026.2 (with conflicts)

This cherry-pick has conflicts that need manual resolution.

Original PR: #20338
Original commit: e056dbd

* Fix conflict

* Fix conflicts

---------

Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: dewi-tik <dewi@goauthentik.io>
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-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants