Commit Graph

5 Commits (openregistries)

Author SHA1 Message Date
Joe Bowbeer ee938a7b82 add unit tests 2023-08-09 03:46:49 +00:00
Neil Toledo e7a130d589 ran through gofmt; removed uneccessary comments; cleaned prometheus test 2020-06-12 16:14:11 -07:00
Aurélien Grenotton d3c1ee82d3 Add SemVer pre-release handling
Previously, SemVer pre-release version was used to differentiate kind
of "branches", not allowing to cross pre-release on update.
According to SemVer spec, this should rather rely on the metadata.
New "keel.sh/matchPreRelease" annotation (or label) is added to disable
current keel behavior and consider the pre-release as a standard
SemVer versioning token.
For backward compatibility purpose, its value defaults to "true" if not
specified.
Closes #252

Also reviewed WatchRepositoryTagsJob tags handling.
Fixes #490
2020-04-19 01:36:21 +02:00
Karolis Rusenas 1e729811b3 glob test 2018-09-02 21:34:27 +01:00
Karolis Rusenas b4fc8f2241 using policy interface, unifying update checks 2018-09-02 16:32:05 +01:00