Skip to content

root: update client-go generation (cherry-pick #19762 and #19906 to version-2025.8)#19934

Merged
BeryJu merged 6 commits intoversion-2025.8from
cherry-pick-19762-version-2025.8
Feb 7, 2026
Merged

root: update client-go generation (cherry-pick #19762 and #19906 to version-2025.8)#19934
BeryJu merged 6 commits intoversion-2025.8from
cherry-pick-19762-version-2025.8

Conversation

@rissson
Copy link
Member

@rissson rissson commented Feb 2, 2026

Details

REPLACE ME


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 docs)

authentik-automation bot and others added 2 commits February 2, 2026 14:04
….12) (#19791)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
* ci: always generate API clients

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix missing respective actions

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix flaky test

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* mount generated client

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* sigh

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@rissson rissson self-assigned this Feb 2, 2026
@rissson rissson requested review from a team as code owners February 2, 2026 13:06
@netlify
Copy link

netlify bot commented Feb 2, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit f17d163
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6985eea9e271470008d0c134
😎 Deploy Preview https://deploy-preview-19934--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 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.85%. Comparing base (859ef3a) to head (e80a458).
⚠️ Report is 1 commits behind head on version-2025.8.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.8   #19934      +/-   ##
==================================================
+ Coverage           91.94%   92.85%   +0.91%     
==================================================
  Files                 837      837              
  Lines               45412    45412              
==================================================
+ Hits                41752    42169     +417     
+ Misses               3660     3243     -417     
Flag Coverage Δ
e2e 46.49% <100.00%> (+0.08%) ⬆️
integration 23.51% <100.00%> (?)
unit 90.93% <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.

rissson and others added 2 commits February 2, 2026 17:06
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link

netlify bot commented Feb 6, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f17d163
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6985eea9a0c4ff00082499f9
😎 Deploy Preview https://deploy-preview-19934--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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 6f93692 into version-2025.8 Feb 7, 2026
94 checks passed
@BeryJu BeryJu deleted the cherry-pick-19762-version-2025.8 branch February 7, 2026 22:00
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2026

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-e80a4588afcad8a07a849362a33c33e270582444
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-e80a4588afcad8a07a849362a33c33e270582444

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

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.

3 participants