diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfffc9e..ec659c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.0-beta](https://github.com/instill-ai/instill-core/compare/v0.43.0-beta...v0.44.0-beta) (2024-10-22) + + +### Features + +* **helm:** support isolated namespace for ray cluster ([#1137](https://github.com/instill-ai/instill-core/issues/1137)) ([0d662e6](https://github.com/instill-ai/instill-core/commit/0d662e631eeec99240329e3b75095060b1d1a9d4)) + ## [0.43.0-beta](https://github.com/instill-ai/instill-core/compare/v0.42.0-beta...v0.43.0-beta) (2024-10-15) diff --git a/README.md b/README.md index 1a240f7d..ea68ffd3 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.43.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.44.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core # Launch all services $ make all diff --git a/release-please/manifest.json b/release-please/manifest.json index 2979a2a5..af916a34 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.43.0-beta" + ".": "0.44.0-beta" }