Compare commits

...

2 Commits

Author SHA1 Message Date
mamoodi
acc283b36d Update runtime bind address in doc 2025-03-10 10:30:23 -04:00
mamoodi
15e4daae31 Release 0.28.0 2025-03-10 10:26:52 -04:00
4 changed files with 5 additions and 5 deletions

View File

@@ -387,7 +387,7 @@ To use these with the docker command, pass in `-e SANDBOX_<option>`. Example: `-
- `runtime_binding_address`
- Type: `str`
- Default: `127.0.0.1`
- Default: `0.0.0.0`
- Description: The binding address for the runtime ports. It specifies which network interface on the host machine Docker should bind the runtime ports to.
### Linting and Plugins

View File

@@ -1,12 +1,12 @@
{
"name": "openhands-frontend",
"version": "0.28.0",
"version": "0.28.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openhands-frontend",
"version": "0.28.0",
"version": "0.28.1",
"dependencies": {
"@heroui/react": "2.7.4",
"@monaco-editor/react": "^4.7.0-rc.0",

View File

@@ -1,6 +1,6 @@
{
"name": "openhands-frontend",
"version": "0.28.0",
"version": "0.28.1",
"private": true,
"type": "module",
"engines": {

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "openhands-ai"
version = "0.28.0"
version = "0.28.1"
description = "OpenHands: Code Less, Make More"
authors = ["OpenHands"]
license = "MIT"