Skip to content

Commit

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


##
[0.33.0-beta](v0.32.0-beta...v0.33.0-beta)
(2024-06-06)


### Features

* **artifact:** add minio and milvus for artifact storage
([#999](#999))
([14713d9](14713d9))
* **mgmt:** run migration only on main cluster in mgmt-backend
([#1007](#1007))
([26fedff](26fedff))
* **ray:** update infra to accommodate containerized model serving
([#494](#494))
([8c4b3e1](8c4b3e1))


### Bug Fixes

* **artifact:** modify healthy check request
([#1003](#1003))
([c4225aa](c4225aa))

---
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 Jun 6, 2024
1 parent b37f0ee commit ac58ce0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.33.0-beta](https://github.com/instill-ai/instill-core/compare/v0.32.0-beta...v0.33.0-beta) (2024-06-06)


### Features

* **artifact:** add minio and milvus for artifact storage ([#999](https://github.com/instill-ai/instill-core/issues/999)) ([14713d9](https://github.com/instill-ai/instill-core/commit/14713d924a15828caf7cbfbe567f43c9edd0f71c))
* **mgmt:** run migration only on main cluster in mgmt-backend ([#1007](https://github.com/instill-ai/instill-core/issues/1007)) ([26fedff](https://github.com/instill-ai/instill-core/commit/26fedff640814ad68eb353706c142fc8dd1e2b39))
* **ray:** update infra to accommodate containerized model serving ([#494](https://github.com/instill-ai/instill-core/issues/494)) ([8c4b3e1](https://github.com/instill-ai/instill-core/commit/8c4b3e1dc08bb93e9a7b008ff41cc620cde96a37))


### Bug Fixes

* **artifact:** modify healthy check request ([#1003](https://github.com/instill-ai/instill-core/issues/1003)) ([c4225aa](https://github.com/instill-ai/instill-core/commit/c4225aac0b8f3236474b926ec4f13ef46318f9ba))

## [0.32.0-beta](https://github.com/instill-ai/instill-core/compare/v0.31.0-beta...v0.32.0-beta) (2024-05-16)


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

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.32.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.33.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.32.0-beta"
".": "0.33.0-beta"
}

0 comments on commit ac58ce0

Please sign in to comment.