Skip to content

chore(release): v3.8.3 - #679

Merged
Paulo Lacerda (placerda) merged 4 commits into
mainfrom
release/3.8.3
Sep 3, 2026
Merged

chore(release): v3.8.3#679
Paulo Lacerda (placerda) merged 4 commits into
mainfrom
release/3.8.3

Conversation

@placerda

Copy link
Copy Markdown
Contributor

Umbrella release v3.8.3.

Changed

  • Repinned gpt-rag-ingestion from v2.7.2 to v2.7.3. The data-ingestion admin SPA and every admin API route were mounted unconditionally at import time, and DEPLOY_ADMINISTRATIVE_PANEL was never read, so the surface was reachable regardless of deployment mode. Mounting is now resolved once from App Configuration inside the ASGI lifespan and gated on the resolved mode. Closes [Hosted agents 09] Validate the three deployment modes end to end #592.

UI, orchestrator, and AI Landing Zone pins are unchanged from v3.8.2.

Component versions

Component Version
gpt-rag-ui v2.6.2
gpt-rag-orchestrator v4.1.1
gpt-rag-ingestion v2.7.3
infra / AI Landing Zone v2.5.1

Validation

  • unit-tests green on the pinned ingestion commit: 228 passed, 0 failed.
  • UI and orchestrator pins are byte-identical to v3.8.2 and were not revalidated.
  • AI Landing Zone pins verified to agree: manifest.json ailz_tag, .gitmodules infra.branch, and the recorded infra/ submodule gitlink all identify v2.5.1 / 9cc5859a.

Repin `gpt-rag-ingestion` from `v2.7.2` to `v2.7.3`, which gates the
data-ingestion administrative surface behind the resolved deployment mode.
Closes #592.

UI, orchestrator, and AI Landing Zone pins are unchanged from `v3.8.2`.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 5fb4d435-911e-4149-aef6-5f393697c46e
@placerda
Paulo Lacerda (placerda) merged commit 76a8a4d into main Sep 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Hosted agents 09] Validate the three deployment modes end to end

1 participant