Skip to content

website: fix build in docker#13430

Merged
rissson merged 2 commits intomainfrom
website-disable-last-update-time
Mar 7, 2025
Merged

website: fix build in docker#13430
rissson merged 2 commits intomainfrom
website-disable-last-update-time

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 7, 2025

Details

Due to #13391


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)

@rissson rissson self-assigned this Mar 7, 2025
@rissson rissson requested review from a team as code owners March 7, 2025 11:52
@netlify
Copy link

netlify bot commented Mar 7, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 0111495
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67cae5e14515a10008161e99

@netlify
Copy link

netlify bot commented Mar 7, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0111495
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67cae5e174eca50008075b29
😎 Deploy Preview https://deploy-preview-13430--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 site configuration.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson force-pushed the website-disable-last-update-time branch from 0c31548 to 8d4775e Compare March 7, 2025 11:54
@codecov
Copy link

codecov bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.69%. Comparing base (7ab636e) to head (0111495).
Report is 4 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13430      +/-   ##
==========================================
- Coverage   92.75%   92.69%   -0.06%     
==========================================
  Files         793      793              
  Lines       40364    40364              
==========================================
- Hits        37439    37415      -24     
- Misses       2925     2949      +24     
Flag Coverage Δ
e2e 47.89% <ø> (-0.09%) ⬇️
integration 24.07% <ø> (ø)
unit 90.47% <ø> (-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.

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 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-0111495dafd80eb94a89f20086a13737899196da
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-0111495dafd80eb94a89f20086a13737899196da

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

@rissson rissson enabled auto-merge (squash) March 7, 2025 15:20
@rissson rissson merged commit 9e0a9f4 into main Mar 7, 2025
93 checks passed
@rissson rissson deleted the website-disable-last-update-time branch March 7, 2025 18:10
kensternberg-authentik added a commit that referenced this pull request Mar 11, 2025
* main: (77 commits)
  web: Ignore Storybook when running codespell. (#13454)
  core: bump ruff from 0.9.9 to 0.9.10 (#13448)
  core: bump webauthn from 2.5.1 to 2.5.2 (#13449)
  website/docs: backup and restore: remove extra period (#13440)
  website: bump prismjs from 1.29.0 to 1.30.0 in /website (#13456)
  web: bump prismjs from 1.29.0 to 1.30.0 in /web (#13455)
  web: admin interface: faster card load (#13331)
  web/admin: fix display bug for assigned users in application bindings in the wizard (#13435)
  website: bump the build group across 1 directory with 9 updates (#13442)
  core: bump django from 5.0.12 to 5.0.13 (#13425)
  providers/SCIM: fix object exists error for users, attempt to look up user ID in remote system (#13437)
  website/docs: sys mgmt: document authentik backups/restoration (#12943)
  website: fix build in docker (#13430)
  website/integrations: zipline: add (#13257)
  translate: Updates for file web/xliff/en.xlf in fr (#13431)
  lifecycle/aws: bump aws-cdk from 2.1002.0 to 2.1003.0 in /lifecycle/aws (#13426)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#13428)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13429)
  core, web: update translations (#13423)
  website: add a better edit this page element (#13391)
  ...
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main:
  web: admin interface: faster card load (#13331)
  web/admin: fix display bug for assigned users in application bindings in the wizard (#13435)
  website: bump the build group across 1 directory with 9 updates (#13442)
  core: bump django from 5.0.12 to 5.0.13 (#13425)
  providers/SCIM: fix object exists error for users, attempt to look up user ID in remote system (#13437)
  website/docs: sys mgmt: document authentik backups/restoration (#12943)
  website: fix build in docker (#13430)
  website/integrations: zipline: add (#13257)
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