Add static/banner/v1.json, the art Weaviate fetches for its repeat banner - #3688
Open
g-despot wants to merge 2 commits into
Open
Add static/banner/v1.json, the art Weaviate fetches for its repeat banner#3688g-despot wants to merge 2 commits into
g-despot wants to merge 2 commits into
Conversation
Served at weaviate.io/banner/v1.json. Weaviate Database v1.40+ fetches it for the banner it logs every BANNER_INTERVAL and falls back to embedded art when it cannot. Keep this file's shape; a new format gets a new file.
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
g-despot
added a commit
to weaviate/weaviate
that referenced
this pull request
Aug 26, 2026
…le is deployed Revert before merge: weaviate/weaviate-io#3688 puts the file at https://weaviate.io/banner/v1.json.
4 tasks
Weaviate prints it under the banner as a News line: at most 3 lines of 100 columns, empty when there is nothing to announce.
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.
Weaviate Database v1.40+ (weaviate/weaviate#12738) logs a startup banner and repeats it every
BANNER_INTERVAL; the repeat draws its art fromhttps://weaviate.io/banner/v1.jsonwhen it can fetch it and falls back to embedded art otherwise. This adds that file understatic/banner/.The shape (
schema_version: 1,art: up to 10 lines of up to 100 columns, printable characters only) is a contract with released binaries: change the art freely, never the shape — a new format getsv2.json.Update 2026-08-27. The file also carries an optional
message: up to 3 lines of up to 100 columns that Weaviate prints under the banner as a► News:line, for a release or feature announcement; leave it empty when there is nothing to announce. It currently carries the 1.39 announcement — the blog URL in it should be checked against the published post before merge.