Skip to content

Commit

Permalink
chore(main): release 0.44.0-beta (#1138)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.44.0-beta](v0.43.0-beta...v0.44.0-beta)
(2024-10-22)


### Features

* **helm:** support isolated namespace for ray cluster
([#1137](#1137))
([0d662e6](0d662e6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Oct 22, 2024
1 parent 9e3a290 commit 3523b37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Execute the following commands to pull pre-built images with all the dependencie

<!-- x-release-please-start-version -->
```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
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.43.0-beta"
".": "0.44.0-beta"
}

0 comments on commit 3523b37

Please sign in to comment.