Skip to content

Commit 4d2e95b

Browse files
chore: bump 0.12.21 (#521)
1 parent 606a361 commit 4d2e95b

File tree

4 files changed

+34
-16
lines changed

4 files changed

+34
-16
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
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
8-
version: 0.12.20
9-
appVersion: "0.12.57"
8+
version: 0.12.21
9+
appVersion: "0.12.61"

charts/langsmith/README.md

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

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

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

@@ -29,29 +29,29 @@ For information on how to use this chart, up-to-date release notes, and other gu
2929
| gateway.sectionName | string | `""` | |
3030
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
3131
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
32-
| images.aceBackendImage.tag | string | `"0.12.57"` | |
32+
| images.aceBackendImage.tag | string | `"0.12.61"` | |
3333
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
3434
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
35-
| images.backendImage.tag | string | `"0.12.57"` | |
35+
| images.backendImage.tag | string | `"0.12.61"` | |
3636
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
3737
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
3838
| images.clickhouseImage.tag | string | `"25.4"` | |
3939
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
4040
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
41-
| images.frontendImage.tag | string | `"0.12.57"` | |
41+
| images.frontendImage.tag | string | `"0.12.61"` | |
4242
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
4343
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
44-
| images.hostBackendImage.tag | string | `"0.12.57"` | |
44+
| images.hostBackendImage.tag | string | `"0.12.61"` | |
4545
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
4646
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
4747
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
4848
| images.operatorImage.tag | string | `"0.1.21"` | |
4949
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
5050
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
51-
| images.platformBackendImage.tag | string | `"0.12.57"` | |
51+
| images.platformBackendImage.tag | string | `"0.12.61"` | |
5252
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
5353
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
54-
| images.playgroundImage.tag | string | `"0.12.57"` | |
54+
| images.playgroundImage.tag | string | `"0.12.61"` | |
5555
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
5656
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
5757
| images.postgresImage.tag | string | `"14.7"` | |
@@ -742,7 +742,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
742742
| operator.serviceAccount.labels | object | `{}` | |
743743
| operator.serviceAccount.name | string | `""` | |
744744
| operator.templates.db | string | `"apiVersion: apps/v1\nkind: StatefulSet\nmetadata:\n name: ${service_name}\nspec:\n serviceName: ${service_name}\n selector:\n matchLabels:\n app: ${service_name}\n persistentVolumeClaimRetentionPolicy:\n whenDeleted: Delete\n whenScaled: Retain\n template:\n metadata:\n labels:\n app: ${service_name}\n spec:\n containers:\n - name: postgres\n image: pgvector/pgvector:pg15\n ports:\n - containerPort: 5432\n command: [\"docker-entrypoint.sh\"]\n args:\n - postgres\n - -c\n - max_connections=${max_connections}\n env:\n - name: PGDATA\n value: /var/lib/postgresql/data/pgdata\n volumeMounts:\n - name: postgres-data\n mountPath: /var/lib/postgresql/data\n enableServiceLinks: false\n volumeClaimTemplates:\n - metadata:\n name: postgres-data\n spec:\n accessModes: [\"ReadWriteOnce\"]\n resources:\n requests:\n storage: \"${storage_gi}Gi\"\n"` | |
745-
| operator.templates.deployment | string | `"apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: ${name}\n namespace: ${namespace}\nspec:\n replicas: ${replicas}\n selector:\n matchLabels:\n app: ${name}\n template:\n metadata:\n labels:\n app: ${name}\n spec:\n enableServiceLinks: false\n containers:\n - name: api-server\n image: ${image}\n ports:\n - name: api-server\n containerPort: 8000\n protocol: TCP\n livenessProbe:\n httpGet:\n path: /ok\n port: 8000\n periodSeconds: 15\n timeoutSeconds: 5\n failureThreshold: 6\n readinessProbe:\n httpGet:\n path: /ok\n port: 8000\n periodSeconds: 15\n timeoutSeconds: 5\n failureThreshold: 6\n"` | |
745+
| operator.templates.deployment | string | `"apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: ${name}\n namespace: ${namespace}\nspec:\n replicas: ${replicas}\n revisionHistoryLimit: 10\n selector:\n matchLabels:\n app: ${name}\n template:\n metadata:\n labels:\n app: ${name}\n spec:\n enableServiceLinks: false\n containers:\n - name: api-server\n image: ${image}\n ports:\n - name: api-server\n containerPort: 8000\n protocol: TCP\n livenessProbe:\n httpGet:\n path: /ok\n port: 8000\n periodSeconds: 15\n timeoutSeconds: 5\n failureThreshold: 6\n readinessProbe:\n httpGet:\n path: /ok\n port: 8000\n periodSeconds: 15\n timeoutSeconds: 5\n failureThreshold: 6\n"` | |
746746
| operator.templates.redis | string | `"apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: ${service_name}\n namespace: ${namespace}\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: ${service_name}\n template:\n metadata:\n labels:\n app: ${service_name}\n spec:\n enableServiceLinks: false\n containers:\n - name: redis\n image: docker.io/redis:7\n ports:\n - containerPort: 6379\n name: redis\n livenessProbe:\n exec:\n command:\n - redis-cli\n - ping\n initialDelaySeconds: 30\n periodSeconds: 10\n readinessProbe:\n tcpSocket:\n port: 6379\n initialDelaySeconds: 10\n periodSeconds: 5\n"` | |
747747
| operator.templates.service | string | `"apiVersion: v1\nkind: Service\nmetadata:\n name: ${name}\n namespace: ${namespace}\nspec:\n type: ClusterIP\n selector:\n app: ${name}\n ports:\n - name: api-server\n protocol: TCP\n port: 8000\n targetPort: 8000\n"` | |
748748
| operator.watchNamespaces | string | `""` | |

charts/langsmith/templates/frontend/config-map.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ data:
110110
proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}.{{ .Values.namespace | default .Release.Namespace }}.svc.{{ .Values.clusterDomain }}:{{ .Values.platformBackend.service.port }};
111111
}
112112
113+
location /{{ .Values.config.basePath }}/api/v1/oauth/ {
114+
rewrite /{{ .Values.config.basePath }}/api/v1/oauth/(.*) /oauth/$1 break;
115+
proxy_set_header Connection '';
116+
proxy_http_version 1.1;
117+
proxy_buffering off;
118+
proxy_cache off;
119+
proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}.{{ .Values.namespace | default .Release.Namespace }}.svc.{{ .Values.clusterDomain }}:{{ .Values.platformBackend.service.port }};
120+
}
121+
113122
location /{{ .Values.config.basePath }}/api/v1/otel/ {
114123
rewrite /{{ .Values.config.basePath }}/api/v1/otel/(.*) /otel/$1 break;
115124
proxy_set_header Connection '';
@@ -466,6 +475,15 @@ data:
466475
proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}.{{ .Values.namespace | default .Release.Namespace }}.svc.{{ .Values.clusterDomain }}:{{ .Values.platformBackend.service.port }};
467476
}
468477
478+
location /api/v1/oauth/ {
479+
rewrite /api/v1/oauth/(.*) /oauth/$1 break;
480+
proxy_set_header Connection '';
481+
proxy_http_version 1.1;
482+
proxy_buffering off;
483+
proxy_cache off;
484+
proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}.{{ .Values.namespace | default .Release.Namespace }}.svc.{{ .Values.clusterDomain }}:{{ .Values.platformBackend.service.port }};
485+
}
486+
469487
location /api/v1/otel/ {
470488
rewrite /api/v1/otel/(.*) /otel/$1 break;
471489
proxy_set_header Connection '';

charts/langsmith/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@ images:
3131
aceBackendImage:
3232
repository: "docker.io/langchain/langsmith-ace-backend"
3333
pullPolicy: IfNotPresent
34-
tag: "0.12.57"
34+
tag: "0.12.61"
3535
backendImage:
3636
repository: "docker.io/langchain/langsmith-backend"
3737
pullPolicy: IfNotPresent
38-
tag: "0.12.57"
38+
tag: "0.12.61"
3939
frontendImage:
4040
repository: "docker.io/langchain/langsmith-frontend"
4141
pullPolicy: IfNotPresent
42-
tag: "0.12.57"
42+
tag: "0.12.61"
4343
hostBackendImage:
4444
repository: "docker.io/langchain/hosted-langserve-backend"
4545
pullPolicy: IfNotPresent
46-
tag: "0.12.57"
46+
tag: "0.12.61"
4747
operatorImage:
4848
repository: "docker.io/langchain/langgraph-operator"
4949
pullPolicy: IfNotPresent
5050
tag: "0.1.21"
5151
platformBackendImage:
5252
repository: "docker.io/langchain/langsmith-go-backend"
5353
pullPolicy: IfNotPresent
54-
tag: "0.12.57"
54+
tag: "0.12.61"
5555
playgroundImage:
5656
repository: "docker.io/langchain/langsmith-playground"
5757
pullPolicy: IfNotPresent
58-
tag: "0.12.57"
58+
tag: "0.12.61"
5959
postgresImage:
6060
repository: "docker.io/postgres"
6161
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)