From 5c82b20b6ffc8373f68075b0904ca6382fba5683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonyi=20Gerg=C5=91?= Date: Sat, 31 May 2025 00:22:52 +0200 Subject: [PATCH] release: 2025.6.2 --- .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 ee5980b99424..6222994e1fe8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2025.6.1 +current_version = 2025.6.2 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 eef8d90fa307..408916338acc 100644 --- a/authentik/__init__.py +++ b/authentik/__init__.py @@ -2,7 +2,7 @@ from os import environ -__version__ = "2025.6.1" +__version__ = "2025.6.2" ENV_GIT_HASH_KEY = "GIT_BUILD_HASH" diff --git a/blueprints/schema.json b/blueprints/schema.json index ac5bf27ed569..bbb5f804b010 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.1 Blueprint schema", + "title": "authentik 2025.6.2 Blueprint schema", "required": [ "version", "entries" diff --git a/docker-compose.yml b/docker-compose.yml index c017db451b5b..b5d67cce3363 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.1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2} 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.1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2} restart: unless-stopped command: worker environment: diff --git a/internal/constants/constants.go b/internal/constants/constants.go index a325cc46122a..3f08cab3c694 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.1" +const VERSION = "2025.6.2" diff --git a/lifecycle/aws/template.yaml b/lifecycle/aws/template.yaml index 940c93998f1c..9edc6b90ddd8 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.1 + Default: 2025.6.2 Description: authentik Docker image tag AuthentikServerCPU: Type: Number diff --git a/package-lock.json b/package-lock.json index 39aeb996a91d..154765bd9ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@goauthentik/authentik", - "version": "2025.6.1", + "version": "2025.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@goauthentik/authentik", - "version": "2025.6.1", + "version": "2025.6.2", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^5.2.2", "prettier": "^3.3.3", diff --git a/package.json b/package.json index ba8a92bd1437..00447b31fb68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@goauthentik/authentik", - "version": "2025.6.1", + "version": "2025.6.2", "private": true, "type": "module", "devDependencies": { diff --git a/pyproject.toml b/pyproject.toml index 1bf8e23f1310..6fc2f9d048aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "authentik" -version = "2025.6.1" +version = "2025.6.2" description = "" authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }] requires-python = "==3.13.*" diff --git a/schema.yml b/schema.yml index ae415b8f15b6..8ff8970bea43 100644 --- a/schema.yml +++ b/schema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: authentik - version: 2025.6.1 + version: 2025.6.2 description: Making authentication simple. contact: email: hello@goauthentik.io diff --git a/uv.lock b/uv.lock index dfbf0af6d227..99e0a6567301 100644 --- a/uv.lock +++ b/uv.lock @@ -165,7 +165,7 @@ wheels = [ [[package]] name = "authentik" -version = "2025.6.1" +version = "2025.6.2" source = { editable = "." } dependencies = [ { name = "argon2-cffi" },