mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 01:00:19 -05:00
[PR #818] feat(authentik): bump to 2026.2.2 and Postgres 18 #4286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/818
Author: @Nico-Pergande
Created: 4/26/2026
Status: 🔄 Open
Base:
canary← Head:update-authentik-2026.2.2-pg18📝 Commits (1)
9095db8feat(authentik): bump to 2026.2.2 and Postgres 18📊 Changes
3 files changed (+5 additions, -5 deletions)
View changed files
📝
blueprints/authentik/docker-compose.yml(+3 -3)📝
blueprints/authentik/template.toml(+1 -1)📝
meta.json(+1 -1)📄 Description
Summary
2025.6.3to2026.2.2(latest stable, released 2026-04-07).postgres:16-alpinetopostgres:18-alpine.AUTHENTIK_REDIS__HOSTis still consumed by the server/worker, so behavior is unchanged for existing users.⚠️ Breaking change for existing users
The Postgres major bump (16 → 18) makes the existing volume incompatible. Users on a previous version of this template will need to dump from PG 16 and restore into PG 18 before pulling the new image:
Test plan
postgresql,redis,server,workerall reach healthy./-/initial-setup/flow → create admin user.🤖 Generated with Claude Code
Greptile Summary
Bumps Authentik from
2025.6.3to2026.2.2and PostgreSQL from16-alpineto18-alpine, keeping all three version references (docker-compose.yml,template.toml,meta.json) in sync. The PR author correctly notes the PostgreSQL major-version incompatibility and includes migration instructions.Confidence Score: 5/5
Safe to merge — all version references are consistent and no logic is modified.
The change is purely a version bump across three files with no new logic. All version strings are kept in sync, the breaking-change caveat is documented, and no existing conventions from AGENTS.md are violated by the changed lines.
No files require special attention.
Reviews (1): Last reviewed commit: "feat(authentik): bump to 2026.2.2 and Po..." | Re-trigger Greptile
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.