goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.72k stars 919 forks source link

web: bump API Client version #11992

Closed authentik-automation[bot] closed 2 weeks ago

authentik-automation[bot] commented 2 weeks ago

web: bump API Client version

BeryJu commented 2 weeks ago

/cherry-pick version-2024.10

netlify[bot] commented 2 weeks ago

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit 59cf2aa51b1631ce7ef1f955a4396bb4e5e37626
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6731f72a4ddf4100081bd05a
netlify[bot] commented 2 weeks ago

Deploy Preview for authentik-storybook ready!

Name Link
Latest commit 59cf2aa51b1631ce7ef1f955a4396bb4e5e37626
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6731f72a8e40280008ce99ab
Deploy Preview https://deploy-preview-11992--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 site configuration.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.56%. Comparing base (4f1ddc5) to head (59cf2aa). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11992 +/- ## ========================================== - Coverage 92.57% 92.56% -0.01% ========================================== Files 761 761 Lines 37818 37818 ========================================== - Hits 35010 35008 -2 - Misses 2808 2810 +2 ``` | [Flag](https://app.codecov.io/gh/goauthentik/authentik/pull/11992/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=goauthentik) | Coverage Ξ” | | |---|---|---| | [e2e](https://app.codecov.io/gh/goauthentik/authentik/pull/11992/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=goauthentik) | `49.10% <ΓΈ> (-0.01%)` | :arrow_down: | | [integration](https://app.codecov.io/gh/goauthentik/authentik/pull/11992/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=goauthentik) | `24.91% <ΓΈ> (ΓΈ)` | | | [unit](https://app.codecov.io/gh/goauthentik/authentik/pull/11992/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=goauthentik) | `90.15% <ΓΈ> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=goauthentik#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gcp-cherry-pick-bot[bot] commented 2 weeks ago

Cherry-pick failed with Merge error b2c9dff6d5b91dad4e03e015240b042207f9bb92 into temp-cherry-pick-171a48-version-2024.10

github-actions[bot] commented 2 weeks ago

authentik PR Installation instructions

Instructions for docker-compose Add the following block to your `.env` file: ```shell AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server AUTHENTIK_TAG=gh-59cf2aa51b1631ce7ef1f955a4396bb4e5e37626 AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s ``` For arm64, use these values: ```shell AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server AUTHENTIK_TAG=gh-59cf2aa51b1631ce7ef1f955a4396bb4e5e37626-arm64 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: ```yaml 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-59cf2aa51b1631ce7ef1f955a4396bb4e5e37626 ``` For arm64, use these values: ```yaml 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-59cf2aa51b1631ce7ef1f955a4396bb4e5e37626-arm64 ``` Afterwards, run the upgrade commands from the latest release notes.