-
-
Notifications
You must be signed in to change notification settings - Fork 945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web: bump API Client version #10681
web: bump API Client version #10681
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10681 +/- ##
=======================================
Coverage 92.51% 92.51%
=======================================
Files 720 720
Lines 35254 35254
=======================================
+ Hits 32615 32616 +1
+ Misses 2639 2638 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-7e7ad77fb10c745a5452f498a688e220015e4df3
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s For arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-7e7ad77fb10c745a5452f498a688e220015e4df3-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 KubernetesAdd the following block to your 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-7e7ad77fb10c745a5452f498a688e220015e4df3 For arm64, use these values: 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-7e7ad77fb10c745a5452f498a688e220015e4df3-arm64 Afterwards, run the upgrade commands from the latest release notes. |
* dev: website/docs: update nginx docs for embedded outposts (#10422) root: dependency maintenance (#10689) website/integrations: fix Nextcloud scopes (#10688) website/docs: explain guarantees around blueprint ordering (#10595) core: bump goauthentik.io/api/v3 from 3.2024061.9 to 3.2024061.10 (#10684) web: bump @spotlightjs/spotlight from 2.1.1 to 2.2.0 in /web in the sentry group across 1 directory (#10685) web: bump the babel group across 1 directory with 2 updates (#10686) web: bump API Client version (#10681) sources/scim: add property mappings (#10650)
web: bump API Client version