Summary
There is a mismatch between the published Helm chart release artifact (tekton-operator-0.80.0.tgz) and the source code at Git tag tekton-operator-0.80.0.
The chart package contains changes from commit 0f90822d4 (and potentially others), which occurs after tag commit ca2b95e.
Expected Behavior
The published .tgz release asset should deterministically match the source tree at the tekton-operator-0.80.0 Git tag.
Actual Behavior
The contents of tekton-operator-0.80.0.tgz include commits beyond ca2b95e.
Given that tag v0.80.0 was previously re-pointed from ca2b95e to ffdc96b, it appears tekton-operator-0.80.0 may not have been moved in sync, or the release archive was packaged from a different commit reference.
Steps to Reproduce
- Download the release chart archive from the v0.80.0 release page:
wget https://github.com/tektoncd/operator/releases/download/tekton-operator-0.80.0/tekton-operator-0.80.0.tgz
tar -xzf tekton-operator-0.80.0.tgz
- Checkout tag
tekton-operator-0.80.0 from the repository:
git checkout tags/tekton-operator-0.80.0
- Diff the extracted chart against the repository tree at tag
tekton-operator-0.80.0.
- Note that commit
0f90822d4 (which is ahead of ca2b95e) is present inside the packaged chart.
Environment / Release Details
- Release / Tag:
tekton-operator-0.80.0
- Asset Name:
tekton-operator-0.80.0.tgz
- Tag Commit:
ca2b95e
- Main Release Tag Commit (
v0.80.0): ffdc96b
Additional Context / Request
Could the maintainers please confirm the exact commit reference used to build tekton-operator-0.80.0.tgz and ensure the tekton-operator-0.80.0 Git tag is updated or aligned accordingly?
Summary
There is a mismatch between the published Helm chart release artifact (
tekton-operator-0.80.0.tgz) and the source code at Git tagtekton-operator-0.80.0.The chart package contains changes from commit
0f90822d4(and potentially others), which occurs after tag commitca2b95e.Expected Behavior
The published
.tgzrelease asset should deterministically match the source tree at thetekton-operator-0.80.0Git tag.Actual Behavior
The contents of
tekton-operator-0.80.0.tgzinclude commits beyondca2b95e.Given that tag
v0.80.0was previously re-pointed fromca2b95etoffdc96b, it appearstekton-operator-0.80.0may not have been moved in sync, or the release archive was packaged from a different commit reference.Steps to Reproduce
tekton-operator-0.80.0from the repository:tekton-operator-0.80.0.0f90822d4(which is ahead ofca2b95e) is present inside the packaged chart.Environment / Release Details
tekton-operator-0.80.0tekton-operator-0.80.0.tgzca2b95ev0.80.0):ffdc96bAdditional Context / Request
Could the maintainers please confirm the exact commit reference used to build
tekton-operator-0.80.0.tgzand ensure thetekton-operator-0.80.0Git tag is updated or aligned accordingly?