Skip to content

Commit

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


##
[0.34.0-alpha](v0.33.1-alpha...v0.34.0-alpha)
(2024-12-16)


### Features

* **handler:** add title for region hardware
([#718](#718))
([c71bb75](c71bb75))
* **ray:** support multi-gpu suffix
([#714](#714))
([bfc442d](bfc442d))
* **ray:** utilize redis as deployment config cache
([#722](#722))
([da20daf](da20daf))


### Bug Fixes

* **ray:** fix missing deployment configs
([#717](#717))
([9d20344](9d20344))

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

## [0.34.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.33.1-alpha...v0.34.0-alpha) (2024-12-16)


### 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))
* **ray:** utilize redis as deployment config cache ([#722](https://github.com/instill-ai/model-backend/issues/722)) ([da20daf](https://github.com/instill-ai/model-backend/commit/da20daf573a3d3f399d4ace7a35d0515aba883be))


### 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)


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.33.1-alpha"
".": "0.34.0-alpha"
}

0 comments on commit 6abcfd2

Please sign in to comment.