diff --git a/charts/automation/Chart.yaml b/charts/automation/Chart.yaml index 870a087d..2f6329ee 100644 --- a/charts/automation/Chart.yaml +++ b/charts/automation/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: automation description: OpenHands Automations Service — scheduled and event-driven automation execution type: application -version: 0.1.10 +version: 0.1.11 appVersion: "0.1.0" dependencies: - name: postgresql diff --git a/charts/automation/values.yaml b/charts/automation/values.yaml index 9862ff8c..d76f0209 100644 --- a/charts/automation/values.yaml +++ b/charts/automation/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/openhands/automation - tag: sha-c58faa1 + tag: sha-3a35409 imagePullSecrets: [] diff --git a/charts/image-loader/Chart.yaml b/charts/image-loader/Chart.yaml index e9c963f6..d97cd2db 100644 --- a/charts/image-loader/Chart.yaml +++ b/charts/image-loader/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: image-loader description: A Helm chart for loading images on nodes using a DaemonSet with configurable runtime class -version: 0.1.6 +version: 0.1.7 appVersion: "1.0.0" diff --git a/charts/image-loader/values.yaml b/charts/image-loader/values.yaml index 71faec9c..6b212a86 100644 --- a/charts/image-loader/values.yaml +++ b/charts/image-loader/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/openhands/agent-server - tag: 1.22.1-python + tag: 1.23.1-python pullPolicy: Always runtimeClass: sysbox-runc diff --git a/charts/openhands/Chart.lock b/charts/openhands/Chart.lock index a387e266..29dbdde4 100644 --- a/charts/openhands/Chart.lock +++ b/charts/openhands/Chart.lock @@ -22,10 +22,10 @@ dependencies: version: 1.9.0 - name: runtime-api repository: oci://ghcr.io/openhands/helm-charts - version: 0.3.5 + version: 0.3.6 - name: automation repository: oci://ghcr.io/openhands/helm-charts - version: 0.1.10 + version: 0.1.11 - name: crd-check repository: oci://ghcr.io/openhands/helm-charts version: 0.1.0 @@ -35,5 +35,5 @@ dependencies: - name: integrations-hub repository: oci://ghcr.io/openhands/helm-charts version: 0.1.0 -digest: sha256:1f4476080a68f1cd331046e59f312836700958ac2a23bf95a6368abf28656712 -generated: "2026-05-27T10:30:34.584689-04:00" +digest: sha256:3aa58e62234135be9e589ecd5ea5ac975586d2d5cd944378d6c5136b2427f03c +generated: "2026-06-02T19:50:58.928102Z" diff --git a/charts/openhands/Chart.yaml b/charts/openhands/Chart.yaml index c2b8a94f..dc0d6751 100644 --- a/charts/openhands/Chart.yaml +++ b/charts/openhands/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: OpenHands is an AI-driven autonomous software engineer name: openhands -appVersion: cloud-1.34.0 -version: 0.7.36 +appVersion: cloud-1.37.2 +version: 0.7.37 maintainers: - name: rbren - name: xingyao @@ -38,11 +38,11 @@ dependencies: condition: replicated.enabled - name: runtime-api repository: oci://ghcr.io/openhands/helm-charts - version: 0.3.5 + version: 0.3.6 condition: runtime-api.enabled - name: automation repository: oci://ghcr.io/openhands/helm-charts - version: 0.1.10 + version: 0.1.11 condition: automation.enabled - name: crd-check repository: oci://ghcr.io/openhands/helm-charts diff --git a/charts/openhands/values.yaml b/charts/openhands/values.yaml index cbb5519a..19ee45f3 100644 --- a/charts/openhands/values.yaml +++ b/charts/openhands/values.yaml @@ -140,7 +140,7 @@ gitlabWebhookInstallation: image: repository: ghcr.io/openhands/enterprise-server - tag: cloud-1.34.0 + tag: cloud-1.37.2 ingress: enabled: false @@ -237,7 +237,7 @@ resendSync: runtime: image: repository: ghcr.io/openhands/agent-server - tag: 1.22.1-python + tag: 1.23.1-python sandbox: # REQUIRED: Update so this matches what you have set in the runtime api ingress @@ -621,7 +621,7 @@ runtime-api: count: 1 configs: - name: default - image: "ghcr.io/openhands/agent-server:1.22.1-python" + image: "ghcr.io/openhands/agent-server:1.23.1-python" working_dir: "/workspace" environment: LOG_JSON: "1" diff --git a/charts/runtime-api/Chart.yaml b/charts/runtime-api/Chart.yaml index 4bad7330..fbff6633 100644 --- a/charts/runtime-api/Chart.yaml +++ b/charts/runtime-api/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: runtime-api description: A Helm chart for the FastAPI application -version: 0.3.5 # Change this to trigger a new helm chart version being published +version: 0.3.6 # Change this to trigger a new helm chart version being published appVersion: "1.0.0" dependencies: - name: postgresql diff --git a/charts/runtime-api/values.yaml b/charts/runtime-api/values.yaml index 0aad491c..1850767e 100644 --- a/charts/runtime-api/values.yaml +++ b/charts/runtime-api/values.yaml @@ -10,7 +10,7 @@ databaseMigrations: image: repository: ghcr.io/openhands/runtime-api - tag: sha-3603c38 + tag: sha-f74dce0 pullPolicy: Always imagePullSecrets: @@ -218,7 +218,7 @@ warmRuntimes: count: 0 configs: - name: default - image: "ghcr.io/openhands/agent-server:1.22.1-python" + image: "ghcr.io/openhands/agent-server:1.23.1-python" working_dir: "/workspace" environment: LOG_JSON: "1" diff --git a/replicated/config.yaml b/replicated/config.yaml index fa062797..b99035e0 100644 --- a/replicated/config.yaml +++ b/replicated/config.yaml @@ -827,9 +827,9 @@ spec: required: true - name: custom_sandbox_image_tag title: Sandbox Image Tag - help_text: Image tag, e.g. 1.21.1-python + help_text: Image tag, e.g. 1.23.1-python type: text - default: "1.21.1-python" + default: "1.23.1-python" when: 'repl{{ ConfigOptionEquals "custom_sandbox_image_enabled" "1" }}' required: true - name: custom_sandbox_image_registry_server diff --git a/replicated/openhands.yaml b/replicated/openhands.yaml index 0d84bfdf..62eb7b93 100644 --- a/replicated/openhands.yaml +++ b/replicated/openhands.yaml @@ -17,7 +17,7 @@ spec: image: repository: 'images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/enterprise-server' - tag: 'sha-d1de523' + tag: 'sha-82744a0' imagePullSecrets: - name: '{{repl ImagePullSecretName }}' @@ -63,7 +63,7 @@ spec: # takes over — both for new sandboxes (via AGENT_SERVER_IMAGE_* # env on the openhands server) and for the warm pool below. repository: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_repository"}}{{repl else}}images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/agent-server{{repl end}}' - tag: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}1.21.1-python{{repl end}}' + tag: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}1.23.1-python{{repl end}}' keycloak: enabled: true @@ -259,7 +259,7 @@ spec: count: repl{{ ConfigOption "sandbox_warm_runtime_count" }} configs: - name: default - image: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_repository"}}:{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/agent-server:1.22.1-python{{repl end}}' + image: '{{repl if ConfigOptionEquals "custom_sandbox_image_enabled" "1"}}{{repl ConfigOption "custom_sandbox_image_repository"}}:{{repl ConfigOption "custom_sandbox_image_tag"}}{{repl else}}images.r9.all-hands.dev/proxy/{{repl LicenseFieldValue "appSlug"}}/ghcr.io/openhands/agent-server:1.23.1-python{{repl end}}' working_dir: "/workspace" environment: LOG_JSON: "1" @@ -512,11 +512,11 @@ spec: runtime: image: repository: '{{repl LocalRegistryHost }}/{{repl LocalRegistryNamespace }}/agent-server' - tag: '1.22.1-python' + tag: '1.23.1-python' warmRuntimes: configs: - name: default - image: '{{repl LocalRegistryHost }}/{{repl LocalRegistryNamespace }}/agent-server:1.22.1-python' + image: '{{repl LocalRegistryHost }}/{{repl LocalRegistryNamespace }}/agent-server:1.23.1-python' working_dir: "/workspace" environment: LOG_JSON: "1"