Skip to content

web: bump API Client version#11992

Merged
authentik-automation[bot] merged 1 commit intomainfrom
update-web-api-client
Nov 11, 2024
Merged

web: bump API Client version#11992
authentik-automation[bot] 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 November 11, 2024 12:23
@authentik-automation authentik-automation bot enabled auto-merge (squash) November 11, 2024 12:23
@BeryJu
Copy link
Member

BeryJu commented Nov 11, 2024

/cherry-pick version-2024.10

@netlify
Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 59cf2aa
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6731f72a4ddf4100081bd05a

@netlify
Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 59cf2aa
🔍 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
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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 Coverage Δ
e2e 49.10% <ø> (-0.01%) ⬇️
integration 24.91% <ø> (ø)
unit 90.15% <ø> (-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.

@authentik-automation authentik-automation bot merged commit b2c9dff into main Nov 11, 2024
@authentik-automation authentik-automation bot deleted the update-web-api-client branch November 11, 2024 12:41
@gcp-cherry-pick-bot
Copy link
Contributor

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

@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-59cf2aa51b1631ce7ef1f955a4396bb4e5e37626
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-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:

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:

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.

BeryJu pushed a commit that referenced this pull request Nov 11, 2024
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
# Conflicts:
#	web/package-lock.json
#	web/package.json
kensternberg-authentik added a commit that referenced this pull request Nov 12, 2024
* main: (21 commits)
  web: bump API Client version (#11997)
  sources/kerberos: use new python-kadmin implementation (#11932)
  core: add ability to provide reason for impersonation (#11951)
  website/integrations:  update vcenter integration docs (#11768)
  core, web: update translations (#11995)
  website: bump postcss from 8.4.48 to 8.4.49 in /website (#11996)
  web: bump API Client version (#11992)
  blueprints: add default Password policy (#11793)
  stages/captcha: Run interactive captcha in Frame (#11857)
  core, web: update translations (#11979)
  core: bump packaging from 24.1 to 24.2 (#11985)
  core: bump ruff from 0.7.2 to 0.7.3 (#11986)
  core: bump msgraph-sdk from 1.11.0 to 1.12.0 (#11987)
  website: bump the docusaurus group in /website with 9 updates (#11988)
  website: bump postcss from 8.4.47 to 8.4.48 in /website (#11989)
  stages/password: use recovery flow from brand (#11953)
  core: bump golang.org/x/sync from 0.8.0 to 0.9.0 (#11962)
  web: bump cookie, swagger-client and express in /web (#11966)
  core, web: update translations (#11959)
  core: bump debugpy from 1.8.7 to 1.8.8 (#11961)
  ...
kensternberg-authentik added a commit that referenced this pull request Nov 13, 2024
* main: (55 commits)
  web: bump API Client version (#11997)
  sources/kerberos: use new python-kadmin implementation (#11932)
  core: add ability to provide reason for impersonation (#11951)
  website/integrations:  update vcenter integration docs (#11768)
  core, web: update translations (#11995)
  website: bump postcss from 8.4.48 to 8.4.49 in /website (#11996)
  web: bump API Client version (#11992)
  blueprints: add default Password policy (#11793)
  stages/captcha: Run interactive captcha in Frame (#11857)
  core, web: update translations (#11979)
  core: bump packaging from 24.1 to 24.2 (#11985)
  core: bump ruff from 0.7.2 to 0.7.3 (#11986)
  core: bump msgraph-sdk from 1.11.0 to 1.12.0 (#11987)
  website: bump the docusaurus group in /website with 9 updates (#11988)
  website: bump postcss from 8.4.47 to 8.4.48 in /website (#11989)
  stages/password: use recovery flow from brand (#11953)
  core: bump golang.org/x/sync from 0.8.0 to 0.9.0 (#11962)
  web: bump cookie, swagger-client and express in /web (#11966)
  core, web: update translations (#11959)
  core: bump debugpy from 1.8.7 to 1.8.8 (#11961)
  ...
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