Unable to parse, error was: '25.04.9.4.1' is not supported (([0-9]+)\.([0-9]+)) #904

Open
opened 2026-08-10 19:07:29 +00:00 by javielico · 3 comments

Often I get this issue when trying to update recipes that contains multiple patched versions numbers, for example collabora/code brings the following issue:

WARN unable to parse collabora/code, error was: '25.04.9.4.1' is not supported (([0-9]+)\.([0-9]+)), skipping upgrade for app

Unsure if there's another ticket open, so apologies if there's.

Often I get this issue when trying to update recipes that contains multiple patched versions numbers, for example `collabora/code` brings the following issue: `WARN unable to parse collabora/code, error was: '25.04.9.4.1' is not supported (([0-9]+)\.([0-9]+)), skipping upgrade for app` Unsure if there's another ticket open, so apologies if there's.
devydave added the bugeasy-first-issue labels 2026-08-15 11:18:48 +00:00
Member

The version number '25.04.9.4.1' is very unusual for a tag, so our implementation does not support it at the moment. This should be a small adjustment to https://git.coopcloud.tech/toolshed/tagcmp to get it working.

The version number '25.04.9.4.1' is very unusual for a tag, so our implementation does not support it at the moment. This should be a small adjustment to https://git.coopcloud.tech/toolshed/tagcmp to get it working.
Owner

Is this version before or after the + in version string?

Is this version before or after the + in version string?
Member

Is this version before or after the + in version string?

After the current line is coop-cloud.${STACK_NAME}.version=4.2.3+25.04.9.4.1
https://git.coopcloud.tech/coop-cloud/collabora/src/branch/main/compose.yml

> Is this version before or after the + in version string? After the current line is `coop-cloud.${STACK_NAME}.version=4.2.3+25.04.9.4.1` https://git.coopcloud.tech/coop-cloud/collabora/src/branch/main/compose.yml
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#904