Skip to content

website: Hotfix version 2025.8/website versioning#16336

Merged
rissson merged 2 commits intoversion-2025.8from
hotfix-version-2025.8/website-versioning
Aug 22, 2025
Merged

website: Hotfix version 2025.8/website versioning#16336
rissson merged 2 commits intoversion-2025.8from
hotfix-version-2025.8/website-versioning

Conversation

@GirlBossRush
Copy link
Contributor

Details

#15774

This PR fixes several issues surrounding Docusaurus's ability to consistently use version URLs, such as when linking to and from the API reference, as well as linking to prerelease docs.

#16320

Netlify doesn’t allow config files to override one another. The config closest to the root of the repo will take precedence over any other, even if the package configuration is set to a more specific file. When the Netlify config is at website, configs for integrations and api will not be picked up

GirlBossRush and others added 2 commits August 22, 2025 13:40
* website: Update route base path.

* website: Add copy step for migration.

* website: Use build redirects.

* website: Ensure that netlify config is picked up.

* website: Add shared Netlify plugin cache.

* website: Use relative path.

* website: Fix routing when moving across versioned URLs.

* website: Fix issues surrounding origin detection.

* website: Allow integrations to omit plugin data, fix types.
* website: Move docs netlify.toml

* Update publish path in Netlify configuration

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

---------

Signed-off-by: Dominic R <dominic@sdko.org>
@GirlBossRush GirlBossRush requested a review from a team as a code owner August 22, 2025 11:42
@netlify
Copy link

netlify bot commented Aug 22, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit a67ad0c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68a857aed668e20007bfcedb
😎 Deploy Preview https://deploy-preview-16336--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 Aug 22, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit a67ad0c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68a857aed308cf00085a66ff
😎 Deploy Preview https://deploy-preview-16336--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.

@codecov
Copy link

codecov bot commented Aug 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.82%. Comparing base (b1cd6d3) to head (a67ad0c).
⚠️ Report is 5 commits behind head on version-2025.8.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.8   #16336      +/-   ##
==================================================
+ Coverage           92.77%   92.82%   +0.05%     
==================================================
  Files                 836      836              
  Lines               45209    45209              
==================================================
+ Hits                41942    41967      +25     
+ Misses               3267     3242      -25     
Flag Coverage Δ
e2e 46.65% <ø> (+0.07%) ⬆️
integration 23.57% <ø> (+<0.01%) ⬆️
unit 90.92% <ø> (+<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-a67ad0cd36ab0e1b0c08ae6e04c4705896e32521
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-a67ad0cd36ab0e1b0c08ae6e04c4705896e32521

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

@rissson rissson merged commit c5f5714 into version-2025.8 Aug 22, 2025
101 checks passed
@rissson rissson deleted the hotfix-version-2025.8/website-versioning branch August 22, 2025 14:08
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.

3 participants