Skip to content

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 24, 2025

Details

See vsoch/oci-python#23
See pypa/setuptools#4910

also had to force bump durationpy to 0.9 which has this fixed


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)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner March 24, 2025 18:48
@netlify
Copy link

netlify bot commented Mar 24, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 28a2946
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67e1a915b19f360008bfa1bb

@netlify
Copy link

netlify bot commented Mar 24, 2025

Deploy Preview for authentik-storybook canceled.

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

@codecov
Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (6383550) to head (28a2946).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13655      +/-   ##
==========================================
- Coverage   92.75%   92.75%   -0.01%     
==========================================
  Files         794      794              
  Lines       40524    40524              
==========================================
- Hits        37589    37588       -1     
- Misses       2935     2936       +1     
Flag Coverage Δ
e2e 47.95% <ø> (-0.01%) ⬇️
integration 24.29% <ø> (ø)
unit 90.53% <ø> (ø)

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.

@rissson
Copy link
Member

rissson commented Mar 24, 2025

Approved, modulo the tests passing

@rissson
Copy link
Member

rissson commented Mar 24, 2025

Also, we'll need to manually do that on version-2025.2 because it's still poetry

@rissson rissson enabled auto-merge (squash) March 24, 2025 20:03
@rissson rissson merged commit 1df87cd into main Mar 24, 2025
89 checks passed
@rissson rissson deleted the root/fix-pkg-install branch March 24, 2025 20:18
@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-28a29469359bcfffda696a20e7009d629b39cb22
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-28a29469359bcfffda696a20e7009d629b39cb22

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

kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main:
  ci: stop publishing latest tag (#13245)
  root: fix dependency install due to description-file (#13655)
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