From de8474e8c2bde4c14f15caa431d319a96fa22be3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:47:03 +0000 Subject: [PATCH] Bump langsmith appVersion 0.17.14rc1 -> 0.17.15rc1 --- charts/langsmith/Chart.yaml | 4 ++-- charts/langsmith/README.md | 16 ++++++++-------- charts/langsmith/values.yaml | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index 9ae28673..a3e1636a 100644 --- a/charts/langsmith/Chart.yaml +++ b/charts/langsmith/Chart.yaml @@ -5,5 +5,5 @@ maintainers: email: ankush@langchain.dev description: Helm chart to deploy the langsmith application and all services it depends on. type: application -version: 0.17.0-rc.13 -appVersion: "0.17.14rc1" +version: 0.17.0-rc.14 +appVersion: "0.17.15rc1" diff --git a/charts/langsmith/README.md b/charts/langsmith/README.md index 56a4fe98..257e6a2e 100644 --- a/charts/langsmith/README.md +++ b/charts/langsmith/README.md @@ -1,6 +1,6 @@ # langsmith -![Version: 0.17.0-rc.13](https://img.shields.io/badge/Version-0.17.0--rc.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.14rc1](https://img.shields.io/badge/AppVersion-0.17.14rc1-informational?style=flat-square) +![Version: 0.17.0-rc.14](https://img.shields.io/badge/Version-0.17.0--rc.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.15rc1](https://img.shields.io/badge/AppVersion-0.17.15rc1-informational?style=flat-square) Helm chart to deploy the langsmith application and all services it depends on. @@ -563,29 +563,29 @@ Two things worth planning for before you enable it: | gateway.sectionName | string | `""` | | | images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | | | images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | | -| images.aceBackendImage.tag | string | `"0.17.14rc1"` | | +| images.aceBackendImage.tag | string | `"0.17.15rc1"` | | | images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | | | images.agentBuilderImage.repository | string | `"docker.io/langchain/agent-builder-deep-agent"` | | -| images.agentBuilderImage.tag | string | `"0.17.14rc1"` | | +| images.agentBuilderImage.tag | string | `"0.17.15rc1"` | | | images.backendImage.pullPolicy | string | `"IfNotPresent"` | | | images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | | -| images.backendImage.tag | string | `"0.17.14rc1"` | | +| images.backendImage.tag | string | `"0.17.15rc1"` | | | images.clickhouseImage.pullPolicy | string | `"Always"` | | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | | | images.clickhouseImage.tag | string | `"25.12"` | | | images.engineInsightsAgentImage.pullPolicy | string | `"IfNotPresent"` | | | images.engineInsightsAgentImage.repository | string | `"docker.io/langchain/langsmith-insights-engine"` | | -| images.engineInsightsAgentImage.tag | string | `"0.17.14rc1"` | | +| images.engineInsightsAgentImage.tag | string | `"0.17.15rc1"` | | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | | | images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | | -| images.frontendImage.tag | string | `"0.17.14rc1"` | | +| images.frontendImage.tag | string | `"0.17.15rc1"` | | | images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. | | images.operatorImage.pullPolicy | string | `"IfNotPresent"` | | | images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | | | images.operatorImage.tag | string | `"0.1.47"` | | | images.pollyAgentImage.pullPolicy | string | `"IfNotPresent"` | | | images.pollyAgentImage.repository | string | `"docker.io/langchain/langsmith-polly"` | | -| images.pollyAgentImage.tag | string | `"0.17.14rc1"` | | +| images.pollyAgentImage.tag | string | `"0.17.15rc1"` | | | images.postgresImage.pullPolicy | string | `"IfNotPresent"` | | | images.postgresImage.repository | string | `"docker.io/postgres"` | | | images.postgresImage.tag | string | `"14.7"` | | @@ -599,7 +599,7 @@ Two things worth planning for before you enable it: | images.sandboxHostImage | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/langchain/sandbox-host","tag":""}` | sandbox-host image. Only used when sandboxes.enabled is true. | | images.smithdbImage.pullPolicy | string | `"IfNotPresent"` | | | images.smithdbImage.repository | string | `"docker.io/langchain/smithdb"` | | -| images.smithdbImage.tag | string | `"0.17.14rc1"` | | +| images.smithdbImage.tag | string | `"0.17.15rc1"` | | | ingestQueue.autoscaling.hpa.enabled | bool | `false` | | | ingestQueue.autoscaling.hpa.maxReplicas | int | `10` | | | ingestQueue.autoscaling.hpa.minReplicas | int | `3` | | diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 0afdb23f..a0824145 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -65,21 +65,21 @@ images: aceBackendImage: repository: "docker.io/langchain/langsmith-ace-backend" pullPolicy: IfNotPresent - tag: "0.17.14rc1" + tag: "0.17.15rc1" backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.17.14rc1" + tag: "0.17.15rc1" # Serves both the `insights` and `engine` graphs; insights.enabled and # engine.enabled pick which of them run. engineInsightsAgentImage: repository: "docker.io/langchain/langsmith-insights-engine" pullPolicy: IfNotPresent - tag: "0.17.14rc1" + tag: "0.17.15rc1" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.17.14rc1" + tag: "0.17.15rc1" operatorImage: repository: "docker.io/langchain/langgraph-operator" pullPolicy: IfNotPresent @@ -103,15 +103,15 @@ images: agentBuilderImage: repository: "docker.io/langchain/agent-builder-deep-agent" pullPolicy: IfNotPresent - tag: "0.17.14rc1" + tag: "0.17.15rc1" pollyAgentImage: repository: "docker.io/langchain/langsmith-polly" pullPolicy: IfNotPresent - tag: "0.17.14rc1" + tag: "0.17.15rc1" smithdbImage: repository: "docker.io/langchain/smithdb" pullPolicy: IfNotPresent - tag: "0.17.14rc1" + tag: "0.17.15rc1" # Optional: only mirror/pull when presidioAnalyzer.enabled is true presidioAnalyzerImage: repository: "mcr.microsoft.com/presidio-analyzer"