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

website/blog: Blog about enterprise release #6721

Merged
merged 5 commits into from
Sep 1, 2023
Merged

website/blog: Blog about enterprise release #6721

merged 5 commits into from
Sep 1, 2023

Conversation

tanberry
Copy link
Contributor

this week's blog

@tanberry tanberry requested a review from a team as a code owner August 31, 2023 21:30
@tanberry tanberry requested review from BeryJu and removed request for a team August 31, 2023 21:30
@netlify
Copy link

netlify bot commented Aug 31, 2023

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3ee6e9d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/64f1ce655525bf000710201d
😎 Deploy Preview https://deploy-preview-6721--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 Aug 31, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 3ee6e9d
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/64f1ce65e0a2a60008b20581
😎 Deploy Preview https://deploy-preview-6721--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.

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (e2af75e) 92.51% compared to head (3ee6e9d) 92.48%.
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6721      +/-   ##
==========================================
- Coverage   92.51%   92.48%   -0.02%     
==========================================
  Files         561      561              
  Lines       27161    27171      +10     
==========================================
+ Hits        25124    25126       +2     
- Misses       2037     2045       +8     
Flag Coverage Δ
e2e 51.51% <ø> (-0.13%) ⬇️
integration 26.54% <ø> (-<0.01%) ⬇️
unit 89.31% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 31, 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-blog-ent-1693569379-3ee6e9d
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-blog-ent-1693569379-3ee6e9d-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-blog-ent-1693569379-3ee6e9d

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-blog-ent-1693569379-3ee6e9d-arm64

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

Signed-off-by: Jens Langhammer <[email protected]>
@BeryJu BeryJu merged commit b63420c into main Sep 1, 2023
64 checks passed
@BeryJu BeryJu deleted the blog-ent branch September 1, 2023 14:11
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