Files
s3-gateway/ci/support-matrix.yaml
57_Wolve 11e4bb7444
build / build (push) Successful in 13m18s
patches: add v1.7.0 series and register it as latest
Rebases the v1.6.0 de-brand + dark-theme patch series onto upstream
v1.7.0, which applied with no conflicts. Sanity-built locally: clean
git am, and goreleaser produced binaries/archives for all platforms
(including linux) from src/dist.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-14 22:47:12 -05:00

21 lines
707 B
YAML

# s3-gateway build support matrix — single source of truth for CI.
#
# Each entry maps an upstream versitygw release tag to the patch set
# (a directory under patches/) applied on top of that tag before
# building. Add a row when upstream cuts a release you want a
# de-branded build of; remove one to stop building it. See
# docs/multi-version-pipeline.md for the patch-refresh workflow.
#
# The highest-version entry is treated as "latest".
#
# tag upstream versitygw git tag (github.com/versity/versitygw)
# patches directory under patches/ to apply (defaults to `tag`)
versitygw:
- tag: v1.7.0
patches: v1.7.0
- tag: v1.6.0
patches: v1.6.0
- tag: v1.5.0
patches: v1.5.0