abra app ls -S doesn't show available upgrade, but there is one #737

Open
opened 2025-12-17 19:51:42 +00:00 by marlon · 1 comment

I don't have very detailed information about this, but here's what I've observed multiple times:

  • A new version of a recipe (e.g. baserow) has been released a while ago
  • I run abra app ls -S
  • In the output, the UPGRADE column for my deployment of that recipe says latest
  • I navigate to ~/.abra/recipes/baserow and run git pull
  • Now when I run abra app ls -S I see a new version under UPGRADE

Debug output does show checking for available tags, but does not include the most recent tag. For example:
DEBU <recipe/git.go:367> detected 0.1.0+1.21.2, 0.1.1+1.21.2, 0.1.2+1.21.2, 0.2.0+1.21.2, 0.3.0+1.25.2, 0.3.1+1.25.2, 0.4.0+1.28.0, 0.5.0+1.29.0, 0.6.0+1.30.1, 0.7.0+1.31.1, 1.0.0+1.31.1, 1.1.0+1.31.1, 1.2.0+1.35.3, 1.2.1+1.35.3 as tags for recipe baserow

I don't have very detailed information about this, but here's what I've observed multiple times: - A new version of a recipe (e.g. baserow) has been released a while ago - I run `abra app ls -S` - In the output, the `UPGRADE` column for my deployment of that recipe says `latest` - I navigate to ~/.abra/recipes/baserow and run `git pull` - Now when I run `abra app ls -S` I see a new version under `UPGRADE` Debug output does show checking for available tags, but does not include the most recent tag. For example: `DEBU <recipe/git.go:367> detected 0.1.0+1.21.2, 0.1.1+1.21.2, 0.1.2+1.21.2, 0.2.0+1.21.2, 0.3.0+1.25.2, 0.3.1+1.25.2, 0.4.0+1.28.0, 0.5.0+1.29.0, 0.6.0+1.30.1, 0.7.0+1.31.1, 1.0.0+1.31.1, 1.1.0+1.31.1, 1.2.0+1.35.3, 1.2.1+1.35.3 as tags for recipe baserow`
Owner

Jeebus, with a quick scan over https://git.coopcloud.tech/toolshed/abra/src/branch/main/cli/app/list.go I think we are indeed not pulling in the latest for recipes! This would seem to be a bug then 👁️ Thanks for reporting!

Jeebus, with a quick scan over https://git.coopcloud.tech/toolshed/abra/src/branch/main/cli/app/list.go I think we are indeed not pulling in the latest for recipes! This would seem to be a bug then 👁️ Thanks for reporting!
decentral1se added the
bug
label 2025-12-18 11:16:53 +00:00
decentral1se added the
critical fix
label 2025-12-18 22:02:16 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#737
No description provided.