Skip to content

Commit e9a0eb5

Browse files
chore: release self-hosted 0.13.32 (#653)
Bump helm chart to self-hosted release 0.13.32. Bump version in Chart.yaml to 0.13.32 Bump appVersion in Chart.yaml to 0.13.35 Bump all langsmith image tags in values.yaml to 0.13.35 Regenerate README via helm-docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 736770e commit e9a0eb5

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

charts/langsmith/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
email: ankush@langchain.dev
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
8-
version: 0.13.31
9-
appVersion: "0.13.31"
8+
version: 0.13.32
9+
appVersion: "0.13.35"

charts/langsmith/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langsmith
22

3-
![Version: 0.13.31](https://img.shields.io/badge/Version-0.13.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.31](https://img.shields.io/badge/AppVersion-0.13.31-informational?style=flat-square)
3+
![Version: 0.13.32](https://img.shields.io/badge/Version-0.13.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.35](https://img.shields.io/badge/AppVersion-0.13.35-informational?style=flat-square)
44

55
Helm chart to deploy the langsmith application and all services it depends on.
66

@@ -140,44 +140,44 @@ For information on how to use this chart, up-to-date release notes, and other gu
140140
| gateway.sectionName | string | `""` | |
141141
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
142142
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
143-
| images.aceBackendImage.tag | string | `"0.13.31"` | |
143+
| images.aceBackendImage.tag | string | `"0.13.35"` | |
144144
| images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | |
145145
| images.agentBuilderImage.repository | string | `"docker.io/langchain/agent-builder-deep-agent"` | |
146-
| images.agentBuilderImage.tag | string | `"0.13.31"` | |
146+
| images.agentBuilderImage.tag | string | `"0.13.35"` | |
147147
| images.agentBuilderToolServerImage.pullPolicy | string | `"IfNotPresent"` | |
148148
| images.agentBuilderToolServerImage.repository | string | `"docker.io/langchain/agent-builder-tool-server"` | |
149-
| images.agentBuilderToolServerImage.tag | string | `"0.13.31"` | |
149+
| images.agentBuilderToolServerImage.tag | string | `"0.13.35"` | |
150150
| images.agentBuilderTriggerServerImage.pullPolicy | string | `"IfNotPresent"` | |
151151
| images.agentBuilderTriggerServerImage.repository | string | `"docker.io/langchain/agent-builder-trigger-server"` | |
152-
| images.agentBuilderTriggerServerImage.tag | string | `"0.13.31"` | |
152+
| images.agentBuilderTriggerServerImage.tag | string | `"0.13.35"` | |
153153
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
154154
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
155-
| images.backendImage.tag | string | `"0.13.31"` | |
155+
| images.backendImage.tag | string | `"0.13.35"` | |
156156
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
157157
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
158158
| images.clickhouseImage.tag | string | `"25.12"` | |
159159
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
160160
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
161-
| images.frontendImage.tag | string | `"0.13.31"` | |
161+
| images.frontendImage.tag | string | `"0.13.35"` | |
162162
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
163163
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
164-
| images.hostBackendImage.tag | string | `"0.13.31"` | |
164+
| images.hostBackendImage.tag | string | `"0.13.35"` | |
165165
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
166166
| images.insightsAgentImage.pullPolicy | string | `"IfNotPresent"` | |
167167
| images.insightsAgentImage.repository | string | `"docker.io/langchain/langsmith-clio"` | |
168-
| images.insightsAgentImage.tag | string | `"0.13.31"` | |
168+
| images.insightsAgentImage.tag | string | `"0.13.35"` | |
169169
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
170170
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
171171
| images.operatorImage.tag | string | `"0.1.37"` | |
172172
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
173173
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
174-
| images.platformBackendImage.tag | string | `"0.13.31"` | |
174+
| images.platformBackendImage.tag | string | `"0.13.35"` | |
175175
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
176176
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
177-
| images.playgroundImage.tag | string | `"0.13.31"` | |
177+
| images.playgroundImage.tag | string | `"0.13.35"` | |
178178
| images.pollyAgentImage.pullPolicy | string | `"IfNotPresent"` | |
179179
| images.pollyAgentImage.repository | string | `"docker.io/langchain/langsmith-polly"` | |
180-
| images.pollyAgentImage.tag | string | `"0.13.31"` | |
180+
| images.pollyAgentImage.tag | string | `"0.13.35"` | |
181181
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
182182
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
183183
| images.postgresImage.tag | string | `"14.7"` | |

charts/langsmith/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,35 @@ images:
4040
aceBackendImage:
4141
repository: "docker.io/langchain/langsmith-ace-backend"
4242
pullPolicy: IfNotPresent
43-
tag: "0.13.31"
43+
tag: "0.13.35"
4444
backendImage:
4545
repository: "docker.io/langchain/langsmith-backend"
4646
pullPolicy: IfNotPresent
47-
tag: "0.13.31"
47+
tag: "0.13.35"
4848
insightsAgentImage:
4949
repository: "docker.io/langchain/langsmith-clio"
5050
pullPolicy: IfNotPresent
51-
tag: "0.13.31"
51+
tag: "0.13.35"
5252
frontendImage:
5353
repository: "docker.io/langchain/langsmith-frontend"
5454
pullPolicy: IfNotPresent
55-
tag: "0.13.31"
55+
tag: "0.13.35"
5656
hostBackendImage:
5757
repository: "docker.io/langchain/hosted-langserve-backend"
5858
pullPolicy: IfNotPresent
59-
tag: "0.13.31"
59+
tag: "0.13.35"
6060
operatorImage:
6161
repository: "docker.io/langchain/langgraph-operator"
6262
pullPolicy: IfNotPresent
6363
tag: "0.1.37"
6464
platformBackendImage:
6565
repository: "docker.io/langchain/langsmith-go-backend"
6666
pullPolicy: IfNotPresent
67-
tag: "0.13.31"
67+
tag: "0.13.35"
6868
playgroundImage:
6969
repository: "docker.io/langchain/langsmith-playground"
7070
pullPolicy: IfNotPresent
71-
tag: "0.13.31"
71+
tag: "0.13.35"
7272
# For production environments, we strongly recommend connecting to a managed PostgreSQL instance instead of using the one provided by the chart.
7373
# Docs: https://docs.langchain.com/langsmith/self-host-external-postgres
7474
postgresImage:
@@ -88,19 +88,19 @@ images:
8888
agentBuilderToolServerImage:
8989
repository: "docker.io/langchain/agent-builder-tool-server"
9090
pullPolicy: IfNotPresent
91-
tag: "0.13.31"
91+
tag: "0.13.35"
9292
agentBuilderTriggerServerImage:
9393
repository: "docker.io/langchain/agent-builder-trigger-server"
9494
pullPolicy: IfNotPresent
95-
tag: "0.13.31"
95+
tag: "0.13.35"
9696
agentBuilderImage:
9797
repository: "docker.io/langchain/agent-builder-deep-agent"
9898
pullPolicy: IfNotPresent
99-
tag: "0.13.31"
99+
tag: "0.13.35"
100100
pollyAgentImage:
101101
repository: "docker.io/langchain/langsmith-polly"
102102
pullPolicy: IfNotPresent
103-
tag: "0.13.31"
103+
tag: "0.13.35"
104104

105105
ingress:
106106
enabled: false

0 commit comments

Comments
 (0)