Skip to content

blueprints: don't exclude default values#20057

Open
BeryJu wants to merge 1 commit intomainfrom
blueprints/dont-exclude-defaults
Open

blueprints: don't exclude default values#20057
BeryJu wants to merge 1 commit intomainfrom
blueprints/dont-exclude-defaults

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 5, 2026

closes #19861

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner February 5, 2026 17:17
@netlify
Copy link

netlify bot commented Feb 5, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4539d4a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6984d0a7f42fcf00084357be
😎 Deploy Preview https://deploy-preview-20057--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 project configuration.

@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.18%. Comparing base (4960b8e) to head (4539d4a).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20057      +/-   ##
==========================================
- Coverage   93.26%   93.18%   -0.09%     
==========================================
  Files         968      968              
  Lines       53438    53436       -2     
==========================================
- Hits        49841    49795      -46     
- Misses       3597     3641      +44     
Flag Coverage Δ
conformance 38.05% <ø> (+<0.01%) ⬆️
e2e 44.04% <ø> (-0.01%) ⬇️
integration 22.71% <ø> (-0.05%) ⬇️
unit 91.40% <ø> (-0.02%) ⬇️
unit-migrate 91.40% <ø> (-0.06%) ⬇️

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

github-actions bot commented Feb 5, 2026

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-4539d4a3001c204825384fcb177ea42b913a6559
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-4539d4a3001c204825384fcb177ea42b913a6559

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.

Inconsistent default values for the required property of checkboxes when dumping/restoring flows

1 participant