abra app upgrade randomly misses release notes #807

Open
opened 2026-03-25 16:42:32 +00:00 by iexos · 0 comments
Member

This is a weird one. I have been doing upgrades after restoring an old backup of authentik (#804) but also here it wasn't showing the release notes. See here the output of identical commands:

$ abra app upgrade <domain>
? please select an upgrade (version: 10.2.0+2025.12.4): 11.0.3+2026.2.1
WARN no version found for config logo
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                  UPGRADE OVERVIEW                                  ┃
┃                                                                                    ┃
┃ DOMAIN                https://<domain>                                             ┃
┃ RECIPE                authentik                                                    ┃
┃ SERVER                <server>                                                     ┃
┃ CONFIG                compose.yml                                                  ┃
┃                       ../../servers/<server>/<domain>/compose.yml                  ┃
┃                                                                                    ┃
┃ CURRENT DEPLOYMENT    10.2.0+2025.12.4                                             ┃
┃ ENV VERSION           10.2.0+2025.12.4                                             ┃
┃ NEW DEPLOYMENT        11.0.3+2026.2.1                                              ┃
┃                                                                                    ┃
┃ IMAGES                goauthentik/server: 2025.12.4 → 2026.2.1                     ┃
┃                                                                                    ┃
┃ CONFIGS               logo: ? (missing version)                                    ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
11.0.2+2026.2.1 release notes:
WARNING: This update will clear all custom assets in /web/dist/asssts. You might need to run customize() again.
11.0.0+2026.2.1 release notes:
You must deploy 10.2.0+2025.12.4 first, before deploying this version, if upgrading from 2025.10 or earlier.
Skipping the intermediate version will cause a migration error (although rolled back safely, no data loss).


WARN AUTHENTIK_BOOTSTRAP_EMAIL missing from <domain>.env
WARN ENABLE_BACKUPS missing from <domain>.env
$ abra app upgrade <domain>
? please select an upgrade (version: 10.2.0+2025.12.4): 11.0.3+2026.2.1
WARN no version found for config logo
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                  UPGRADE OVERVIEW                                  ┃
┃                                                                                    ┃
┃ DOMAIN                https://<domain>                                             ┃
┃ RECIPE                authentik                                                    ┃
┃ SERVER                <server>                                                     ┃
┃ CONFIG                compose.yml                                                  ┃
┃                       ../../servers/<server>/<domain>/compose.yml                  ┃
┃                                                                                    ┃
┃ CURRENT DEPLOYMENT    10.2.0+2025.12.4                                             ┃
┃ ENV VERSION           10.2.0+2025.12.4                                             ┃
┃ NEW DEPLOYMENT        11.0.3+2026.2.1                                              ┃
┃                                                                                    ┃
┃ IMAGES                goauthentik/server: 2025.12.4 → 2026.2.1                     ┃
┃                                                                                    ┃
┃ CONFIGS               logo: ? (missing version)                                    ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
WARN AUTHENTIK_BOOTSTRAP_EMAIL missing from <domain>.env
WARN ENABLE_BACKUPS missing from <domain>.env
WARN no release notes available for 11.0.3+2026.2.1

Debug output doesn't show anything I suppose is useful.

I retried several times with different update tags. I didn't find any predictable pattern, it seems to be completely random if abra decides to show release notes or not. Maybe some kind of race condition?

This is a weird one. I have been doing upgrades after restoring an old backup of authentik (#804) but also here it wasn't showing the release notes. See here the output of identical commands: ``` $ abra app upgrade <domain> ? please select an upgrade (version: 10.2.0+2025.12.4): 11.0.3+2026.2.1 WARN no version found for config logo ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ UPGRADE OVERVIEW ┃ ┃ ┃ ┃ DOMAIN https://<domain> ┃ ┃ RECIPE authentik ┃ ┃ SERVER <server> ┃ ┃ CONFIG compose.yml ┃ ┃ ../../servers/<server>/<domain>/compose.yml ┃ ┃ ┃ ┃ CURRENT DEPLOYMENT 10.2.0+2025.12.4 ┃ ┃ ENV VERSION 10.2.0+2025.12.4 ┃ ┃ NEW DEPLOYMENT 11.0.3+2026.2.1 ┃ ┃ ┃ ┃ IMAGES goauthentik/server: 2025.12.4 → 2026.2.1 ┃ ┃ ┃ ┃ CONFIGS logo: ? (missing version) ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ 11.0.2+2026.2.1 release notes: WARNING: This update will clear all custom assets in /web/dist/asssts. You might need to run customize() again. 11.0.0+2026.2.1 release notes: You must deploy 10.2.0+2025.12.4 first, before deploying this version, if upgrading from 2025.10 or earlier. Skipping the intermediate version will cause a migration error (although rolled back safely, no data loss). WARN AUTHENTIK_BOOTSTRAP_EMAIL missing from <domain>.env WARN ENABLE_BACKUPS missing from <domain>.env ``` ``` $ abra app upgrade <domain> ? please select an upgrade (version: 10.2.0+2025.12.4): 11.0.3+2026.2.1 WARN no version found for config logo ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ UPGRADE OVERVIEW ┃ ┃ ┃ ┃ DOMAIN https://<domain> ┃ ┃ RECIPE authentik ┃ ┃ SERVER <server> ┃ ┃ CONFIG compose.yml ┃ ┃ ../../servers/<server>/<domain>/compose.yml ┃ ┃ ┃ ┃ CURRENT DEPLOYMENT 10.2.0+2025.12.4 ┃ ┃ ENV VERSION 10.2.0+2025.12.4 ┃ ┃ NEW DEPLOYMENT 11.0.3+2026.2.1 ┃ ┃ ┃ ┃ IMAGES goauthentik/server: 2025.12.4 → 2026.2.1 ┃ ┃ ┃ ┃ CONFIGS logo: ? (missing version) ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ WARN AUTHENTIK_BOOTSTRAP_EMAIL missing from <domain>.env WARN ENABLE_BACKUPS missing from <domain>.env WARN no release notes available for 11.0.3+2026.2.1 ``` Debug output doesn't show anything I suppose is useful. I retried several times with different update tags. I didn't find any predictable pattern, it seems to be completely random if abra decides to show release notes or not. Maybe some kind of race condition?
iexos added the
bug
label 2026-03-25 16:42:32 +00:00
decentral1se added this to the Abra "next" project 2026-03-29 16:04:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#807
No description provided.