Skip to content
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 #8025

Merged
merged 2 commits into from
Dec 30, 2023
Merged

web: bump API Client version #8025

merged 2 commits into from
Dec 30, 2023

Conversation

authentik-automation[bot]
Copy link
Contributor

web: bump API Client version

Signed-off-by: GitHub <noreply@github.com>
@authentik-automation authentik-automation bot requested a review from a team as a code owner December 30, 2023 20:35
@authentik-automation authentik-automation bot enabled auto-merge (squash) December 30, 2023 20:35
Copy link

netlify bot commented Dec 30, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit ad551ee
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/659080484b2d890008fb95a3

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation authentik-automation bot requested a review from a team as a code owner December 30, 2023 20:40
Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (240cf6d) 92.34% compared to head (ad551ee) 92.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8025      +/-   ##
==========================================
- Coverage   92.34%   92.32%   -0.02%     
==========================================
  Files         608      608              
  Lines       30156    30156              
==========================================
- Hits        27847    27841       -6     
- Misses       2309     2315       +6     
Flag Coverage Δ
e2e 50.57% <ø> (-0.02%) ⬇️
integration 26.25% <ø> (ø)
unit 89.51% <ø> (ø)

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 December 30, 2023 20:55
@BeryJu BeryJu merged commit 5304bd6 into main Dec 30, 2023
69 checks passed
@BeryJu BeryJu deleted the update-web-api-client branch December 30, 2023 20:55
Copy link
Contributor

github-actions bot commented Dec 30, 2023

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-update-web-api-client-1703970685-ad551ee
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-update-web-api-client-1703970685-ad551ee-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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-update-web-api-client-1703970685-ad551ee

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-update-web-api-client-1703970685-ad551ee-arm64

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

kensternberg-authentik added a commit that referenced this pull request Jan 2, 2024
* main: (30 commits)
  outposts/proxy: better Redis error message (#8044)
  translate: Updates for file web/xliff/en.xlf in fr (#8046)
  web: bump the eslint group in /tests/wdio with 2 updates (#8041)
  web: bump the storybook group in /web with 7 updates (#8042)
  web: bump the eslint group in /web with 2 updates (#8043)
  web: bump @types/guacamole-common-js from 1.3.2 to 1.5.2 in /web (#8030)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#8038)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#8039)
  website: bump clsx from 2.0.0 to 2.1.0 in /website (#8033)
  core: bump golang from 1.21.3-bookworm to 1.21.5-bookworm (#8027)
  web: bump the babel group in /web with 4 updates (#8028)
  web: bump the esbuild group in /web with 2 updates (#8029)
  web: bump rollup from 4.9.1 to 4.9.2 in /web (#8031)
  tests/e2e: fix tests to work without docker network_mode host (#8035)
  website/docs: fix typo (#8015)
  web: bump API Client version (#8025)
  enterprise/providers: Add RAC [AUTH-15] (#7291)
  outposts: disable deployment and secret reconciler for embedded outpost in code instead of in config (#8021)
  providers/proxy: use access token (#8022)
  website/integrations: Add custom Group/Role mapping documentation for Grafana (#7453)
  ...
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