Skip to content

ci: fix checkout stable (for 2025.12) (#19448)#19481

Merged
BeryJu merged 1 commit intoversion-2025.12from
ci/fix-checkout_stable
Jan 15, 2026
Merged

ci: fix checkout stable (for 2025.12) (#19448)#19481
BeryJu merged 1 commit intoversion-2025.12from
ci/fix-checkout_stable

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jan 15, 2026

  • ci: fix checkout stable (again)

Fixes the fix at #18303

This fails on version branches that already have releases, because the version tag is named version/${numbers}, not just ${numbers}.

  • lint by human

Thank you <3

manual cherry pick of #19448

* ci: fix checkout stable (again)

Fixes the fix at #18303

This fails on version branches that already have releases, because the
version tag is named `version/${numbers}`, not just `${numbers}`.

* lint by human

Thank you <3

Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>

---------

Signed-off-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner January 15, 2026 13:14
@netlify
Copy link

netlify bot commented Jan 15, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 76cf198
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6968e825ebd93b0008ff1a54
😎 Deploy Preview https://deploy-preview-19481--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 Jan 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (7221ed1) to head (76cf198).
⚠️ Report is 1 commits behind head on version-2025.12.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.12   #19481      +/-   ##
===================================================
+ Coverage            92.66%   93.27%   +0.61%     
===================================================
  Files                  946      946              
  Lines                52155    52155              
===================================================
+ Hits                 48328    48649     +321     
+ Misses                3827     3506     -321     
Flag Coverage Δ
e2e 44.63% <ø> (+2.53%) ⬆️
integration 23.45% <ø> (+<0.01%) ⬆️
unit 91.54% <ø> (+<0.01%) ⬆️
unit-migrate 91.59% <ø> (?)

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-76cf198a8c6572eecbd7a39916d768dab92056f5
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-76cf198a8c6572eecbd7a39916d768dab92056f5

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

@BeryJu BeryJu merged commit c45985e into version-2025.12 Jan 15, 2026
90 checks passed
@BeryJu BeryJu deleted the ci/fix-checkout_stable branch January 15, 2026 14:09
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.

2 participants