Skip to content

root: update client-go generation#19762

Merged
rissson merged 10 commits intomainfrom
update-makefile-client-go
Jan 26, 2026
Merged

root: update client-go generation#19762
rissson merged 10 commits intomainfrom
update-makefile-client-go

Conversation

@rissson
Copy link
Member

@rissson rissson commented Jan 26, 2026

Details

You might need to rm -rf gen-go-api locally.


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)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Jan 26, 2026
@rissson rissson requested a review from a team as a code owner January 26, 2026 14:26
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson requested review from a team as code owners January 26, 2026 14:32
@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.24%. Comparing base (03e16b3) to head (2315948).
⚠️ Report is 14 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19762      +/-   ##
==========================================
+ Coverage   93.22%   93.24%   +0.01%     
==========================================
  Files         954      954              
  Lines       52443    52443              
==========================================
+ Hits        48889    48899      +10     
+ Misses       3554     3544      -10     
Flag Coverage Δ
conformance 38.23% <100.00%> (+<0.01%) ⬆️
e2e 44.08% <100.00%> (-0.01%) ⬇️
integration 23.13% <100.00%> (+<0.01%) ⬆️
unit 91.48% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.52% <100.00%> (+0.02%) ⬆️

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.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 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-2315948ab72dfa636ce5681d69b421b01da75c42
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-2315948ab72dfa636ce5681d69b421b01da75c42

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson requested a review from a team as a code owner January 26, 2026 15:27
@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 48b5dba
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/697792e34c6b8e000804e91b
😎 Deploy Preview https://deploy-preview-19762--authentik-storybook.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 Jan 26, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 5270b6e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/697787fa58d66900083a3482
😎 Deploy Preview https://deploy-preview-19762--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.

@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 5270b6e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/697787fa3a94790008368375
😎 Deploy Preview https://deploy-preview-19762--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.

@rissson rissson enabled auto-merge (squash) January 26, 2026 15:31
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson requested a review from BeryJu January 26, 2026 17:24
Copy link
Contributor

@GirlBossRush GirlBossRush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good for now. NPM needs to clean house.

@rissson rissson merged commit 8543471 into main Jan 26, 2026
142 of 144 checks passed
@rissson rissson deleted the update-makefile-client-go branch January 26, 2026 18:51
@rissson rissson added the backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 label Jan 27, 2026
@rissson rissson added this to the Release 2026.2.0: Required milestone Jan 27, 2026
authentik-automation bot pushed a commit that referenced this pull request Jan 27, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #19762
Original commit: 8543471
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.12 has conflicts: #19791

rissson added a commit that referenced this pull request Jan 27, 2026
….12) (#19791)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson added a commit that referenced this pull request Feb 2, 2026
….12) (#19791)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson added a commit that referenced this pull request Feb 2, 2026
….12) (#19791)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson added a commit that referenced this pull request Feb 3, 2026
…ersion-2025.10) (#19933)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Feb 7, 2026
…ersion-2025.8) (#19934)

* root: update client-go generation (cherry-pick #19762 to version-2025.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 (#19906)

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

* ci: fix test_docker.sh

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* bump go

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

* fix dind

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

---------

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants