user/authentik: upgrade to 2023.10.4 #267

Merged
ayakael merged 1 commit from authentik/upgrade-2023.8.3 into edge 2023-11-27 18:16:49 +00:00
ayakael commented 2023-09-11 18:08:08 +00:00 (Migrated from lab.ilot.io)
No description provided.
ayakael commented 2023-09-12 18:04:25 +00:00 (Migrated from lab.ilot.io)
Currently blocked https://github.com/nodejs/node/issues/49497
ayakael commented 2023-11-27 15:58:04 +00:00 (Migrated from lab.ilot.io)

added 1 commit

  • d5c264c1 - user/authentik: upgrade to 2023.10.4

Compare with previous version

added 1 commit <ul><li>d5c264c1 - user/authentik: upgrade to 2023.10.4</li></ul> [Compare with previous version](/ayakael/user-aports/-/merge_requests/240/diffs?diff_id=3067&start_sha=e1e2d23d33c43126d5abf4349dd4904edcc335d3)
ayakael commented 2023-11-27 15:58:56 +00:00 (Migrated from lab.ilot.io)

changed title from user/authentik: upgrade to 2023.{-8.3-} to user/authentik: upgrade to 2023.{+10.4+}

changed title from **user/authentik: upgrade to 2023.{-8.3-}** to **user/authentik: upgrade to 2023.{+10.4+}**
ayakael commented 2023-11-27 15:59:19 +00:00 (Migrated from lab.ilot.io)

added 92 commits

  • d5c264c1...fab01a1a - 90 commits from branch edge
  • 4899ee60 - user/authentik: upgrade to 2023.8.3
  • 83fc527e - user/authentik: upgrade to 2023.10.4

Compare with previous version

added 92 commits <ul><li>d5c264c1...fab01a1a - 90 commits from branch <code>edge</code></li><li>4899ee60 - user/authentik: upgrade to 2023.8.3</li><li>83fc527e - user/authentik: upgrade to 2023.10.4</li></ul> [Compare with previous version](/ayakael/user-aports/-/merge_requests/240/diffs?diff_id=3069&start_sha=d5c264c10d0de7a53066d0c91c6c041be55895a3)
ayakael commented 2023-11-27 17:31:07 +00:00 (Migrated from lab.ilot.io)

It does seem like the following bug hasn't been fixed: https://github.com/goauthentik/authentik/pull/7116

Had to manually add the missing tables.

It does seem like the following bug hasn't been fixed: https://github.com/goauthentik/authentik/pull/7116 Had to manually add the missing tables.
ayakael commented 2023-11-27 17:33:05 +00:00 (Migrated from lab.ilot.io)

added 1 commit

  • cefee495 - user/authentik: upgrade to 2023.10.4

Compare with previous version

added 1 commit <ul><li>cefee495 - user/authentik: upgrade to 2023.10.4</li></ul> [Compare with previous version](/ayakael/user-aports/-/merge_requests/240/diffs?diff_id=3079&start_sha=83fc527e5acb395e7907d61b4714c8d0bce23ef6)
ayakael commented 2023-11-27 17:36:39 +00:00 (Migrated from lab.ilot.io)

The following postgres commands did the trick with sudo -u authentik psql -d authentik

BEGIN TRANSACTION;                                                                                
CREATE TABLE IF NOT EXISTS authentik_install_id (
    id TEXT NOT NULL
);
COMMIT;
INSERT INTO authentik_install_id (id) VALUES ('secret_key');
The following postgres commands did the trick with `sudo -u authentik psql -d authentik` ``` BEGIN TRANSACTION; CREATE TABLE IF NOT EXISTS authentik_install_id ( id TEXT NOT NULL ); COMMIT; INSERT INTO authentik_install_id (id) VALUES ('secret_key'); ```
ayakael commented 2023-11-27 18:16:41 +00:00 (Migrated from lab.ilot.io)

added 3 commits

  • cefee495...dbad9842 - 2 commits from branch edge
  • 2b18c58e - user/authentik: upgrade to 2023.10.4

Compare with previous version

added 3 commits <ul><li>cefee495...dbad9842 - 2 commits from branch <code>edge</code></li><li>2b18c58e - user/authentik: upgrade to 2023.10.4</li></ul> [Compare with previous version](/ayakael/user-aports/-/merge_requests/240/diffs?diff_id=3088&start_sha=cefee4953e9ec29fc5bb54fa1cb1e49db653af38)
ayakael (Migrated from lab.ilot.io) merged commit into edge 2023-11-27 18:16:49 +00:00
Sign in to join this conversation.
No reviewers
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: forge/ayaports#267
No description provided.