[PR #567] [MERGED] chore: bump operator in langgraph-dataplane #568

Closed
opened 2026-02-16 02:16:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/567
Author: @hari-dhanushkodi
Created: 2/4/2026
Status: Merged
Merged: 2/4/2026
Merged by: @hari-dhanushkodi

Base: mainHead: hari/bump-operator


📝 Commits (2)

  • 9fd3328 chore: bump operator in langgraph-dataplane
  • 440142a update version + docs

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 charts/langgraph-dataplane/Chart.yaml (+1 -1)
📝 charts/langgraph-dataplane/README.md (+2 -2)
📝 charts/langgraph-dataplane/values.yaml (+1 -1)

📄 Description

test plan: rollout helm version locally in test aws cluster, verify deployments can be created

verify that httproutes have 0 timeout:

❯ kubectl describe httproute ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2 -n hari-hybrid
Name:         ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2
Namespace:    hari-hybrid
Labels:       app=ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2
              deployment_type=dev
              env=local
              ls_project_id=84f067ef-9258-41d1-97ba-cbcbdb4cc639
              ls_tenant_id=8c2620d4-4817-44af-ae61-0d7fd78fb769
              region=us-central1
Annotations:  <none>
API Version:  gateway.networking.k8s.io/v1
Kind:         HTTPRoute
Metadata:
  Creation Timestamp:  2026-02-04T14:52:52Z
  Generation:          1
  Owner References:
    API Version:           apps.langchain.ai/v1alpha1
    Block Owner Deletion:  true
    Controller:            true
    Kind:                  LGP
    Name:                  ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2
    UID:                   c968c38a-d18a-4399-9c65-e28e0f0d5ba2
  Resource Version:        1252318339
  UID:                     da3e4339-c14f-4543-91c7-5d8c47795f3e
Spec:
  Hostnames:
    hari.eks.smith.langchain.dev
  Parent Refs:
    Group:      gateway.networking.k8s.io
    Kind:       Gateway
    Name:       langsmith-gateway
    Namespace:  envoy-gateway-system
  Rules:
    Backend Refs:
      Group:
      Kind:    Service
      Name:    ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2
      Port:    8000
      Weight:  1
    Filters:
      Type:  URLRewrite
      URL Rewrite:
        Path:
          Replace Prefix Match:  /
          Type:                  ReplacePrefixMatch
    Matches:
      Path:
        Type:   PathPrefix
        Value:  /lgp/ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2
    Timeouts:
      Request:  0s
Status:
  Parents:
    Conditions:
      Last Transition Time:  2026-02-04T14:53:03Z
      Message:               Route is accepted
      Observed Generation:   1
      Reason:                Accepted
      Status:                True
      Type:                  Accepted
      Last Transition Time:  2026-02-04T14:53:03Z
      Message:               Resolved all the Object references for the Route
      Observed Generation:   1
      Reason:                ResolvedRefs
      Status:                True
      Type:                  ResolvedRefs
    Controller Name:         gateway.envoyproxy.io/gatewayclass-controller
    Parent Ref:
      Group:      gateway.networking.k8s.io
      Kind:       Gateway
      Name:       langsmith-gateway
      Namespace:  envoy-gateway-system
Events:           <none>

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/helm/pull/567 **Author:** [@hari-dhanushkodi](https://github.com/hari-dhanushkodi) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@hari-dhanushkodi](https://github.com/hari-dhanushkodi) **Base:** `main` ← **Head:** `hari/bump-operator` --- ### 📝 Commits (2) - [`9fd3328`](https://github.com/langchain-ai/helm/commit/9fd332855f1df7942612ff8200deeff38268bd8e) chore: bump operator in langgraph-dataplane - [`440142a`](https://github.com/langchain-ai/helm/commit/440142ad80160e664a88e5bc011bd83e77f59974) update version + docs ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `charts/langgraph-dataplane/Chart.yaml` (+1 -1) 📝 `charts/langgraph-dataplane/README.md` (+2 -2) 📝 `charts/langgraph-dataplane/values.yaml` (+1 -1) </details> ### 📄 Description test plan: rollout helm version locally in test aws cluster, verify deployments can be created verify that httproutes have 0 timeout: ``` ❯ kubectl describe httproute ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2 -n hari-hybrid Name: ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2 Namespace: hari-hybrid Labels: app=ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2 deployment_type=dev env=local ls_project_id=84f067ef-9258-41d1-97ba-cbcbdb4cc639 ls_tenant_id=8c2620d4-4817-44af-ae61-0d7fd78fb769 region=us-central1 Annotations: <none> API Version: gateway.networking.k8s.io/v1 Kind: HTTPRoute Metadata: Creation Timestamp: 2026-02-04T14:52:52Z Generation: 1 Owner References: API Version: apps.langchain.ai/v1alpha1 Block Owner Deletion: true Controller: true Kind: LGP Name: ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2 UID: c968c38a-d18a-4399-9c65-e28e0f0d5ba2 Resource Version: 1252318339 UID: da3e4339-c14f-4543-91c7-5d8c47795f3e Spec: Hostnames: hari.eks.smith.langchain.dev Parent Refs: Group: gateway.networking.k8s.io Kind: Gateway Name: langsmith-gateway Namespace: envoy-gateway-system Rules: Backend Refs: Group: Kind: Service Name: ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2 Port: 8000 Weight: 1 Filters: Type: URLRewrite URL Rewrite: Path: Replace Prefix Match: / Type: ReplacePrefixMatch Matches: Path: Type: PathPrefix Value: /lgp/ht-frosty-doubt-10-e76ebf202814595da9b5bd1c5ed859c2 Timeouts: Request: 0s Status: Parents: Conditions: Last Transition Time: 2026-02-04T14:53:03Z Message: Route is accepted Observed Generation: 1 Reason: Accepted Status: True Type: Accepted Last Transition Time: 2026-02-04T14:53:03Z Message: Resolved all the Object references for the Route Observed Generation: 1 Reason: ResolvedRefs Status: True Type: ResolvedRefs Controller Name: gateway.envoyproxy.io/gatewayclass-controller Parent Ref: Group: gateway.networking.k8s.io Kind: Gateway Name: langsmith-gateway Namespace: envoy-gateway-system Events: <none> ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:41 -05:00
yindo closed this issue 2026-02-16 02:16:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#568