diff --git a/authentik/__init__.py b/authentik/__init__.py index e7f319421d..c683bb13bb 100644 --- a/authentik/__init__.py +++ b/authentik/__init__.py @@ -3,7 +3,7 @@ from functools import lru_cache from os import environ -VERSION = "2026.2.2-rc1" +VERSION = "2026.2.2-rc2" ENV_GIT_HASH_KEY = "GIT_BUILD_HASH" diff --git a/blueprints/schema.json b/blueprints/schema.json index 85248f956e..ec99ec35ed 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 2026.2.2-rc1 Blueprint schema", + "title": "authentik 2026.2.2-rc2 Blueprint schema", "required": [ "version", "entries" diff --git a/internal/constants/VERSION b/internal/constants/VERSION index b5e45b6231..83fd8c80ec 100644 --- a/internal/constants/VERSION +++ b/internal/constants/VERSION @@ -1 +1 @@ -2026.2.2-rc1 \ No newline at end of file +2026.2.2-rc2 \ No newline at end of file diff --git a/lifecycle/aws/template.yaml b/lifecycle/aws/template.yaml index 3f7f773955..20283239a2 100644 --- a/lifecycle/aws/template.yaml +++ b/lifecycle/aws/template.yaml @@ -18,7 +18,7 @@ Parameters: Description: authentik Docker image AuthentikVersion: Type: String - Default: 2026.2.2-rc1 + Default: 2026.2.2-rc2 Description: authentik Docker image tag AuthentikServerCPU: Type: Number diff --git a/lifecycle/container/compose.yml b/lifecycle/container/compose.yml index dfa9e08b06..4868c98bcc 100644 --- a/lifecycle/container/compose.yml +++ b/lifecycle/container/compose.yml @@ -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:-2026.2.2-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2-rc2} ports: - ${COMPOSE_PORT_HTTP:-9000}:9000 - ${COMPOSE_PORT_HTTPS:-9443}:9443 @@ -53,7 +53,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:-2026.2.2-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2-rc2} restart: unless-stopped shm_size: 512mb user: root diff --git a/package-lock.json b/package-lock.json index 7a35d25387..8232e644c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@goauthentik/authentik", - "version": "2026.2.2-rc1", + "version": "2026.2.2-rc2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@goauthentik/authentik", - "version": "2026.2.2-rc1", + "version": "2026.2.2-rc2", "dependencies": { "@eslint/js": "^9.39.1", "@goauthentik/eslint-config": "./packages/eslint-config", diff --git a/package.json b/package.json index 3e65ac35c2..a403bc2e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@goauthentik/authentik", - "version": "2026.2.2-rc1", + "version": "2026.2.2-rc2", "private": true, "type": "module", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index d9b0bbd45f..1e6c6f146a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "authentik" -version = "2026.2.2-rc1" +version = "2026.2.2-rc2" description = "" authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }] requires-python = "==3.14.*" diff --git a/schema.yml b/schema.yml index b22a9afc4a..a40a3c193e 100644 --- a/schema.yml +++ b/schema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: authentik - version: 2026.2.2-rc1 + version: 2026.2.2-rc2 description: Making authentication simple. contact: email: hello@goauthentik.io diff --git a/uv.lock b/uv.lock index 8aea98a244..dfc35cc044 100644 --- a/uv.lock +++ b/uv.lock @@ -221,7 +221,7 @@ wheels = [ [[package]] name = "authentik" -version = "2026.2.2rc1" +version = "2026.2.2rc2" source = { editable = "." } dependencies = [ { name = "ak-guardian" }, diff --git a/web/package-lock.json b/web/package-lock.json index dfde02808a..b759621e22 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@goauthentik/web", - "version": "2026.2.2-rc1", + "version": "2026.2.2-rc2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@goauthentik/web", - "version": "2026.2.2-rc1", + "version": "2026.2.2-rc2", "license": "MIT", "workspaces": [ "./packages/*" diff --git a/web/package.json b/web/package.json index f844000ea5..a77fe9cd84 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@goauthentik/web", - "version": "2026.2.2-rc1", + "version": "2026.2.2-rc2", "license": "MIT", "private": true, "scripts": {