From 9822795febbec5c2058e6862e3c66233cea20053 Mon Sep 17 00:00:00 2001 From: Lucjan Dudek Date: Wed, 19 Jun 2024 13:13:43 +0200 Subject: [PATCH] Release 0.11.1 (#251) --- examples/dds-with-ray.yaml | 2 +- examples/gpu.yaml | 2 +- examples/mandelbrot.yaml | 2 +- examples/outbound.yaml | 2 +- examples/outbound_tester.yaml | 2 +- golem-cluster.full.yaml | 2 +- golem-cluster.mini.yaml | 2 +- golem-cluster.override.2-image.yaml | 2 +- golem-cluster.yaml | 2 +- pyproject.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/dds-with-ray.yaml b/examples/dds-with-ray.yaml index b3399095..5db588b5 100644 --- a/examples/dds-with-ray.yaml +++ b/examples/dds-with-ray.yaml @@ -15,7 +15,7 @@ provider: node_config: # Parameters for golem demands (same for head and workers) demand: - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" # List of urls which will be added to the Computation Manifest # Requires protocol to be defined in all URLs diff --git a/examples/gpu.yaml b/examples/gpu.yaml index e092a18a..e8004bc5 100644 --- a/examples/gpu.yaml +++ b/examples/gpu.yaml @@ -13,7 +13,7 @@ provider: node_config: # Parameters for golem demands (same for head and workers) demand: - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3-cuda11.8" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3-cuda11.8" outbound_urls: [] runtime: "vm-nvidia" diff --git a/examples/mandelbrot.yaml b/examples/mandelbrot.yaml index f0cd181c..a6496109 100644 --- a/examples/mandelbrot.yaml +++ b/examples/mandelbrot.yaml @@ -24,7 +24,7 @@ provider: demand: # if not provided, image_tag will be autodetected based on currently used python and ray versions # check available versions at https://registry.golem.network/explore/golem/ray-on-golem - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" # List of urls which will be added to the Computation Manifest # Requires protocol to be defined in all URLs diff --git a/examples/outbound.yaml b/examples/outbound.yaml index bb9a25d2..7d1f10da 100644 --- a/examples/outbound.yaml +++ b/examples/outbound.yaml @@ -28,7 +28,7 @@ provider: # Parameters for golem demands (same for head and workers) demand: # Check available versions at https://registry.golem.network/explore/golem/ray-on-golem - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" # List of urls which will be added to the Computation Manifest # Requires protocol to be defined in all URLs diff --git a/examples/outbound_tester.yaml b/examples/outbound_tester.yaml index 8c5c0d00..4bb41b60 100644 --- a/examples/outbound_tester.yaml +++ b/examples/outbound_tester.yaml @@ -26,7 +26,7 @@ provider: # Parameters for golem demands (same for head and workers) demand: # Check available versions at https://registry.golem.network/explore/golem/ray-on-golem - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" # List of urls which will be added to the Computation Manifest # Requires protocol to be defined in all URLs diff --git a/golem-cluster.full.yaml b/golem-cluster.full.yaml index 9190528e..30586bb5 100644 --- a/golem-cluster.full.yaml +++ b/golem-cluster.full.yaml @@ -41,7 +41,7 @@ provider: # Parameters for golem demands (same for head and workers) demand: # Check available versions at https://registry.golem.network/explore/golem/ray-on-golem - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" # List of urls which will be added to the Computation Manifest # Requires protocol to be defined in all URLs diff --git a/golem-cluster.mini.yaml b/golem-cluster.mini.yaml index 05db3308..34f131c7 100644 --- a/golem-cluster.mini.yaml +++ b/golem-cluster.mini.yaml @@ -18,7 +18,7 @@ provider: node_config: # Parameters for golem demands (same for head and workers) demand: - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" # Tells the autoscaler the allowed node types and the resources they provide available_node_types: diff --git a/golem-cluster.override.2-image.yaml b/golem-cluster.override.2-image.yaml index 9f5c29cc..d614324f 100644 --- a/golem-cluster.override.2-image.yaml +++ b/golem-cluster.override.2-image.yaml @@ -2,4 +2,4 @@ provider: parameters: node_config: demand: - image_tag: "blueshade/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "blueshade/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" diff --git a/golem-cluster.yaml b/golem-cluster.yaml index 42affd81..ced009ab 100644 --- a/golem-cluster.yaml +++ b/golem-cluster.yaml @@ -32,7 +32,7 @@ provider: # Parameters for golem demands (same for head and workers) demand: # Check available versions at https://registry.golem.network/explore/golem/ray-on-golem - image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3" + image_tag: "golem/ray-on-golem:0.11.1-py3.10.13-ray2.9.3" # List of urls which will be added to the Computation Manifest # Requires protocol to be defined in all URLs diff --git a/pyproject.toml b/pyproject.toml index eb955011..1a0c7ba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ray-on-golem" -version = "0.11.0" +version = "0.11.1" description = "Golem Network integration with Ray" authors = ["Golem Factory "] readme = "README.md"