Skip to content

release: 2024.10.2#12031

Merged
BeryJu merged 1 commit intomainfrom
cherry-pick-version
Nov 14, 2024
Merged

release: 2024.10.2#12031
BeryJu merged 1 commit intomainfrom
cherry-pick-version

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Nov 14, 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 BeryJu requested review from a team as code owners November 14, 2024 18:46
@netlify
Copy link

netlify bot commented Nov 14, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit e8cd310
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67364581140d8b0008163239
😎 Deploy Preview https://deploy-preview-12031--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 Nov 14, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit e8cd310
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/673645812e24f6000851a102

@codecov
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.58%. Comparing base (c9036f8) to head (e8cd310).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12031      +/-   ##
==========================================
- Coverage   92.59%   92.58%   -0.01%     
==========================================
  Files         761      761              
  Lines       37863    37863              
==========================================
- Hits        35059    35057       -2     
- Misses       2804     2806       +2     
Flag Coverage Δ
e2e 49.16% <100.00%> (+0.04%) ⬆️
integration 24.90% <100.00%> (ø)
unit 90.16% <100.00%> (-0.02%) ⬇️

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.

@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-e8cd310c63352030985364a9718254ad7cff8e11
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-e8cd310c63352030985364a9718254ad7cff8e11-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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-e8cd310c63352030985364a9718254ad7cff8e11

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-e8cd310c63352030985364a9718254ad7cff8e11-arm64

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

@BeryJu BeryJu merged commit 6702f34 into main Nov 14, 2024
@BeryJu BeryJu deleted the cherry-pick-version branch November 14, 2024 23:53
kensternberg-authentik added a commit that referenced this pull request Nov 20, 2024
* main:
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#12045)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#12047)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#12044)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#12046)
  web/flows: fix invisible captcha call (#12048)
  rbac: fix incorrect object_description for object-level permissions (#12029)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#12036)
  core: bump coverage from 7.6.4 to 7.6.5 (#12037)
  ci: bump codecov/codecov-action from 4 to 5 (#12038)
  release: 2024.10.2 (#12031)
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