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

Merged
merged 1 commit into from
Jan 4, 2024
Merged

web: bump API Client version #8059

merged 1 commit into from
Jan 4, 2024

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 January 4, 2024 15:29
@authentik-automation authentik-automation bot enabled auto-merge (squash) January 4, 2024 15:29
Copy link

netlify bot commented Jan 4, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 538b7e2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6596cecb51b11b0009e2593d
😎 Deploy Preview https://deploy-preview-8059--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 January 4, 2024 15:29
@BeryJu BeryJu merged commit 1b36cb8 into main Jan 4, 2024
42 of 46 checks passed
@BeryJu BeryJu deleted the update-web-api-client branch January 4, 2024 15:29
Copy link

netlify bot commented Jan 4, 2024

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 538b7e2
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/6596cecb6d3c290009002b00
😎 Deploy Preview https://deploy-preview-8059--authentik.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.

Copy link
Contributor

github-actions bot commented Jan 4, 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-update-web-api-client-1704384015-538b7e2
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-1704384015-538b7e2-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-1704384015-538b7e2

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-1704384015-538b7e2-arm64

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

kensternberg-authentik added a commit that referenced this pull request Jan 4, 2024
* main:
  website/docs: add link to our example flows (#8052)
  providers/oauth2: offline access (#8026)
  web: bump API Client version (#8059)
  Update index.md (#8056)
  enterprise/providers/rac: add option to limit concurrent connections to endpoint (#8053)
  web: bump API Client version (#8058)
  enterprise/providers/rac: add alert that enterprise is required for RAC (#8057)
  enterprise/providers/rac: create authorize_application event when creating token (#8050)
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