ilot/authentik: upgrade to 2024.10.5 #75

Closed
opened 2024-11-02 05:00:29 +00:00 by forge · 4 comments
Member

Dependency changes:

diff --git a/pyproject.toml b/pyproject.toml
index 4b5f83896..58b052afd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "authentik"
-version = "2024.8.6"
+version = "2024.10.5"
 description = ""
 authors = ["authentik Team <hello@goauthentik.io>"]
 
@@ -115,7 +115,9 @@ flower = "*"
 geoip2 = "*"
 google-api-python-client = "*"
 gunicorn = "*"
+gssapi = "*"
 jsonpatch = "*"
+jwcrypto = "*"
 kubernetes = "*"
 ldap3 = "*"
 lxml = "*"
@@ -129,12 +131,15 @@ pydantic-scim = "*"
 pyjwt = "*"
 pyrad = "*"
 python = "~3.12"
+# Fork of python-kadmin with compilation fixes as it's unmaintained
+python-kadmin = { git = "https://github.com/authentik-community/python-kadmin.git", tag = "v0.2.0" }
 pyyaml = "*"
 requests-oauthlib = "*"
 scim2-filter-parser = "*"
 sentry-sdk = "*"
 service_identity = "*"
 setproctitle = "*"
+setuptools = "~69.1"
 structlog = "*"
 swagger-spec-validator = "*"
 tenant-schemas-celery = "*"
@@ -161,6 +166,7 @@ debugpy = "*"
 drf-jsonschema-serializer = "*"
 freezegun = "*"
 importlib-metadata = "*"
+k5test = "*"
 pdoc = "*"
 pytest = "*"
 pytest-django = "*"
Dependency changes: ```diff diff --git a/pyproject.toml b/pyproject.toml index 4b5f83896..58b052afd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "authentik" -version = "2024.8.6" +version = "2024.10.5" description = "" authors = ["authentik Team <hello@goauthentik.io>"] @@ -115,7 +115,9 @@ flower = "*" geoip2 = "*" google-api-python-client = "*" gunicorn = "*" +gssapi = "*" jsonpatch = "*" +jwcrypto = "*" kubernetes = "*" ldap3 = "*" lxml = "*" @@ -129,12 +131,15 @@ pydantic-scim = "*" pyjwt = "*" pyrad = "*" python = "~3.12" +# Fork of python-kadmin with compilation fixes as it's unmaintained +python-kadmin = { git = "https://github.com/authentik-community/python-kadmin.git", tag = "v0.2.0" } pyyaml = "*" requests-oauthlib = "*" scim2-filter-parser = "*" sentry-sdk = "*" service_identity = "*" setproctitle = "*" +setuptools = "~69.1" structlog = "*" swagger-spec-validator = "*" tenant-schemas-celery = "*" @@ -161,6 +166,7 @@ debugpy = "*" drf-jsonschema-serializer = "*" freezegun = "*" importlib-metadata = "*" +k5test = "*" pdoc = "*" pytest = "*" pytest-django = "*" ```
forge added the
Maintenance
label 2024-11-02 05:00:29 +00:00
forge changed title from ilot/authentik: upgrade to 2024.10.0 to ilot/authentik: upgrade to 2024.10.1 2024-11-08 05:01:05 +00:00
forge changed title from ilot/authentik: upgrade to 2024.10.1 to ilot/authentik: upgrade to 2024.10.2 2024-11-15 05:01:06 +00:00
forge changed title from ilot/authentik: upgrade to 2024.10.2 to ilot/authentik: upgrade to 2024.10.4 2024-11-22 05:01:06 +00:00
ayakael added this to the Maintenance project 2024-11-24 00:34:04 +00:00
Owner

Can be done while upgrading to 3.21

Can be done while upgrading to 3.21
Owner

v3.21 is also missing uvicorn

v3.21 is also missing uvicorn
ayakael changed title from ilot/authentik: upgrade to 2024.10.4 to ilot/authentik: upgrade to 2024.10.5 2025-01-05 16:02:40 +00:00
Owner
https://forge.ilot.io/ilot/iports/pulls/104
Owner

Upgrade done

Upgrade done
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ilot/iports#75
No description provided.