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

lifecycle: close database connection after migrating (cherry-pick #9516) #9531

Merged
merged 1 commit into from
May 1, 2024

Conversation

gcp-cherry-pick-bot[bot]
Copy link

Cherry-picked lifecycle: close database connection after migrating (#9516)

Signed-off-by: Jens Langhammer jens@goauthentik.io

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

netlify bot commented Apr 30, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 065f4f0
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66315147665ccd0008ad7165

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.46%. Comparing base (b9936fe) to head (065f4f0).

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2024.4    #9531      +/-   ##
==================================================
+ Coverage           91.13%   92.46%   +1.32%     
==================================================
  Files                 669      669              
  Lines               32712    32712              
==================================================
+ Hits                29813    30246     +433     
+ Misses               2899     2466     -433     
Flag Coverage Δ
e2e 50.65% <ø> (+0.04%) ⬆️
integration 25.99% <ø> (?)
unit 89.75% <ø> (ø)

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.

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-664dd1bc1938860d23fe719220471199453e97e3
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-664dd1bc1938860d23fe719220471199453e97e3-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-664dd1bc1938860d23fe719220471199453e97e3

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-664dd1bc1938860d23fe719220471199453e97e3-arm64

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the cherry-pick-5ee9e4-version-2024.4 branch from 664dd1b to 065f4f0 Compare April 30, 2024 20:15
@BeryJu BeryJu merged commit 0f6ece5 into version-2024.4 May 1, 2024
63 of 64 checks passed
@BeryJu BeryJu deleted the cherry-pick-5ee9e4-version-2024.4 branch May 1, 2024 11:57
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.

None yet

1 participant