From 130fe4cac7ccf334b04b878f5392e2de5e780492 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:17:14 +0000 Subject: [PATCH] root: bump version to 2025.10.0-rc1 (#16149) Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> --- authentik/__init__.py | 2 +- blueprints/schema.json | 2 +- docker-compose.yml | 4 ++-- internal/constants/VERSION | 2 +- lifecycle/aws/template.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- schema.yml | 5 +++-- uv.lock | 4 ++-- web/package-lock.json | 4 ++-- web/package.json | 2 +- 12 files changed, 18 insertions(+), 17 deletions(-) diff --git a/authentik/__init__.py b/authentik/__init__.py index 99c35f188a..96006cb88a 100644 --- a/authentik/__init__.py +++ b/authentik/__init__.py @@ -3,7 +3,7 @@ from functools import lru_cache from os import environ -VERSION = "2025.8.0-rc1" +VERSION = "2025.10.0-rc1" ENV_GIT_HASH_KEY = "GIT_BUILD_HASH" diff --git a/blueprints/schema.json b/blueprints/schema.json index 51e4d8588d..5109f7fdaa 100644 --- a/blueprints/schema.json +++ b/blueprints/schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://goauthentik.io/blueprints/schema.json", "type": "object", - "title": "authentik 2025.8.0-rc1 Blueprint schema", + "title": "authentik 2025.10.0-rc1 Blueprint schema", "required": [ "version", "entries" diff --git a/docker-compose.yml b/docker-compose.yml index 8b6040319e..9d087f6e17 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,7 +48,7 @@ services: AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik} AUTHENTIK_REDIS__HOST: redis AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required} - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.0-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0-rc1} ports: - ${COMPOSE_PORT_HTTP:-9000}:9000 - ${COMPOSE_PORT_HTTPS:-9443}:9443 @@ -72,7 +72,7 @@ services: AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik} AUTHENTIK_REDIS__HOST: redis AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required} - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.0-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0-rc1} restart: unless-stopped user: root volumes: diff --git a/internal/constants/VERSION b/internal/constants/VERSION index 4c7740c6b9..b9e8850443 100644 --- a/internal/constants/VERSION +++ b/internal/constants/VERSION @@ -1 +1 @@ -2025.8.0-rc1 \ No newline at end of file +2025.10.0-rc1 \ No newline at end of file diff --git a/lifecycle/aws/template.yaml b/lifecycle/aws/template.yaml index 7af1015ce1..cc50224736 100644 --- a/lifecycle/aws/template.yaml +++ b/lifecycle/aws/template.yaml @@ -26,7 +26,7 @@ Parameters: Description: authentik Docker image AuthentikVersion: Type: String - Default: 2025.8.0-rc1 + Default: 2025.10.0-rc1 Description: authentik Docker image tag AuthentikServerCPU: Type: Number diff --git a/package-lock.json b/package-lock.json index e5c51f2f82..c9d7e09c2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@goauthentik/authentik", - "version": "2025.8.0-rc1", + "version": "2025.10.0-rc1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@goauthentik/authentik", - "version": "2025.8.0-rc1", + "version": "2025.10.0-rc1", "dependencies": { "@eslint/js": "^9.31.0", "@typescript-eslint/eslint-plugin": "^8.38.0", diff --git a/package.json b/package.json index 34ebc71b83..683c7b56be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@goauthentik/authentik", - "version": "2025.8.0-rc1", + "version": "2025.10.0-rc1", "private": true, "type": "module", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index c42390d588..b77d913c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "authentik" -version = "2025.8.0-rc1" +version = "2025.10.0-rc1" description = "" authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }] requires-python = "==3.13.*" diff --git a/schema.yml b/schema.yml index 8ae3c08593..3924693560 100644 --- a/schema.yml +++ b/schema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: authentik - version: 2025.8.0-rc1 + version: 2025.10.0-rc1 description: Making authentication simple. contact: email: hello@goauthentik.io @@ -6057,7 +6057,8 @@ paths: /core/users/{id}/recovery_email/: post: operationId: core_users_recovery_email_create - description: Send an email with a temporary link that a user can use to recover their account + description: Send an email with a temporary link that a user can use to recover + their account parameters: - in: query name: email_stage diff --git a/uv.lock b/uv.lock index 9de21f813e..40c4822814 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = "==3.13.*" [manifest] @@ -159,7 +159,7 @@ wheels = [ [[package]] name = "authentik" -version = "2025.8.0rc1" +version = "2025.10.0rc1" source = { editable = "." } dependencies = [ { name = "argon2-cffi" }, diff --git a/web/package-lock.json b/web/package-lock.json index 4be85b0729..2767f3fa70 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@goauthentik/web", - "version": "2025.8.0-rc1", + "version": "2025.10.0-rc1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@goauthentik/web", - "version": "2025.8.0-rc1", + "version": "2025.10.0-rc1", "license": "MIT", "workspaces": [ "./packages/*" diff --git a/web/package.json b/web/package.json index 721f103e10..34fb0d77f3 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@goauthentik/web", - "version": "2025.8.0-rc1", + "version": "2025.10.0-rc1", "license": "MIT", "private": true, "scripts": {