fix(release): ship LICENSE/NOTICE/DISCLAIMER in docker-compose tarball#4850
Merged
bobbai00 merged 2 commits intoMay 3, 2026
Conversation
ASF policy requires distributed artifacts to carry LICENSE, NOTICE, and (while incubating) DISCLAIMER. The RC docker-compose tarball produced by create-release-candidate.yml was missing them. Add per-bundle files at bin/single-node/. The bundle ships only Texera- authored YAML/SQL/Markdown, so its LICENSE is plain Apache 2.0 (the root LICENSE's THIRD-PARTY DEPENDENCIES section covers code that isn't shipped in this artifact). NOTICE and DISCLAIMER are the project-level files, identical to root. Closes apache#4847 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4850 +/- ##
============================================
+ Coverage 43.37% 43.41% +0.03%
- Complexity 2040 2111 +71
============================================
Files 957 957
Lines 34077 34946 +869
Branches 3753 3893 +140
============================================
+ Hits 14782 15171 +389
- Misses 18506 18971 +465
- Partials 789 804 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aglinxinyuan
approved these changes
May 3, 2026
Contributor
|
Backport to |
Yicong-Huang
pushed a commit
that referenced
this pull request
May 3, 2026
#4850) ### What changes were proposed in this PR? ASF policy requires distributed artifacts to carry `LICENSE`, `NOTICE`, and (while incubating) `DISCLAIMER`. The RC docker-compose tarball produced by `.github/workflows/create-release-candidate.yml` was missing them. This PR adds per-bundle files at `bin/single-node/`: - `bin/single-node/LICENSE` — plain Apache 2.0 text. The bundle ships only Texera-authored YAML/SQL/Markdown (`docker-compose.yml`, `nginx.conf`, `litellm-config.yaml`, `.env`, `README.md`, `examples/`, `sql/`), so the root `LICENSE`'s `THIRD-PARTY DEPENDENCIES` section (which attributes bundled MIT-licensed source from mbknor-jackson-jsonschema, Angular formly, TypeFox monaco-languageclient, SVGRepo) does **not** apply here. Including those attributions would be misleading because none of that code is in the tarball. - `bin/single-node/NOTICE` — copy of root `NOTICE` (project-level ASF attribution; applies to any artifact). - `bin/single-node/DISCLAIMER` — copy of root `DISCLAIMER` ### Any related issues, documentation, discussions? Closes #4847. ### How was this PR tested? ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) (backported from commit 3d80393) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
ASF policy requires distributed artifacts to carry
LICENSE,NOTICE, and (while incubating)DISCLAIMER. The RC docker-compose tarball produced by.github/workflows/create-release-candidate.ymlwas missing them.This PR adds per-bundle files at
bin/single-node/:bin/single-node/LICENSE— plain Apache 2.0 text. The bundle ships only Texera-authored YAML/SQL/Markdown (docker-compose.yml,nginx.conf,litellm-config.yaml,.env,README.md,examples/,sql/), so the rootLICENSE'sTHIRD-PARTY DEPENDENCIESsection (which attributes bundled MIT-licensed source from mbknor-jackson-jsonschema, Angular formly, TypeFox monaco-languageclient, SVGRepo) does not apply here. Including those attributions would be misleading because none of that code is in the tarball.bin/single-node/NOTICE— copy of rootNOTICE(project-level ASF attribution; applies to any artifact).bin/single-node/DISCLAIMER— copy of rootDISCLAIMERAny related issues, documentation, discussions?
Closes #4847.
How was this PR tested?
Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-7)