Skip to content

ci: generate typescript api client for release too#18761

Merged
rissson merged 1 commit intomainfrom
ci-generate-api-clients-for-release
Dec 12, 2025
Merged

ci: generate typescript api client for release too#18761
rissson merged 1 commit intomainfrom
ci-generate-api-clients-for-release

Conversation

@rissson
Copy link
Member

@rissson rissson commented Dec 11, 2025

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)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Dec 11, 2025
@rissson rissson requested a review from a team as a code owner December 11, 2025 17:50
@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit c271cc7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693b047b92e353000821fa53
😎 Deploy Preview https://deploy-preview-18761--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 Dec 11, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit c271cc7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693b047be2bd450008e40b2a

@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c271cc7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693b047b4158da0008bc5b77
😎 Deploy Preview https://deploy-preview-18761--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.

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.18%. Comparing base (e0ec797) to head (c271cc7).
⚠️ Report is 8 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18761   +/-   ##
=======================================
  Coverage   93.17%   93.18%           
=======================================
  Files         946      946           
  Lines       51862    51862           
=======================================
+ Hits        48325    48330    +5     
+ Misses       3537     3532    -5     
Flag Coverage Δ
e2e 44.79% <ø> (+0.35%) ⬆️
integration 23.23% <ø> (-0.06%) ⬇️
unit 91.47% <ø> (+<0.01%) ⬆️
unit-migrate 91.51% <ø> (+<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-c271cc7a8baf45c8eac180ffb35f52208c975e31
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-c271cc7a8baf45c8eac180ffb35f52208c975e31

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

@rissson rissson merged commit 7f99619 into main Dec 12, 2025
98 checks passed
@rissson rissson deleted the ci-generate-api-clients-for-release branch December 12, 2025 13:04
kensternberg-authentik added a commit that referenced this pull request Dec 12, 2025
* main:
  web/admin: fix typo in PolicyAccessView (#18789)
  translate: Updates for project authentik and language fr_FR (#18788)
  core: bump goauthentik/fips-debian from `dea09c4` to `07f41ce` (#18778)
  admin/files: cache expensive generated URLs (#18784)
  ci: bump actions/cache from 4.3.0 to 5.0.0 (#18779)
  ci: bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#18780)
  core: bump goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26 (#18770)
  core: bump selenium/standalone-chromium from 142.0 to 143.0 in /tests/e2e (#18772)
  web: bump types (merge branch) (#18735)
  ci: generate typescript api client for release too (#18761)
  website/integrations: wazuh: Change exchange key generation to 64 bytes (#18769)
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