Skip to content

web: Fix form group slots (cherry-pick #16276)#16277

Merged
rissson merged 1 commit intoversion-2025.8from
hotfix-version-2025.8/fix-form-group-slots
Aug 21, 2025
Merged

web: Fix form group slots (cherry-pick #16276)#16277
rissson merged 1 commit intoversion-2025.8from
hotfix-version-2025.8/fix-form-group-slots

Conversation

@GirlBossRush
Copy link
Copy Markdown
Contributor

Details

See #16276

@GirlBossRush GirlBossRush requested a review from a team as a code owner August 20, 2025 21:40
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 20, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit ff4427f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68a640c97e1e8a0008f71ae7
😎 Deploy Preview https://deploy-preview-16277--authentik-integrations.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 project configuration.

@GirlBossRush GirlBossRush requested a review from rissson August 20, 2025 21:40
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 20, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit ff4427f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68a640c9684f4900080fc8c1

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.78%. Comparing base (f7e25ff) to head (ff4427f).
⚠️ Report is 8 commits behind head on version-2025.8.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.8   #16277      +/-   ##
==================================================
- Coverage           92.83%   92.78%   -0.06%     
==================================================
  Files                 836      836              
  Lines               45210    45210              
==================================================
- Hits                41970    41946      -24     
- Misses               3240     3264      +24     
Flag Coverage Δ
e2e 46.57% <ø> (-0.08%) ⬇️
integration 23.57% <ø> (+<0.01%) ⬆️
unit 90.92% <ø> (+<0.01%) ⬆️

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
Copy Markdown
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-ff4427f54f71a9190bc5849dcbd55b739757eaa1
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-ff4427f54f71a9190bc5849dcbd55b739757eaa1

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

@rissson rissson changed the title web: 2025.8 - Fix form group slots web: Fix form group slots (cherry-pick #16276) Aug 21, 2025
@GirlBossRush GirlBossRush added bug Something isn't working bug/confirmed Confirmed bugs labels Aug 21, 2025
Copy link
Copy Markdown
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not broken, but where did the lovely slots go?

@rissson rissson merged commit ec75e16 into version-2025.8 Aug 21, 2025
101 checks passed
@rissson rissson deleted the hotfix-version-2025.8/fix-form-group-slots branch August 21, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug/confirmed Confirmed bugs bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants