[PR #686] [MERGED] chore: merge v14-stable into main #685

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/686
Author: @langchain-infra
Created: 4/19/2026
Status: Merged
Merged: 4/19/2026
Merged by: @langchain-infra

Base: mainHead: merge/v14-stable-into-main


📝 Commits (5)

  • 37e63d9 added .Values.commonEnv to hostBackend
  • 3f6ea0a fix: use sync waves to run migrations before app rollout (#677)
  • 0605c26 chore: remove feedback migration jobs and configurations (#682)
  • b3de260 chore: bump appVersion and image tags to 0.14.3 (#684)
  • 69b7f00 fix: restore frontend.enabled default lost in rebase

📊 Changes

29 files changed (+52 additions, -410 deletions)

View changed files

📝 charts/langsmith/Chart.yaml (+2 -2)
📝 charts/langsmith/README.md (+12 -58)
📝 charts/langsmith/ci/custom-ca-external-redis-values.yaml (+0 -11)
📝 charts/langsmith/ci/lightweight-config-ingest-queue-values.yaml (+0 -11)
📝 charts/langsmith/ci/lightweight-config-values.yaml (+0 -11)
📝 charts/langsmith/ci/readonly-config-values.yaml (+0 -37)
📝 charts/langsmith/examples/mtls_config.yaml (+0 -4)
📝 charts/langsmith/templates/backend/clickhouse-migrations.yaml (+5 -2)
charts/langsmith/templates/backend/feedback-config-migration.yaml (+0 -100)
charts/langsmith/templates/backend/feedback-data-migration.yaml (+0 -100)
📝 charts/langsmith/templates/backend/postgres-migrations.yaml (+5 -2)
📝 charts/langsmith/templates/clickhouse/config-map.yaml (+1 -0)
📝 charts/langsmith/templates/clickhouse/pdb.yaml (+1 -0)
📝 charts/langsmith/templates/clickhouse/secrets.yaml (+1 -0)
📝 charts/langsmith/templates/clickhouse/service-account.yaml (+1 -0)
📝 charts/langsmith/templates/clickhouse/service.yaml (+1 -0)
📝 charts/langsmith/templates/clickhouse/stateful-set.yaml (+1 -0)
📝 charts/langsmith/templates/host-backend/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/postgres/pdb.yaml (+1 -0)
📝 charts/langsmith/templates/postgres/secrets.yaml (+1 -0)

...and 9 more files

📄 Description

Summary

Brings the v14-stable helm chart changes into main so a new release can be cut off main. After merge, a fresh v14-stable branch will be cut off main.

Rebased v14-stable onto main with the following outcome:

  • 4 commits applied:
    • .Values.commonEnv for hostBackend
    • sync-waves ordering for migrations (#677)
    • remove feedback migration jobs and configurations (#682)
    • bump appVersion and image tags → 0.14.3 (#684)
  • 3 intermediate version bumps skipped (0.14.1, 0.14.1rc1, 0.14.1rc2) — superseded by 0.14.3
  • 1 commit auto-dropped as already upstream (microsoftOAuthProvider fix, #681)

Final chart state: version: 0.14.0, appVersion: "0.14.3".

Test Plan

  • CI passes (helm lint, chart-testing)
  • After merge, cut a fresh v14-stable off main

🤖 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/686 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 4/19/2026 **Status:** ✅ Merged **Merged:** 4/19/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `merge/v14-stable-into-main` --- ### 📝 Commits (5) - [`37e63d9`](https://github.com/langchain-ai/helm/commit/37e63d93b31e59c915e83acb3697e0314c3f10d5) added .Values.commonEnv to hostBackend - [`3f6ea0a`](https://github.com/langchain-ai/helm/commit/3f6ea0a244ad01ef3a28e34a73af13bc61e22a5f) fix: use sync waves to run migrations before app rollout (#677) - [`0605c26`](https://github.com/langchain-ai/helm/commit/0605c269e217f70a8e391ad0dde002716430d2f2) chore: remove feedback migration jobs and configurations (#682) - [`b3de260`](https://github.com/langchain-ai/helm/commit/b3de260076f8cdf185eeadbd8c069f2a7640f300) chore: bump appVersion and image tags to 0.14.3 (#684) - [`69b7f00`](https://github.com/langchain-ai/helm/commit/69b7f002d987552caeeb8795199edc38a3c643e7) fix: restore frontend.enabled default lost in rebase ### 📊 Changes **29 files changed** (+52 additions, -410 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/Chart.yaml` (+2 -2) 📝 `charts/langsmith/README.md` (+12 -58) 📝 `charts/langsmith/ci/custom-ca-external-redis-values.yaml` (+0 -11) 📝 `charts/langsmith/ci/lightweight-config-ingest-queue-values.yaml` (+0 -11) 📝 `charts/langsmith/ci/lightweight-config-values.yaml` (+0 -11) 📝 `charts/langsmith/ci/readonly-config-values.yaml` (+0 -37) 📝 `charts/langsmith/examples/mtls_config.yaml` (+0 -4) 📝 `charts/langsmith/templates/backend/clickhouse-migrations.yaml` (+5 -2) ➖ `charts/langsmith/templates/backend/feedback-config-migration.yaml` (+0 -100) ➖ `charts/langsmith/templates/backend/feedback-data-migration.yaml` (+0 -100) 📝 `charts/langsmith/templates/backend/postgres-migrations.yaml` (+5 -2) 📝 `charts/langsmith/templates/clickhouse/config-map.yaml` (+1 -0) 📝 `charts/langsmith/templates/clickhouse/pdb.yaml` (+1 -0) 📝 `charts/langsmith/templates/clickhouse/secrets.yaml` (+1 -0) 📝 `charts/langsmith/templates/clickhouse/service-account.yaml` (+1 -0) 📝 `charts/langsmith/templates/clickhouse/service.yaml` (+1 -0) 📝 `charts/langsmith/templates/clickhouse/stateful-set.yaml` (+1 -0) 📝 `charts/langsmith/templates/host-backend/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/postgres/pdb.yaml` (+1 -0) 📝 `charts/langsmith/templates/postgres/secrets.yaml` (+1 -0) _...and 9 more files_ </details> ### 📄 Description ## Summary Brings the `v14-stable` helm chart changes into `main` so a new release can be cut off `main`. After merge, a fresh `v14-stable` branch will be cut off `main`. Rebased `v14-stable` onto `main` with the following outcome: - **4 commits applied:** - `.Values.commonEnv` for hostBackend - sync-waves ordering for migrations (#677) - remove feedback migration jobs and configurations (#682) - bump appVersion and image tags → `0.14.3` (#684) - **3 intermediate version bumps skipped** (`0.14.1`, `0.14.1rc1`, `0.14.1rc2`) — superseded by `0.14.3` - **1 commit auto-dropped** as already upstream (microsoftOAuthProvider fix, #681) Final chart state: `version: 0.14.0`, `appVersion: "0.14.3"`. ## Test Plan - [x] CI passes (helm lint, chart-testing) - [x] After merge, cut a fresh `v14-stable` off `main` 🤖 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:24 -04:00
yindo closed this issue 2026-06-05 19:17:24 -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#685