Skip to content

Commit 3b1b003

Browse files
authored
chore:bump to 0.13.10 (#577)
1 parent 31ca72c commit 3b1b003

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

charts/langsmith/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ maintainers:
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
88
version: 0.13.10
9-
appVersion: "0.13.9"
9+
appVersion: "0.13.10"

charts/langsmith/README.md

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

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

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

@@ -137,47 +137,47 @@ For information on how to use this chart, up-to-date release notes, and other gu
137137
| gateway.sectionName | string | `""` | |
138138
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
139139
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
140-
| images.aceBackendImage.tag | string | `"0.13.7"` | |
140+
| images.aceBackendImage.tag | string | `"0.13.10"` | |
141141
| images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | |
142142
| images.agentBuilderImage.repository | string | `"docker.io/langchain/agent-builder-deep-agent"` | |
143-
| images.agentBuilderImage.tag | string | `"0.13.7"` | |
143+
| images.agentBuilderImage.tag | string | `"0.13.10"` | |
144144
| images.agentBuilderToolServerImage.pullPolicy | string | `"IfNotPresent"` | |
145145
| images.agentBuilderToolServerImage.repository | string | `"docker.io/langchain/agent-builder-tool-server"` | |
146-
| images.agentBuilderToolServerImage.tag | string | `"0.13.7"` | |
146+
| images.agentBuilderToolServerImage.tag | string | `"0.13.10"` | |
147147
| images.agentBuilderTriggerServerImage.pullPolicy | string | `"IfNotPresent"` | |
148148
| images.agentBuilderTriggerServerImage.repository | string | `"docker.io/langchain/agent-builder-trigger-server"` | |
149-
| images.agentBuilderTriggerServerImage.tag | string | `"0.13.7"` | |
149+
| images.agentBuilderTriggerServerImage.tag | string | `"0.13.10"` | |
150150
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
151151
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
152-
| images.backendImage.tag | string | `"0.13.7"` | |
152+
| images.backendImage.tag | string | `"0.13.10"` | |
153153
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
154154
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
155-
| images.clickhouseImage.tag | string | `"25.4"` | |
155+
| images.clickhouseImage.tag | string | `"25.12"` | |
156156
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
157157
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
158-
| images.frontendImage.tag | string | `"0.13.7"` | |
158+
| images.frontendImage.tag | string | `"0.13.10"` | |
159159
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
160160
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
161-
| images.hostBackendImage.tag | string | `"0.13.7"` | |
161+
| images.hostBackendImage.tag | string | `"0.13.10"` | |
162162
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
163163
| images.insightsAgentImage.pullPolicy | string | `"IfNotPresent"` | |
164164
| images.insightsAgentImage.repository | string | `"docker.io/langchain/langsmith-clio"` | |
165-
| images.insightsAgentImage.tag | string | `"0.13.7"` | |
165+
| images.insightsAgentImage.tag | string | `"0.13.10"` | |
166166
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
167167
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
168-
| images.operatorImage.tag | string | `"0.1.36"` | |
168+
| images.operatorImage.tag | string | `"0.1.37"` | |
169169
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
170170
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
171-
| images.platformBackendImage.tag | string | `"0.13.7"` | |
171+
| images.platformBackendImage.tag | string | `"0.13.10"` | |
172172
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
173173
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
174-
| images.playgroundImage.tag | string | `"0.13.7"` | |
174+
| images.playgroundImage.tag | string | `"0.13.10"` | |
175175
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
176176
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
177-
| images.postgresImage.tag | string | `"14.7"` | |
177+
| images.postgresImage.tag | string | `"15.15"` | |
178178
| images.redisImage.pullPolicy | string | `"IfNotPresent"` | |
179179
| images.redisImage.repository | string | `"docker.io/redis"` | |
180-
| images.redisImage.tag | string | `"7"` | |
180+
| images.redisImage.tag | string | `"8"` | |
181181
| images.registry | string | `""` | If supplied, all children <image_name>.repository values will be prepended with this registry name + `/` |
182182
| ingestQueue.autoscaling.hpa.enabled | bool | `false` | |
183183
| ingestQueue.autoscaling.hpa.maxReplicas | int | `10` | |
@@ -348,6 +348,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
348348
| config.security.cors.alwaysAllowPathsRegex | string | `""` | Regular expression pattern for paths that should always allow CORS from any origin. Useful for public endpoints like webhooks or public API endpoints. Example: ".*(/feedback/tokens/|/public/).*" |
349349
| config.settings | object | `{"redisRunsExpirySeconds":"21600"}` | Application Settings. These are used to tune the application |
350350
| config.settings.redisRunsExpirySeconds | string | `"21600"` | Optional. Be very careful when lowering this value as it can result in runs being lost if your queue is down/not processing items fast enough. |
351+
| config.skipValidation | bool | `false` | Skip validation checks in validate.yaml. Used by AWS Marketplace for helm template verification. |
351352
| config.telemetry.logs | bool | `true` | Optional. These values are used to send telemetry to the LangChain team to assist with troubleshooting. |
352353
| config.telemetry.metrics | bool | `true` | |
353354
| config.telemetry.traces | bool | `true` | |

charts/langsmith/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,35 @@ images:
3333
aceBackendImage:
3434
repository: "docker.io/langchain/langsmith-ace-backend"
3535
pullPolicy: IfNotPresent
36-
tag: "0.13.9"
36+
tag: "0.13.10"
3737
backendImage:
3838
repository: "docker.io/langchain/langsmith-backend"
3939
pullPolicy: IfNotPresent
40-
tag: "0.13.9"
40+
tag: "0.13.10"
4141
insightsAgentImage:
4242
repository: "docker.io/langchain/langsmith-clio"
4343
pullPolicy: IfNotPresent
44-
tag: "0.13.9"
44+
tag: "0.13.10"
4545
frontendImage:
4646
repository: "docker.io/langchain/langsmith-frontend"
4747
pullPolicy: IfNotPresent
48-
tag: "0.13.9"
48+
tag: "0.13.10"
4949
hostBackendImage:
5050
repository: "docker.io/langchain/hosted-langserve-backend"
5151
pullPolicy: IfNotPresent
52-
tag: "0.13.9"
52+
tag: "0.13.10"
5353
operatorImage:
5454
repository: "docker.io/langchain/langgraph-operator"
5555
pullPolicy: IfNotPresent
5656
tag: "0.1.37"
5757
platformBackendImage:
5858
repository: "docker.io/langchain/langsmith-go-backend"
5959
pullPolicy: IfNotPresent
60-
tag: "0.13.9"
60+
tag: "0.13.10"
6161
playgroundImage:
6262
repository: "docker.io/langchain/langsmith-playground"
6363
pullPolicy: IfNotPresent
64-
tag: "0.13.9"
64+
tag: "0.13.10"
6565
postgresImage:
6666
repository: "docker.io/postgres"
6767
pullPolicy: IfNotPresent
@@ -77,15 +77,15 @@ images:
7777
agentBuilderToolServerImage:
7878
repository: "docker.io/langchain/agent-builder-tool-server"
7979
pullPolicy: IfNotPresent
80-
tag: "0.13.9"
80+
tag: "0.13.10"
8181
agentBuilderTriggerServerImage:
8282
repository: "docker.io/langchain/agent-builder-trigger-server"
8383
pullPolicy: IfNotPresent
84-
tag: "0.13.9"
84+
tag: "0.13.10"
8585
agentBuilderImage:
8686
repository: "docker.io/langchain/agent-builder-deep-agent"
8787
pullPolicy: IfNotPresent
88-
tag: "0.13.9"
88+
tag: "0.13.10"
8989

9090
ingress:
9191
enabled: false

0 commit comments

Comments
 (0)