Skip to content

website/docs: cleanup 07-12: fix IncludeSec audit typo#23958

Merged
dominic-r merged 1 commit into
mainfrom
dominic/docs-includesec-audit-typo
Jul 13, 2026
Merged

website/docs: cleanup 07-12: fix IncludeSec audit typo#23958
dominic-r merged 1 commit into
mainfrom
dominic/docs-includesec-audit-typo

Conversation

@dominic-r

Copy link
Copy Markdown
Member

No description provided.

@dominic-r
dominic-r requested a review from a team as a code owner July 13, 2026 17:46
@dominic-r dominic-r self-assigned this Jul 13, 2026
@dominic-r
dominic-r force-pushed the dominic/docs-includesec-audit-typo branch from d4bf2f0 to 9ce45e8 Compare July 13, 2026 17:47
@dominic-r
dominic-r changed the base branch from website/docs--remove-preview-tag-from-mtls-stage to main July 13, 2026 17:47
@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit d4bf2f0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a5524764091a70008649cc3
😎 Deploy Preview https://deploy-preview-23958--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.

@dominic-r dominic-r changed the title website/docs: fix IncludeSec audit typo website/docs: cleanup 07-13: fix IncludeSec audit typo Jul 13, 2026
@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit d4bf2f0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a552476380fdf0008854668
😎 Deploy Preview https://deploy-preview-23958--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.

@dominic-r
dominic-r enabled auto-merge (squash) July 13, 2026 17:48
@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 9ce45e8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a5524add6d75f00087b25bb
😎 Deploy Preview https://deploy-preview-23958--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.

@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9ce45e8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a5524adbc3a1400089b5163
😎 Deploy Preview https://deploy-preview-23958--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.

@dominic-r
dominic-r disabled auto-merge July 13, 2026 17:54
@dominic-r dominic-r changed the title website/docs: cleanup 07-13: fix IncludeSec audit typo website/docs: cleanup 07-12: fix IncludeSec audit typo Jul 13, 2026
@dominic-r
dominic-r enabled auto-merge (squash) July 13, 2026 17:54
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.53%. Comparing base (c7841e3) to head (9ce45e8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23958      +/-   ##
==========================================
- Coverage   93.28%   92.53%   -0.75%     
==========================================
  Files        1045     1045              
  Lines       61280    61280              
  Branches      424      424              
==========================================
- Hits        57164    56706     -458     
- Misses       4116     4574     +458     
Flag Coverage Δ
conformance 36.17% <ø> (+<0.01%) ⬆️
e2e 34.54% <ø> (-6.80%) ⬇️
integration 32.10% <ø> (-0.49%) ⬇️
rust 0.00% <ø> (ø)
unit 92.39% <ø> (+<0.01%) ⬆️
unit-migrate 73.98% <ø> (-18.44%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@dominic-r
dominic-r disabled auto-merge July 13, 2026 18:05
@dominic-r dominic-r closed this Jul 13, 2026
@dominic-r dominic-r reopened this Jul 13, 2026
@dominic-r
dominic-r enabled auto-merge (squash) July 13, 2026 18:06
@dominic-r
dominic-r merged commit bda5850 into main Jul 13, 2026
229 of 231 checks passed
@dominic-r
dominic-r deleted the dominic/docs-includesec-audit-typo branch July 13, 2026 18:24
@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-9ce45e815eee6067322f7f1fbd7e173bb7a38add
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-9ce45e815eee6067322f7f1fbd7e173bb7a38add

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

@authentik-cherry-pick

Copy link
Copy Markdown

🍒 Cherry-pick to version-2026.5 created: #23974

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2026.5 Add this label to PRs to backport changes to version-2026.5

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants