From ac58ce071f60a4f07f0a67486e6240757f52bac4 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:26:22 +0100 Subject: [PATCH] chore(main): release 0.33.0-beta (#498) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51dfef9..3448b348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 1522c68d..933e3b12 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```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 diff --git a/release-please/manifest.json b/release-please/manifest.json index b27096e3..45bd95d5 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.0-beta" + ".": "0.33.0-beta" }