The semver tags get filtered in 3-4 places currently and can be filtered on ingress. This requires perhaps opening the GitOps.Version.parse code up but I think it would clean up the control flow and reduce the possibility of errors on tags that have out of band formats.
See changes in #30
The semver tags get filtered in 3-4 places currently and can be filtered on ingress. This requires perhaps opening the
GitOps.Version.parse
code up but I think it would clean up the control flow and reduce the possibility of errors on tags that have out of band formats.