From bbbddf917bf59d26ac4456deeff8bf3522e3e9f1 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:27:15 +0530 Subject: [PATCH] chore(main): release 0.34.0-alpha --- CHANGELOG.md | 13 +++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9ac8cd..ad55fe44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.34.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.33.1-alpha...v0.34.0-alpha) (2024-12-13) + + +### Features + +* **handler:** add title for region hardware ([#718](https://github.com/instill-ai/model-backend/issues/718)) ([c71bb75](https://github.com/instill-ai/model-backend/commit/c71bb75f7869498c62c2d6a93399f6d6bb633c28)) +* **ray:** support multi-gpu suffix ([#714](https://github.com/instill-ai/model-backend/issues/714)) ([bfc442d](https://github.com/instill-ai/model-backend/commit/bfc442d4215384843c4b771e2d8210c439ef448c)) + + +### Bug Fixes + +* **ray:** fix missing deployment configs ([#717](https://github.com/instill-ai/model-backend/issues/717)) ([9d20344](https://github.com/instill-ai/model-backend/commit/9d20344a14912d1de40ffe1cee651727aa006b90)) + ## [0.33.1-alpha](https://github.com/instill-ai/model-backend/compare/v0.33.0-alpha...v0.33.1-alpha) (2024-12-03) diff --git a/release-please/manifest.json b/release-please/manifest.json index a76a5738..10a2a4dd 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.1-alpha" + ".": "0.34.0-alpha" }