ilot/authentik: upgrade to 2024.8.4 #71

Closed
opened 2024-10-29 12:55:31 +00:00 by ayakael · 3 comments
Owner
No description provided.
ayakael added the
Maintenance
label 2024-10-29 12:55:31 +00:00
ayakael changed title from ilot/authentik: upgrade to 2024.8.3 to ilot/authentik: upgrade to 2024.10.0 2024-10-30 23:24:37 +00:00
ayakael changed title from ilot/authentik: upgrade to 2024.10.0 to ilot/authentik: upgrade to 2024.8.4 2024-10-30 23:24:50 +00:00
Author
Owner

#73

https://forge.ilot.io/ilot/iports/pulls/73
Author
Owner

Diff between 2024.8.4 and 2024.10.0:

@@ -115,7 +115,9 @@ flower = "*"
 geoip2 = "*"
 google-api-python-client = "*"
 gunicorn = "*"
+gssapi = "*"
 jsonpatch = "*"
+jwcrypto = "*"
 kubernetes = "*"
 ldap3 = "*"
 lxml = "*"
@@ -129,6 +131,8 @@ 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 = "*"
@@ -161,6 +165,7 @@ debugpy = "*"
 drf-jsonschema-serializer = "*"
 freezegun = "*"
 importlib-metadata = "*"
+k5test = "*"
 pdoc = "*"
 pytest = "*"
``
Diff between 2024.8.4 and 2024.10.0: ```diff @@ -115,7 +115,9 @@ flower = "*" geoip2 = "*" google-api-python-client = "*" gunicorn = "*" +gssapi = "*" jsonpatch = "*" +jwcrypto = "*" kubernetes = "*" ldap3 = "*" lxml = "*" @@ -129,6 +131,8 @@ 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 = "*" @@ -161,6 +165,7 @@ debugpy = "*" drf-jsonschema-serializer = "*" freezegun = "*" importlib-metadata = "*" +k5test = "*" pdoc = "*" pytest = "*" ``
Author
Owner

Done

Done
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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#71
No description provided.