Skip to content

web/admin: remove enterprise preview banner#8991

Merged
BeryJu merged 2 commits intomainfrom
web/admin/remove-enterprise-preview-banner
Mar 21, 2024
Merged

web/admin: remove enterprise preview banner#8991
BeryJu merged 2 commits intomainfrom
web/admin/remove-enterprise-preview-banner

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 21, 2024

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

BeryJu added 2 commits March 21, 2024 15:42
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners March 21, 2024 14:43
@netlify
Copy link

netlify bot commented Mar 21, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit b17a859
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65fc47811267b2000826581d
😎 Deploy Preview https://deploy-preview-8991--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.

@netlify
Copy link

netlify bot commented Mar 21, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit b17a859
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65fc47817d1b930008ab4611
😎 Deploy Preview https://deploy-preview-8991--authentik-docs.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.

@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-ghcr.io/goauthentik/dev-server:gh-b17a859bb116f1d92ca12f636c11c50201f18293
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-ghcr.io/goauthentik/dev-server:gh-b17a859bb116f1d92ca12f636c11c50201f18293-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-ghcr.io/goauthentik/dev-server:gh-b17a859bb116f1d92ca12f636c11c50201f18293

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-ghcr.io/goauthentik/dev-server:gh-b17a859bb116f1d92ca12f636c11c50201f18293-arm64

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

@BeryJu BeryJu merged commit 75e9a02 into main Mar 21, 2024
@BeryJu BeryJu deleted the web/admin/remove-enterprise-preview-banner branch March 21, 2024 15:15
@rissson
Copy link
Member

rissson commented Mar 21, 2024

@BeryJu should we do the same on the customer portal?

@BeryJu
Copy link
Member Author

BeryJu commented Mar 21, 2024

@rissson
Copy link
Member

rissson commented Mar 21, 2024

Ah my bad, I missed that it removed the banner

kensternberg-authentik added a commit that referenced this pull request Mar 21, 2024
* main:
  website/docs: add example policy to enforce unique email address (#8955)
  web/admin: remove enterprise preview banner (#8991)
  core: bump uvicorn from 0.28.1 to 0.29.0 (#8980)
  core: bump sentry-sdk from 1.42.0 to 1.43.0 (#8981)
  web: bump the babel group in /web with 3 updates (#8983)
  web: bump typescript from 5.4.2 to 5.4.3 in /web (#8984)
  web: bump typescript from 5.4.2 to 5.4.3 in /tests/wdio (#8986)
  web: bump chromedriver from 122.0.6 to 123.0.0 in /tests/wdio (#8987)
  website: bump typescript from 5.4.2 to 5.4.3 in /website (#8989)
  core: bump importlib-metadata from 7.0.2 to 7.1.0 (#8982)
  web: bump the wdio group in /tests/wdio with 3 updates (#8985)
  website: bump postcss from 8.4.37 to 8.4.38 in /website (#8988)
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.

2 participants