Skip to content

Commit

Permalink
Merge branch 'release/v0.34.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed May 23, 2024
2 parents 478e8ce + 4f953a5 commit 9fb01ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker run \
--rm \
--name deephaven \
-p 10000:10000 \
ghcr.io/deephaven/server:0.34.0
ghcr.io/deephaven/server:0.34.3
```

This will start the server, and the web UI will be available at [http://localhost:10000](http://localhost:10000).
Expand All @@ -20,14 +20,14 @@ This will start the server, and the web UI will be available at [http://localhos

The following server images are currently being produced:

* `ghcr.io/deephaven/server:0.34.0`
* `ghcr.io/deephaven/server-ui:0.34.0`
* `ghcr.io/deephaven/server-slim:0.34.0`
* `ghcr.io/deephaven/server-all-ai:0.34.0`
* `ghcr.io/deephaven/server-nltk:0.34.0`
* `ghcr.io/deephaven/server-pytorch:0.34.0`
* `ghcr.io/deephaven/server-sklearn:0.34.0`
* `ghcr.io/deephaven/server-tensorflow:0.34.0`
* `ghcr.io/deephaven/server:0.34.3`
* `ghcr.io/deephaven/server-ui:0.34.3`
* `ghcr.io/deephaven/server-slim:0.34.3`
* `ghcr.io/deephaven/server-all-ai:0.34.3`
* `ghcr.io/deephaven/server-nltk:0.34.3`
* `ghcr.io/deephaven/server-pytorch:0.34.3`
* `ghcr.io/deephaven/server-sklearn:0.34.3`
* `ghcr.io/deephaven/server-tensorflow:0.34.3`

### Linux

Expand Down
2 changes: 1 addition & 1 deletion server-slim.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "DEEPHAVEN_SOURCES" {
}

variable "DEEPHAVEN_VERSION" {
default = "0.34.2"
default = "0.34.3"
}

variable "OPENJDK_VERSION" {
Expand Down
2 changes: 1 addition & 1 deletion server.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ variable "DEEPHAVEN_SOURCES" {
}

variable "DEEPHAVEN_VERSION" {
default = "0.34.2"
default = "0.34.3"
}

variable "DEEPHAVEN_CORE_WHEEL" {
Expand Down

0 comments on commit 9fb01ef

Please sign in to comment.