Skip to content

Fix issues from recent PRs#874

Closed
avargaskun wants to merge 3 commits intogetwud:mainfrom
avargaskun:main
Closed

Fix issues from recent PRs#874
avargaskun wants to merge 3 commits intogetwud:mainfrom
avargaskun:main

Conversation

@avargaskun
Copy link
Contributor

@avargaskun avargaskun commented Dec 20, 2025

A mix of PRs that were merged recently had the following issues:

PR #840

  • Code is throwing errors instead of returning the filtered list of tags (this change is effectively reverted by this PR)

PR #841

  • Code is attempting to match regex against boolean field: container.image.tag.semver

PR #842

  • Code calling isDigestToWatch should pass parsedImage but instead is passing the domain which causes a NPE
  • The label wud.watch.digest should be respected regardless of registry (it's up to the user to deal with rate-limiting)

Adding unit test coverage to protect against regressions in these areas.

- Attempting to run regex on boolean field: container.image.tag.semver
- Throwing instead of returning filtered list of tags
BUG: The logic calling `isDigestToWatch` should pass parsedImage but instead is passing the domain
CHANGE: The label `wud.watch.digest` should be respected regardless of registry
@avargaskun
Copy link
Contributor Author

Closing this PR as the fixes contained within have been included with #893

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

Successfully merging this pull request may close these issues.

1 participant