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 #10844

Merged
merged 1 commit into from
Aug 9, 2024
Merged

web: bump API Client version #10844

merged 1 commit into from
Aug 9, 2024

Conversation

authentik-automation[bot]
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 August 9, 2024 20:22
@authentik-automation authentik-automation bot enabled auto-merge (squash) August 9, 2024 20:22
Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 0c7b02e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66b67a83ad1e30000812697f

Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 0c7b02e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66b67a83ce1c5c0009a2e3be
😎 Deploy Preview https://deploy-preview-10844--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.

@BeryJu BeryJu disabled auto-merge August 9, 2024 20:25
@BeryJu BeryJu merged commit 75ca253 into main Aug 9, 2024
47 of 50 checks passed
@BeryJu BeryJu deleted the update-web-api-client branch August 9, 2024 20:25
Copy link
Contributor

github-actions bot commented Aug 9, 2024

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-0c7b02e0d5431c2b70e3b8af0a4f6551e8a62aaa
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-0c7b02e0d5431c2b70e3b8af0a4f6551e8a62aaa-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-0c7b02e0d5431c2b70e3b8af0a4f6551e8a62aaa

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-0c7b02e0d5431c2b70e3b8af0a4f6551e8a62aaa-arm64

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

kensternberg-authentik added a commit that referenced this pull request Aug 12, 2024
* main: (57 commits)
  web/elements: fix empty enterprise banner (#10882)
  root: fix docker build warnings (#10881)
  website/integrations: compress images (#10880)
  website/integrations: add Frappe (#10797)
  translate: Updates for file web/xliff/en.xlf in ru (#10878)
  core, web: update translations (#10877)
  web: bump API Client version (#10876)
  providers: add provider/ prefix for property mappings API (#10874)
  core, web: update translations (#10831)
  core: bump gunicorn from 22.0.0 to 23.0.0 (#10861)
  web: bump the swc group across 2 directories with 11 updates (#10868)
  web: bump ts-pattern from 5.2.0 to 5.3.1 in /web (#10870)
  web: bump @eslint/js from 9.8.0 to 9.9.0 in /web (#10871)
  web: bump @sentry/browser from 8.24.0 to 8.25.0 in /web in the sentry group across 1 directory (#10853)
  core: bump goauthentik.io/api/v3 from 3.2024063.6 to 3.2024063.8 (#10850)
  core: bump paramiko from 3.4.0 to 3.4.1 (#10862)
  core: bump lxml from 5.2.2 to 5.3.0 (#10863)
  core: bump watchdog from 4.0.1 to 4.0.2 (#10864)
  web: bump API Client version (#10844)
  core: bump aiohttp from 3.9.5 to 3.10.2 (#10843)
  ...
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