This is a clone of bug 1849518, Description of problem: The marketplace-operator --version should show the git source commits, not the build commits. Version-Release number of selected component (if applicable): Cluster version is 4.4.0-0.nightly-2020-06-21-210301 How reproducible: always Steps to Reproduce: 1. Install an OCP 4.x cluster 2. Check the marketplace-operator version. Actual results: The below git commit "01f5538293c300c97ea5b045d60981243bc24c30" isn't the source commit, we could not find it in the commits history: https://github.com/operator-framework/operator-marketplace/commits/release-4.4 mac:~ jianzhang$ oc -n openshift-marketplace exec marketplace-operator-664774d49-jhqkf -- marketplace-operator --version time="2020-06-22T05:48:11Z" level=info msg="Go Version: go1.13.4" time="2020-06-22T05:48:11Z" level=info msg="Go OS/Arch: linux/amd64" time="2020-06-22T05:48:11Z" level=info msg="operator-sdk Version: v0.8.0" Marketplace source git commit: 01f5538293c300c97ea5b045d60981243bc24c30 Expected results: It should show the source commits that we can find it in the https://github.com/operator-framework/operator-marketplace/commits/release-4.4 Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409