Release v0.10.0#865
Merged
Merged
Conversation
chore: sync main → develop after v0.9.1
Add develop-auto to the pull_request branch filters of ci.yml, changeset-check.yml and require-review.yml so PRs to the /auto base branch run the identical check set as develop; install the auto-base-guard.yml backstop (parity-excluded) that fails any auto/* PR not targeting develop-auto; empty changeset (CI-only). Closes #767
…ct bypass (follow-up to #811)
…re unresolved (follow-up to #815)
* feat(web): upscale landing hero video + poster to 4K (#862) AI-upscaled the 1080p master to 4K (Real-ESRGAN animevideov3 2x), re-padded to the same 2.4:1 canvas (5184x2160) with blurred-scene fill, encoded at crf26/6.5Mbit (~64MB) to balance crispness vs landing-page weight. Pure asset swap; object-cover is resolution-agnostic so no code change. * docs: changeset for #862 --------- Co-authored-by: Shining <250120269+chronoai-shining@users.noreply.github.com>
Promote develop-auto security-review campaign + landing video → develop (#856)
Co-authored-by: Shining <250120269+chronoai-shining@users.noreply.github.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.
Promote develop → main to cut v0.10.0 (from 0.9.1).
Carries the autonomous security-review campaign (PRs #806–#842), the landing hero video (#318/#840), the landing text-clip fix (#859), and the 4K hero upscale (#862) — plus the curated
release-notes-20260605.mdand 23 changesets (1 minor + patches → minor bump).On merge, the changeset-release workflow opens the version-bump PR (release/v0.10.0 → main), then tags v0.10.0 + publishes the GitHub Release + syncs back to develop.
Deploy note: no secret/configmap changes vs 0.9.1; one new optional env var
ORNN_TRUSTED_PROXY_HOPS(default 0). Keep ornn-api at replicas:1 (per-pod rate-limit store, #837).