File tree 10 files changed +11
-11
lines changed
website/docs/install-config/install/aws
10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2024.12.0
2
+ current_version = 2024.12.1
3
3
tag = True
4
4
commit = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<rc_t>[a-zA-Z-]+)(?P<rc_n>[1-9]\\d*))?
Original file line number Diff line number Diff line change 2
2
3
3
from os import environ
4
4
5
- __version__ = "2024.12.0 "
5
+ __version__ = "2024.12.1 "
6
6
ENV_GIT_HASH_KEY = "GIT_BUILD_HASH"
7
7
8
8
Original file line number Diff line number Diff line change 2
2
"$schema": "http://json-schema.org/draft-07/schema",
3
3
"$id": "https://goauthentik.io/blueprints/schema.json",
4
4
"type": "object",
5
- "title": "authentik 2024.12.0 Blueprint schema",
5
+ "title": "authentik 2024.12.1 Blueprint schema",
6
6
"required": [
7
7
"version",
8
8
"entries"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
volumes :
32
32
- redis:/data
33
33
server :
34
- image : ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0 }
34
+ image : ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.1 }
35
35
restart : unless-stopped
36
36
command : server
37
37
environment :
@@ -54,7 +54,7 @@ services:
54
54
redis :
55
55
condition : service_healthy
56
56
worker :
57
- image : ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0 }
57
+ image : ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.1 }
58
58
restart : unless-stopped
59
59
command : worker
60
60
environment :
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ func UserAgent() string {
29
29
return fmt .Sprintf ("authentik@%s" , FullVersion ())
30
30
}
31
31
32
- const VERSION = "2024.12.0 "
32
+ const VERSION = "2024.12.1 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @goauthentik/authentik" ,
3
- "version" : " 2024.12.0 " ,
3
+ "version" : " 2024.12.1 " ,
4
4
"private" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " authentik"
3
- version = " 2024.12.0 "
3
+ version = " 2024.12.1 "
4
4
description = " "
5
5
authors = [
" authentik Team <[email protected] >" ]
6
6
Original file line number Diff line number Diff line change 1
1
openapi: 3.0.3
2
2
info:
3
3
title: authentik
4
- version: 2024.12.0
4
+ version: 2024.12.1
5
5
description: Making authentication simple.
6
6
contact:
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export const SUCCESS_CLASS = "pf-m-success";
3
3
export const ERROR_CLASS = "pf-m-danger" ;
4
4
export const PROGRESS_CLASS = "pf-m-in-progress" ;
5
5
export const CURRENT_CLASS = "pf-m-current" ;
6
- export const VERSION = "2024.12.0 " ;
6
+ export const VERSION = "2024.12.1 " ;
7
7
export const TITLE_DEFAULT = "authentik" ;
8
8
export const ROUTE_SEPARATOR = ";" ;
9
9
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Parameters:
24
24
Description : authentik server memory in MiB
25
25
Type : Number
26
26
AuthentikVersion :
27
- Default : 2024.12.0
27
+ Default : 2024.12.1
28
28
Description : authentik Docker image tag
29
29
Type : String
30
30
AuthentikWorkerCPU :
You can’t perform that action at this time.
0 commit comments