Closed jeremy-wl closed 5 years ago
/cc @kevinrizza @MartinBasti
Any progress on this one @jeremylinlin - @shawn-hurley's build is blocked on this and we'd like to be able to get it to QE.
Hi @ralphbean, sorry for the delay. I have just updated the PR @kevinrizza.
lgtm aside from Martin's one comment
:heavy_check_mark: flattening and pushing the manifests from the blocked build works with this patch.
This PR solves similar problem of https://github.com/operator-framework/operator-courier/pull/116, where we do not strictly require the version folder name to be a SemVer.
However, we still need the SemVer of the directory in order to compare and retrieve the latest version of each CRD from each version folder. We get this SemVer by first parsing the
spec.version
field in CSV of each folder.