Skip to content

Commit 78d270b

Browse files
release: 2025.10.0-rc2
1 parent 6d1c7f9 commit 78d270b

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
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.10.0-rc1"
6+
VERSION = "2025.10.0-rc2"
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.10.0-rc1 Blueprint schema",
5+
"title": "authentik 2025.10.0-rc2 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
@@ -31,7 +31,7 @@ services:
3131
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
3232
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
3333
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
34-
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0-rc1}
34+
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0-rc2}
3535
ports:
3636
- ${COMPOSE_PORT_HTTP:-9000}:9000
3737
- ${COMPOSE_PORT_HTTPS:-9443}:9443
@@ -52,7 +52,7 @@ services:
5252
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
5353
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
5454
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
55-
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0-rc1}
55+
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0-rc2}
5656
restart: unless-stopped
5757
user: root
5858
volumes:

internal/constants/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.10.0-rc1
1+
2025.10.0-rc2

lifecycle/aws/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Parameters:
1818
Description: authentik Docker image
1919
AuthentikVersion:
2020
Type: String
21-
Default: 2025.10.0-rc1
21+
Default: 2025.10.0-rc2
2222
Description: authentik Docker image tag
2323
AuthentikServerCPU:
2424
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.10.0-rc1",
3+
"version": "2025.10.0-rc2",
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.10.0-rc1"
3+
version = "2025.10.0-rc2"
44
description = ""
55
authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }]
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.10.0-rc1
4+
version: 2025.10.0-rc2
55
description: Making authentication simple.
66
contact:
77
email: hello@goauthentik.io

uv.lock

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

0 commit comments

Comments
 (0)