Skip to content

web: bump API Client version#11676

Merged
BeryJu merged 1 commit intomainfrom
update-web-api-client
Oct 14, 2024
Merged

web: bump API Client version#11676
BeryJu merged 1 commit intomainfrom
update-web-api-client

Conversation

@authentik-automation
Copy link
Contributor

web: bump API Client version

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@authentik-automation authentik-automation bot requested a review from a team as a code owner October 14, 2024 13:37
@authentik-automation authentik-automation bot enabled auto-merge (squash) October 14, 2024 13:37
@netlify
Copy link

netlify bot commented Oct 14, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 211e95a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/670d1e9acfd4240008f9da40

@netlify
Copy link

netlify bot commented Oct 14, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 211e95a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/670d1e9a46876a0008e9b00f
😎 Deploy Preview https://deploy-preview-11676--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
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.68%. Comparing base (5b66dbe) to head (211e95a).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11676      +/-   ##
==========================================
- Coverage   92.75%   92.68%   -0.08%     
==========================================
  Files         736      736              
  Lines       36601    36601              
==========================================
- Hits        33951    33922      -29     
- Misses       2650     2679      +29     
Flag Coverage Δ
e2e 49.26% <ø> (-0.12%) ⬇️
integration 24.96% <ø> (ø)
unit 90.20% <ø> (-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.

@BeryJu BeryJu disabled auto-merge October 14, 2024 13:45
@BeryJu BeryJu merged commit 466360e into main Oct 14, 2024
@BeryJu BeryJu deleted the update-web-api-client branch October 14, 2024 13:46
@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-211e95ada597b07d5926edcacf482cd652ec2da8
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-211e95ada597b07d5926edcacf482cd652ec2da8-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:

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-211e95ada597b07d5926edcacf482cd652ec2da8

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-211e95ada597b07d5926edcacf482cd652ec2da8-arm64

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

kensternberg-authentik added a commit that referenced this pull request Oct 14, 2024
* main:
  web: bump API Client version (#11678)
  providers/scim: add option to ignore SCIM server cert (#11437)
  website/integrations add GHEC EMU and fix-up GHES (#11677)
  website/docs: fix SkipObject exception (#11632)
  web: bump API Client version (#11676)
  flows: provider invalidation (#5048)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#11662)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#11663)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#11664)
  core: bump goauthentik.io/api/v3 from 3.2024083.4 to 3.2024083.5 (#11671)
  core: bump pdoc from 14.7.0 to 15.0.0 (#11672)
  core: bump coverage from 7.6.2 to 7.6.3 (#11673)
  core, web: update translations (#11659)
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.

1 participant