Summary
Once conforma/go-gather v1.1.0 is released, update the dependency in conforma/cli and verify compatibility with the behavioral changes.
Blocked by
Required changes
go.mod bump
go get -u github.com/conforma/go-gather@v1.1.0
Verification checklist
No code changes expected
The go-gather changes are designed to be backward-compatible. The metadata pointer fix (#299) makes the cli's existing pointer type assertions in internal/policy/source/source.go (logMetadata function) work correctly without any cli-side changes.
Consumer-facing behavioral changes to note in release
- OCI registry User-Agent changed from
"conftest" to "go-gather" — if any OCI registries or proxies filter on this header, they may need updating
bitbucket.org URLs now route to Git gatherer instead of HTTP
Summary
Once conforma/go-gather v1.1.0 is released, update the dependency in conforma/cli and verify compatibility with the behavioral changes.
Blocked by
Required changes
go.mod bump
Verification checklist
make testpasses with new go-gather versionmake acceptancepasses (if applicable)logMetadatadebug output fires for all gatherer types (OCI, Git, file) — go-gather #299 fixes the pointer/value mismatch that caused silent assertion failuresbitbucket.orgURLs route to Git gatherer correctly — go-gather #300 fixes the HTTP/Git routing"go-gather"instead of"conftest")No code changes expected
The go-gather changes are designed to be backward-compatible. The metadata pointer fix (#299) makes the cli's existing pointer type assertions in
internal/policy/source/source.go(logMetadatafunction) work correctly without any cli-side changes.Consumer-facing behavioral changes to note in release
"conftest"to"go-gather"— if any OCI registries or proxies filter on this header, they may need updatingbitbucket.orgURLs now route to Git gatherer instead of HTTP