From e87bc94b95782e07ddd0fbddee2dc363da521e8f Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Fri, 27 Jun 2025 16:21:18 +0200 Subject: [PATCH] release: backport 2025.6.3 (#15292) release: 2025.6.3 --- .bumpversion.cfg | 2 +- authentik/__init__.py | 2 +- blueprints/schema.json | 2 +- docker-compose.yml | 4 ++-- internal/constants/constants.go | 2 +- lifecycle/aws/template.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- schema.yml | 2 +- uv.lock | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ec04c345a8..5cbebb5c5e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2025.6.2 +current_version = 2025.6.3 tag = True commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[a-zA-Z-]+)(?P[1-9]\\d*))? diff --git a/authentik/__init__.py b/authentik/__init__.py index 408916338a..78e20007de 100644 --- a/authentik/__init__.py +++ b/authentik/__init__.py @@ -2,7 +2,7 @@ from os import environ -__version__ = "2025.6.2" +__version__ = "2025.6.3" ENV_GIT_HASH_KEY = "GIT_BUILD_HASH" diff --git a/blueprints/schema.json b/blueprints/schema.json index 0e663019fd..9134f33f6e 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.6.2 Blueprint schema", + "title": "authentik 2025.6.3 Blueprint schema", "required": [ "version", "entries" diff --git a/docker-compose.yml b/docker-compose.yml index b5d67cce33..a1cb0c180a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: volumes: - redis:/data server: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.3} restart: unless-stopped command: server environment: @@ -55,7 +55,7 @@ services: redis: condition: service_healthy worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.3} restart: unless-stopped command: worker environment: diff --git a/internal/constants/constants.go b/internal/constants/constants.go index 3f08cab3c6..9b23331f3d 100644 --- a/internal/constants/constants.go +++ b/internal/constants/constants.go @@ -33,4 +33,4 @@ func UserAgent() string { return fmt.Sprintf("authentik@%s", FullVersion()) } -const VERSION = "2025.6.2" +const VERSION = "2025.6.3" diff --git a/lifecycle/aws/template.yaml b/lifecycle/aws/template.yaml index 9edc6b90dd..0665ee05e8 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.6.2 + Default: 2025.6.3 Description: authentik Docker image tag AuthentikServerCPU: Type: Number diff --git a/package-lock.json b/package-lock.json index 154765bd9c..358114baac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@goauthentik/authentik", - "version": "2025.6.2", + "version": "2025.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@goauthentik/authentik", - "version": "2025.6.2", + "version": "2025.6.3", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^5.2.2", "prettier": "^3.3.3", diff --git a/package.json b/package.json index 00447b31fb..ecb202b4bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@goauthentik/authentik", - "version": "2025.6.2", + "version": "2025.6.3", "private": true, "type": "module", "devDependencies": { diff --git a/pyproject.toml b/pyproject.toml index abdf91f414..6f3efe972f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "authentik" -version = "2025.6.2" +version = "2025.6.3" description = "" authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }] requires-python = "==3.13.*" diff --git a/schema.yml b/schema.yml index 5dd2c9ab3a..aa49a98751 100644 --- a/schema.yml +++ b/schema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: authentik - version: 2025.6.2 + version: 2025.6.3 description: Making authentication simple. contact: email: hello@goauthentik.io diff --git a/uv.lock b/uv.lock index 1bbf823754..1e99c43d67 100644 --- a/uv.lock +++ b/uv.lock @@ -165,7 +165,7 @@ wheels = [ [[package]] name = "authentik" -version = "2025.6.2" +version = "2025.6.3" source = { editable = "." } dependencies = [ { name = "argon2-cffi" },