abra app ls -S
not reporting latest versions for traefik?
#561
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
but looking at traefik.git recipe, it should suggest 3.1.0+v2.11.24, no?
i could run
abra app upgrade
and select3.1.0+v2.11.24
manually.@fauno without
--debug
logs, this is hard to start to try to figure out. I imagine the local state has changed now but it would also be good to see your local$ABRA_DIR/catalogue/recipes.json
contents fortraefik
. I imagine that aabra app upgrade
did a pull of the latest changes and perhapsabra app list
does not? If you can provide any further information or try to test again to get some deeper insight into the issue, that'd be much appreciated. I think I have a few tests in mind on how to smoke this out but I am short on time currently.fwiw i had the latest changes on the traefik repo before running
abra app upgrade
, and had runabra recipe fetch
a couple days before, or maybe the same day, but before runningabra app ls -S
.now that i upgraded, i see:
(no idea why gitea would have line wraps on code blocks...)
I have more logs from @iexos showing another reproduction for this. It's definitely a 🐛
@fauno @iexos sorry for the massive delay. I've spent time diagnosing this from the issues / provided logs/patches / running the tests / etc. From the logs of @iexos and provided fix #565 I realised that that is indeed the perfect fix 😅 I am running the integration suite now to ensure there is no further regression. The root cause is 1. old abra always set the
chaosVersion
(fixed in #479) 2. new abra made a decision based on this label (see6fb41e5300
) which caused this issue to appear betweenabra
versions 🙈 That makes it near impossible to test reliably so I'm just gonna run everything and if it passes, merge #565 Sorry again for the delay but glad to be more sure what is going on at least now and reasonably certain there will be no further regression 🙏