Skip to content

website/docs: fix upgrade link in 2026.2 release notes#20539

Merged
gergosimonyi merged 1 commit intomainfrom
website/docs/fix-release-notes-2026.2-upgrade-link
Feb 25, 2026
Merged

website/docs: fix upgrade link in 2026.2 release notes#20539
gergosimonyi merged 1 commit intomainfrom
website/docs/fix-release-notes-2026.2-upgrade-link

Conversation

@gergosimonyi
Copy link
Collaborator

@gergosimonyi gergosimonyi commented Feb 24, 2026

Closes #20538

@gergosimonyi gergosimonyi requested a review from a team as a code owner February 24, 2026 23:26
@gergosimonyi gergosimonyi added the backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 label Feb 24, 2026
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit c1d3643
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/699e33a98fb930000828ce6a
😎 Deploy Preview https://deploy-preview-20539--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
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c1d3643
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/699e33a97e97220008b38efe
😎 Deploy Preview https://deploy-preview-20539--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 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.25%. Comparing base (80c3d73) to head (c1d3643).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20539      +/-   ##
==========================================
- Coverage   93.27%   93.25%   -0.03%     
==========================================
  Files         981      981              
  Lines       55339    55339              
==========================================
- Hits        51620    51604      -16     
- Misses       3719     3735      +16     
Flag Coverage Δ
conformance 37.35% <ø> (+<0.01%) ⬆️
e2e 43.14% <ø> (-0.01%) ⬇️
integration 22.32% <ø> (-0.05%) ⬇️
unit 91.51% <ø> (+0.01%) ⬆️
unit-migrate 91.52% <ø> (+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.

@gergosimonyi gergosimonyi enabled auto-merge (squash) February 24, 2026 23:36
@gergosimonyi gergosimonyi merged commit b43276d into main Feb 25, 2026
103 checks passed
@gergosimonyi gergosimonyi deleted the website/docs/fix-release-notes-2026.2-upgrade-link branch February 25, 2026 00:03
authentik-automation bot pushed a commit that referenced this pull request Feb 25, 2026
fix upgrade link in `2026.2` release notes
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20542

gergosimonyi added a commit that referenced this pull request Feb 25, 2026
…20539 to version-2026.2) (#20542)

website/docs: fix upgrade link in `2026.2` release notes (#20539)

fix upgrade link in `2026.2` release notes

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
@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-c1d3643426edcddb398bd569d47ec032a1fdbac2
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-c1d3643426edcddb398bd569d47ec032a1fdbac2

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

kensternberg-authentik added a commit that referenced this pull request Feb 25, 2026
* main:
  web/flow: Tidy identification stage (#20261)
  website/docs: fix upgrade link in release notes (#20540)
  website/docs: fix upgrade link in `2026.2` release notes (#20539)
  website/docs: update supported versions (#20534)
  website/docs: create draft release notes for `2026.5` (#20529)
  Fix redirect URI in Seafile integration documentation (#20532)
  website/docs: autogenerate release notes (#20527)
  providers/oauth2: add jti claim (#20484)
  providers/oauth2: deactivate locale after testing (#20518)
  policies: fix PolicyEngineMode ALL with static binding optimization (#20430)
  website/docs: fix linux setup docs (#20508)
  web: fix Edit Policy button on Flow view page (#20511)
  endpoints: fix infinite recursion in stage with unsupported connector (#20485)
  enterprise: add `ES384` to enterprise license algorithms (#20507)
  web/flow: fix typo in RedirectStage (#20488)
  website/docs: fix GitHub social-login wording and capitalization (#20489)
  web: bump knip from 5.84.1 to 5.85.0 in /web (#20464)
  website/integrations: standardize resource sections and update template (#20423)
  core, web: bump ajv from 6.12.6 to 6.14.0 in /packages/eslint-config (#20478)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linked docker-compose file does not exist

2 participants