Skip to content

Commit 14591c3

Browse files
chore: bump langsmith 0.10.2 (#285)
* chore: bump langsmith * chore: bump langsmith
1 parent 6d8d7ad commit 14591c3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Diff for: charts/langsmith/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
8-
version: 0.10.1
9-
appVersion: "0.10.9"
8+
version: 0.10.2
9+
appVersion: "0.10.11"

Diff for: charts/langsmith/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langsmith
22

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

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

@@ -18,29 +18,29 @@ For information on how to use this chart, up-to-date release notes, and other gu
1818
| fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` |
1919
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
2020
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
21-
| images.aceBackendImage.tag | string | `"0.10.9"` | |
21+
| images.aceBackendImage.tag | string | `"0.10.11"` | |
2222
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
2323
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
24-
| images.backendImage.tag | string | `"0.10.9"` | |
24+
| images.backendImage.tag | string | `"0.10.11"` | |
2525
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
2626
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
2727
| images.clickhouseImage.tag | string | `"24.8"` | |
2828
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
2929
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
30-
| images.frontendImage.tag | string | `"0.10.9"` | |
30+
| images.frontendImage.tag | string | `"0.10.11"` | |
3131
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
3232
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
33-
| images.hostBackendImage.tag | string | `"0.10.9"` | |
33+
| images.hostBackendImage.tag | string | `"0.10.11"` | |
3434
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
3535
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
3636
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
3737
| images.operatorImage.tag | string | `"3b0048a"` | |
3838
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
3939
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
40-
| images.platformBackendImage.tag | string | `"0.10.9"` | |
40+
| images.platformBackendImage.tag | string | `"0.10.11"` | |
4141
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
4242
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
43-
| images.playgroundImage.tag | string | `"0.10.9"` | |
43+
| images.playgroundImage.tag | string | `"0.10.11"` | |
4444
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
4545
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
4646
| images.postgresImage.tag | string | `"14.7"` | |

Diff for: charts/langsmith/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@ images:
1717
aceBackendImage:
1818
repository: "docker.io/langchain/langsmith-ace-backend"
1919
pullPolicy: IfNotPresent
20-
tag: "0.10.9"
20+
tag: "0.10.11"
2121
backendImage:
2222
repository: "docker.io/langchain/langsmith-backend"
2323
pullPolicy: IfNotPresent
24-
tag: "0.10.9"
24+
tag: "0.10.11"
2525
frontendImage:
2626
repository: "docker.io/langchain/langsmith-frontend"
2727
pullPolicy: IfNotPresent
28-
tag: "0.10.9"
28+
tag: "0.10.11"
2929
hostBackendImage:
3030
repository: "docker.io/langchain/hosted-langserve-backend"
3131
pullPolicy: IfNotPresent
32-
tag: "0.10.9"
32+
tag: "0.10.11"
3333
operatorImage:
3434
repository: "docker.io/langchain/langgraph-operator"
3535
pullPolicy: IfNotPresent
3636
tag: "3b0048a"
3737
platformBackendImage:
3838
repository: "docker.io/langchain/langsmith-go-backend"
3939
pullPolicy: IfNotPresent
40-
tag: "0.10.9"
40+
tag: "0.10.11"
4141
playgroundImage:
4242
repository: "docker.io/langchain/langsmith-playground"
4343
pullPolicy: IfNotPresent
44-
tag: "0.10.9"
44+
tag: "0.10.11"
4545
postgresImage:
4646
repository: "docker.io/postgres"
4747
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)