Skip to content

Commit

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


##
[0.27.0-alpha](v0.26.0-alpha...v0.27.0-alpha)
(2024-07-16)


### Features

* **credit:** added check and collect for model trigger
([#619](#619))
([5d55b5b](5d55b5b))
* **credit:** refactored check and collect for model trigger
([#629](#629))
([0a14f9e](0a14f9e))
* **ray:** sync deployment configs when starting up
([#631](#631))
([4a2fc8a](4a2fc8a))
* **service:** check trigger permissions when impersonating an org
([#635](#635))
([427fc45](427fc45))


### Bug Fixes

* **worker:** unit test for TriggerModelActivity
([#624](#624))
([dec7a60](dec7a60))

---
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 Jul 16, 2024
1 parent ae38a70 commit 8c57c4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.27.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.26.0-alpha...v0.27.0-alpha) (2024-07-16)


### Features

* **credit:** INS-5058 added check and collect for model trigger ([#619](https://github.com/instill-ai/model-backend/issues/619)) ([5d55b5b](https://github.com/instill-ai/model-backend/commit/5d55b5b1a98d7719701fc9b611cac2f1509f8420))
* **credit:** refactored check and collect for model trigger ([#629](https://github.com/instill-ai/model-backend/issues/629)) ([0a14f9e](https://github.com/instill-ai/model-backend/commit/0a14f9e042ba0fd5e656363c7b8cb381385c3422))
* **ray:** sync deployment configs when starting up ([#631](https://github.com/instill-ai/model-backend/issues/631)) ([4a2fc8a](https://github.com/instill-ai/model-backend/commit/4a2fc8ad682872a63ed98575f8b04639388958b7))
* **service:** check trigger permissions when impersonating an org ([#635](https://github.com/instill-ai/model-backend/issues/635)) ([427fc45](https://github.com/instill-ai/model-backend/commit/427fc45cc46493e5ea8f7f7ef76389803c20e5e2))


### Bug Fixes

* **worker:** unit test for TriggerModelActivity ([#624](https://github.com/instill-ai/model-backend/issues/624)) ([dec7a60](https://github.com/instill-ai/model-backend/commit/dec7a6052d366a04de2b22f2213d320f09d342c9))

## [0.26.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.25.1-alpha...v0.26.0-alpha) (2024-07-02)


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.26.0-alpha"
".": "0.27.0-alpha"
}

0 comments on commit 8c57c4d

Please sign in to comment.