patches: add v1.6.0 de-brand series and register it as latest #1

Merged
57_Wolve merged 1 commits from claude/zen-goldberg-f1a139 into main 2026-06-26 19:20:13 +00:00
3 changed files with 3058 additions and 0 deletions
+3
View File
@@ -38,6 +38,8 @@ s3-gateway/
│ ├── publish-release.sh # upload dist/* to a Gitea release
│ └── run.sh # local end-to-end: clone + patch + build one tag
├── patches/
│ ├── v1.6.0/
│ │ └── 0001-webui-debrand.patch
│ └── v1.5.0/
│ └── 0001-webui-debrand.patch
├── .gitea/workflows/build.yml
@@ -77,6 +79,7 @@ Currently maintained:
| Upstream tag | Patch set | Contents |
|--------------|---------------|-----------------------------------|
| `v1.6.0` | `v1.6.0/` | `0001-webui-debrand.patch` |
| `v1.5.0` | `v1.5.0/` | `0001-webui-debrand.patch` |
### What the de-brand patch does
+2
View File
@@ -12,5 +12,7 @@
# patches directory under patches/ to apply (defaults to `tag`)
versitygw:
- tag: v1.6.0
patches: v1.6.0
- tag: v1.5.0
patches: v1.5.0
File diff suppressed because it is too large Load Diff