Skip to content

enterprise/lifecycle: use datetime instead of date to track review cycles (cherry-pick #20283 to version-2026.2)#20473

Merged
gergosimonyi merged 2 commits intoversion-2026.2from
cherry-pick/20283-to-version-2026.2
Feb 23, 2026
Merged

enterprise/lifecycle: use datetime instead of date to track review cycles (cherry-pick #20283 to version-2026.2)#20473
gergosimonyi merged 2 commits intoversion-2026.2from
cherry-pick/20283-to-version-2026.2

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #20283 to version-2026.2 branch.

Original PR: #20283
Original Author: @atereshkin
Cherry-picked commit: 9ba7b37

…cles (#20283)

* enterprise/lifecycle: use datetime instead of date to track review cycles (fix for #20265)

* Update authentik/enterprise/lifecycle/api/iterations.py

Co-authored-by: Jens L. <jens@beryju.org>
Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com>

* enterprise/lifecycle: replace extend_schema_field with type annotations

---------

Signed-off-by: Alexander Tereshkin <96586+atereshkin@users.noreply.github.com>
Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
Co-authored-by: Jens L. <jens@beryju.org>
@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0b261e0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/699c5c8cc4120e00088c0c78
😎 Deploy Preview https://deploy-preview-20473--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 Feb 23, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 0b261e0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/699c5c8cac9b2c000886b0fb
😎 Deploy Preview https://deploy-preview-20473--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.

@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.31%. Comparing base (0290ed3) to head (6e079ba).
⚠️ Report is 1 commits behind head on version-2026.2.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2026.2   #20473      +/-   ##
==================================================
+ Coverage           93.29%   93.31%   +0.01%     
==================================================
  Files                 978      978              
  Lines               54611    54697      +86     
==================================================
+ Hits                50951    51038      +87     
+ Misses               3660     3659       -1     
Flag Coverage Δ
conformance 37.67% <10.30%> (-0.06%) ⬇️
e2e 43.53% <10.30%> (-0.07%) ⬇️
integration 22.52% <5.15%> (-0.03%) ⬇️
unit 91.50% <100.00%> (+0.01%) ⬆️
unit-migrate 91.53% <100.00%> (+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-6e079bafd8094ffe5591c198fc8bd98efef337ad
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-6e079bafd8094ffe5591c198fc8bd98efef337ad

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

@gergosimonyi gergosimonyi merged commit ac7a4f8 into version-2026.2 Feb 23, 2026
94 checks passed
@gergosimonyi gergosimonyi deleted the cherry-pick/20283-to-version-2026.2 branch February 23, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants