Skip to content

website: Docusaurus 3.8#15097

Merged
GirlBossRush merged 1 commit intomainfrom
docusaurus-3.8
Jul 23, 2025
Merged

website: Docusaurus 3.8#15097
GirlBossRush merged 1 commit intomainfrom
docusaurus-3.8

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Jun 17, 2025

Depends on

Details

For the most part, nothing will change when writing docs, -- however, After this PR is merged, any open docs PRs which include “topic” or integrations docs will have to be rebased to get the latest build system.


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 website)

@GirlBossRush GirlBossRush self-assigned this Jun 17, 2025
@GirlBossRush GirlBossRush requested a review from a team as a code owner June 17, 2025 19:03
@netlify
Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c4e11e3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/687fba0276eff00008a2f80c
😎 Deploy Preview https://deploy-preview-15097--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 Jun 17, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit c4e11e3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/687fba02a8787b00089f6672
😎 Deploy Preview https://deploy-preview-15097--authentik-storybook.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.

@codecov
Copy link

codecov bot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.68%. Comparing base (7b8426b) to head (c4e11e3).
Report is 21 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15097      +/-   ##
==========================================
- Coverage   93.18%   89.68%   -3.50%     
==========================================
  Files         831      831              
  Lines       44181    44181              
==========================================
- Hits        41168    39624    -1544     
- Misses       3013     4557    +1544     
Flag Coverage Δ
e2e 46.23% <ø> (-0.38%) ⬇️
integration ?
unit 88.71% <ø> (-2.57%) ⬇️

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 17, 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-c4e11e342f903cb65fe21951c7ecc07694e5b9c9
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-c4e11e342f903cb65fe21951c7ecc07694e5b9c9

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

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's mostly Greek to me, but yay!

@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 3 times, most recently from 7754085 to 7cc0ada Compare June 18, 2025 19:21
@netlify
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit c4e11e3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/687fba0262f53800080535ca
😎 Deploy Preview https://deploy-preview-15097--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.

@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 2 times, most recently from c48ed7b to 5833f1d Compare June 19, 2025 17:33
@GirlBossRush GirlBossRush requested review from a team as code owners June 19, 2025 17:33
@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 2 times, most recently from ea81cb2 to e3fb798 Compare June 19, 2025 21:46
@GirlBossRush GirlBossRush requested a review from a team as a code owner June 19, 2025 21:46
@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 4 times, most recently from 9e18405 to 6121b60 Compare June 25, 2025 22:21
@GirlBossRush GirlBossRush requested a review from a team as a code owner June 29, 2025 17:22
@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 7 times, most recently from 56416c3 to 311b7f3 Compare June 30, 2025 15:04
@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 9 times, most recently from 015fad5 to dc6dd5a Compare July 2, 2025 17:01
@GirlBossRush GirlBossRush requested a review from BeryJu July 2, 2025 17:01
@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 10 times, most recently from 7c80782 to 0bda7d0 Compare July 7, 2025 13:56
Copy link
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partial review

@GirlBossRush GirlBossRush force-pushed the docusaurus-3.8 branch 4 times, most recently from 03ec560 to 627afa5 Compare July 15, 2025 01:03
@GirlBossRush GirlBossRush mentioned this pull request Jul 15, 2025
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants