enterprise: fix expired license's users being counted#14451
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
|
/cherry-pick version-2025.4 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14451 +/- ##
==========================================
- Coverage 92.75% 92.70% -0.06%
==========================================
Files 809 809
Lines 41518 41525 +7
==========================================
- Hits 38511 38494 -17
- Misses 3007 3031 +24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d112b39 to
eae9c02
Compare
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
0d333e4 to
b595fd4
Compare
b595fd4 to
2d686c7
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-2d686c7d6f78591528573577263107a2a9c7271d
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-2d686c7d6f78591528573577263107a2a9c7271dAfterwards, run the upgrade commands from the latest release notes. |
* enterprise: fix expired license's users being counted Signed-off-by: Jens Langhammer <jens@goauthentik.io> * tests to the rescue Signed-off-by: Jens Langhammer <jens@goauthentik.io> * hmm Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* main: (60 commits) website: bump the build group in /website with 6 updates (#14502) core: remove `OldAuthenticatedSession` content type (#14507) core: bump msgraph-sdk from 1.29.0 to 1.30.0 (#14503) core: bump twilio from 9.6.0 to 9.6.1 (#14505) core: bump psycopg[c,pool] from 3.2.8 to 3.2.9 (#14504) enterprise: fix expired license's users being counted (#14451) website/integrations: fix missing closing brace for semaphore (#14467) tests/e2e: Add E2E tests for Flow SFE (#14484) website: bump semver from 7.7.1 to 7.7.2 in /website (#14491) core: bump django from 5.1.8 to 5.1.9 (#14483) core: bump psycopg[c,pool] from 3.2.7 to 3.2.8 (#14481) core: bump sentry-sdk from 2.27.0 to 2.28.0 (#14482) root: pin package version in pyproject for dependabot (#14469) core: fix session migration when old session can't be loaded (#14466) root: temporarily deactivate database pool option (#14443) website: bump the build group in /website with 3 updates (#14475) website/docs: stages: fix-typo (#14477) website/docs: Update Kubernetes Bootstrap Instructions (#14471) root: improve sentry distributed tracing (#14468) Revert "web/admin: fix enterprise menu display" (#14458) ...
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)