release: 2025.10.3

This commit is contained in:
authentik-automation[bot]
2025-12-16 17:51:21 +00:00
parent 4adc0eaf8e
commit 0d617e4ad1
12 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
from functools import lru_cache
from os import environ
VERSION = "2025.10.2"
VERSION = "2025.10.3"
ENV_GIT_HASH_KEY = "GIT_BUILD_HASH"
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://goauthentik.io/blueprints/schema.json",
"type": "object",
"title": "authentik 2025.10.2 Blueprint schema",
"title": "authentik 2025.10.3 Blueprint schema",
"required": [
"version",
"entries"
+2 -2
View File
@@ -31,7 +31,7 @@ services:
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.2}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.3}
ports:
- ${COMPOSE_PORT_HTTP:-9000}:9000
- ${COMPOSE_PORT_HTTPS:-9443}:9443
@@ -52,7 +52,7 @@ services:
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.2}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.3}
restart: unless-stopped
user: root
volumes:
+1 -1
View File
@@ -1 +1 @@
2025.10.2
2025.10.3
+1 -1
View File
@@ -18,7 +18,7 @@ Parameters:
Description: authentik Docker image
AuthentikVersion:
Type: String
Default: 2025.10.2
Default: 2025.10.3
Description: authentik Docker image tag
AuthentikServerCPU:
Type: Number
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@goauthentik/authentik",
"version": "2025.10.2",
"version": "2025.10.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@goauthentik/authentik",
"version": "2025.10.2",
"version": "2025.10.3",
"dependencies": {
"@eslint/js": "^9.31.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@goauthentik/authentik",
"version": "2025.10.2",
"version": "2025.10.3",
"private": true,
"type": "module",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "authentik"
version = "2025.10.2"
version = "2025.10.3"
description = ""
authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }]
requires-python = "==3.13.*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: authentik
version: 2025.10.2
version: 2025.10.3
description: Making authentication simple.
contact:
email: hello@goauthentik.io
Generated
+1 -1
View File
@@ -170,7 +170,7 @@ wheels = [
[[package]]
name = "authentik"
version = "2025.10.2"
version = "2025.10.3"
source = { editable = "." }
dependencies = [
{ name = "argon2-cffi" },
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@goauthentik/web",
"version": "2025.10.2",
"version": "2025.10.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@goauthentik/web",
"version": "2025.10.2",
"version": "2025.10.3",
"license": "MIT",
"workspaces": [
"./packages/*"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@goauthentik/web",
"version": "2025.10.2",
"version": "2025.10.3",
"license": "MIT",
"private": true,
"scripts": {