Skip to content

website/docs: release notes 2024.4: add performance improvements values (cherry-pick #9356)#9357

Merged
rissson merged 1 commit intoversion-2024.4from
cherry-pick-e9a4f4-version-2024.4
Apr 19, 2024
Merged

website/docs: release notes 2024.4: add performance improvements values (cherry-pick #9356)#9357
rissson merged 1 commit intoversion-2024.4from
cherry-pick-e9a4f4-version-2024.4

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked website/docs: release notes 2024.4: add performance improvements values (#9356)

@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner April 19, 2024 16:36
@netlify
Copy link

netlify bot commented Apr 19, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 916a348
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66229da9ce54fd000857d7bc
😎 Deploy Preview https://deploy-preview-9357--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.

@rissson rissson enabled auto-merge (squash) April 19, 2024 16:39
@codecov
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.51%. Comparing base (c807257) to head (916a348).

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2024.4    #9357       +/-   ##
===================================================
- Coverage           92.40%   51.51%   -40.89%     
===================================================
  Files                 667      667               
  Lines               32644    32644               
===================================================
- Hits                30164    16817    -13347     
- Misses               2480    15827    +13347     
Flag Coverage Δ
e2e 50.04% <ø> (-0.67%) ⬇️
integration 26.04% <ø> (ø)
unit ?

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.

@rissson rissson merged commit b1ca579 into version-2024.4 Apr 19, 2024
@rissson rissson deleted the cherry-pick-e9a4f4-version-2024.4 branch April 19, 2024 16:53
@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-916a3484bc2c0a4b9b6401dd53b15158b65f9c3d
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-916a3484bc2c0a4b9b6401dd53b15158b65f9c3d-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-916a3484bc2c0a4b9b6401dd53b15158b65f9c3d

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-916a3484bc2c0a4b9b6401dd53b15158b65f9c3d-arm64

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

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