Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WUD gets a false positive #569

Open
MadsKelberg opened this issue Jan 18, 2025 · 0 comments
Open

WUD gets a false positive #569

MadsKelberg opened this issue Jan 18, 2025 · 0 comments

Comments

@MadsKelberg
Copy link

MadsKelberg commented Jan 18, 2025

I'm running WUD v. 8.0.0

I have WUD watching this container from linuxserver, so it has different release tags than the original repository.
linuxserver tags
original tags

I'm mentioning this because it just has relevance for the link template, so that's the reasoning behind using transform.

I'm using the following labels on my container and it registers the correct releases/tags.

- 'wud.tag.include=^version-\d+\.\d+\.\d+\.\d+$$'
- 'wud.tag.transform=^version-(\d+\.\d+\.\d+\.\d+)$$ => $$1'
- 'wud.link.template=https://github.com/Sonarr/Sonarr/releases/tag/v$${transformed}'

The problem I'm facing is that it detects the release version-4.0.9.2244 that i can't even find in the linuxserver tags. It also thinks that it is newer than the latest version-4.0.12.2823.

Adding that version to the tag.exclude does not help, it will just hit on the previous version version-4.0.8.1874, which I can find in the versions list version-4.0.8.1874.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant