[PR #735] [MERGED] Cherry-pick #729 + #733 into v15-release #734

Closed
opened 2026-06-05 19:17:34 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/735
Author: @rx5ad
Created: 5/26/2026
Status: Merged
Merged: 5/27/2026
Merged by: @rx5ad

Base: v15-releaseHead: cherry-pick-729-730-733-into-v15


📝 Commits (2)

  • 9292df8 feat: add nginx routes for /api/v1/fleet/ to platformBackend (#729)
  • e113a90 fix(fleet): inject LANGGRAPH_DEPLOYMENT_URL into platform-backend whe… (#733)

📊 Changes

2 files changed (+25 additions, -0 deletions)

View changed files

📝 charts/langsmith/templates/_helpers.tpl (+7 -0)
📝 charts/langsmith/templates/frontend/config-map.yaml (+18 -0)

📄 Description

Summary

Cherry-picks the following PRs from main into v15-release:

  • #729feat: add nginx routes for /api/v1/fleet/ to platformBackend (clean apply)
  • #733fix(fleet): inject LANGGRAPH_DEPLOYMENT_URL into platform-backend when … (took only the _helpers.tpl change; dropped the incidental Chart.yaml version bump and helm-docs README regeneration that conflicted with this branch's release line)

#730 (chore(langsmith): bump chart to 0.15.0-rc.16) was intentionally skipped — v15-release is on its own version line (0.15.0-rc.15 / appVersion 0.15.8rc1) and #730 would have regressed appVersion from 0.15.8rc1 to 0.15.7rc1.

Net diff vs v15-release:

  • charts/langsmith/templates/_helpers.tpl (+7)
  • charts/langsmith/templates/frontend/config-map.yaml (+18)

Test plan

  • Verify nginx routes for /api/v1/fleet/ resolve in a v15 deploy
  • Verify LANGGRAPH_DEPLOYMENT_URL is injected into platform-backend when fleet is enabled
  • Confirm chart version (0.15.0-rc.15) and appVersion (0.15.8rc1) are unchanged on this branch

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/helm/pull/735 **Author:** [@rx5ad](https://github.com/rx5ad) **Created:** 5/26/2026 **Status:** ✅ Merged **Merged:** 5/27/2026 **Merged by:** [@rx5ad](https://github.com/rx5ad) **Base:** `v15-release` ← **Head:** `cherry-pick-729-730-733-into-v15` --- ### 📝 Commits (2) - [`9292df8`](https://github.com/langchain-ai/helm/commit/9292df820a9e316ffedb9a993d30147887cf563f) feat: add nginx routes for /api/v1/fleet/ to platformBackend (#729) - [`e113a90`](https://github.com/langchain-ai/helm/commit/e113a90e470c2dd049c52d081f847ede310e9301) fix(fleet): inject LANGGRAPH_DEPLOYMENT_URL into platform-backend whe… (#733) ### 📊 Changes **2 files changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/templates/_helpers.tpl` (+7 -0) 📝 `charts/langsmith/templates/frontend/config-map.yaml` (+18 -0) </details> ### 📄 Description ## Summary Cherry-picks the following PRs from `main` into `v15-release`: - **#729** — `feat: add nginx routes for /api/v1/fleet/ to platformBackend` (clean apply) - **#733** — `fix(fleet): inject LANGGRAPH_DEPLOYMENT_URL into platform-backend when …` (took only the `_helpers.tpl` change; dropped the incidental Chart.yaml version bump and helm-docs README regeneration that conflicted with this branch's release line) **#730** (`chore(langsmith): bump chart to 0.15.0-rc.16`) was intentionally skipped — `v15-release` is on its own version line (`0.15.0-rc.15` / appVersion `0.15.8rc1`) and #730 would have regressed `appVersion` from `0.15.8rc1` to `0.15.7rc1`. Net diff vs `v15-release`: - `charts/langsmith/templates/_helpers.tpl` (+7) - `charts/langsmith/templates/frontend/config-map.yaml` (+18) ## Test plan - [ ] Verify nginx routes for `/api/v1/fleet/` resolve in a v15 deploy - [ ] Verify `LANGGRAPH_DEPLOYMENT_URL` is injected into platform-backend when fleet is enabled - [ ] Confirm chart version (`0.15.0-rc.15`) and appVersion (`0.15.8rc1`) are unchanged on this branch 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:17:34 -04:00
yindo closed this issue 2026-06-05 19:17:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#734