Skip to content

Commit

Permalink
chore(main): release 0.33.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Jun 6, 2024
1 parent 293fc1f commit 4d1fab1
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 4d1fab1

Please sign in to comment.