Skip to content

Commit 680feae

Browse files
release: 2025.8.3
1 parent 8676cd3 commit 680feae

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

authentik/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from functools import lru_cache
44
from os import environ
55

6-
VERSION = "2025.8.2"
6+
VERSION = "2025.8.3"
77
ENV_GIT_HASH_KEY = "GIT_BUILD_HASH"
88

99

blueprints/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://goauthentik.io/blueprints/schema.json",
44
"type": "object",
5-
"title": "authentik 2025.8.2 Blueprint schema",
5+
"title": "authentik 2025.8.3 Blueprint schema",
66
"required": [
77
"version",
88
"entries"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
4949
AUTHENTIK_REDIS__HOST: redis
5050
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
51-
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.2}
51+
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3}
5252
ports:
5353
- ${COMPOSE_PORT_HTTP:-9000}:9000
5454
- ${COMPOSE_PORT_HTTPS:-9443}:9443
@@ -72,7 +72,7 @@ services:
7272
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
7373
AUTHENTIK_REDIS__HOST: redis
7474
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
75-
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.2}
75+
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3}
7676
restart: unless-stopped
7777
user: root
7878
volumes:

internal/constants/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.8.2
1+
2025.8.3

lifecycle/aws/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Parameters:
2626
Description: authentik Docker image
2727
AuthentikVersion:
2828
Type: String
29-
Default: 2025.8.2
29+
Default: 2025.8.3
3030
Description: authentik Docker image tag
3131
AuthentikServerCPU:
3232
Type: Number

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goauthentik/authentik",
3-
"version": "2025.8.2",
3+
"version": "2025.8.3",
44
"private": true,
55
"type": "module",
66
"dependencies": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "authentik"
3-
version = "2025.8.2"
3+
version = "2025.8.3"
44
description = ""
55
authors = [{ name = "authentik Team", email = "[email protected]" }]
66
requires-python = "==3.13.*"

schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: authentik
4-
version: 2025.8.2
4+
version: 2025.8.3
55
description: Making authentication simple.
66
contact:
77

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)