Skip to content

Commit

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


##
[0.24.0-beta](v0.23.0-beta...v0.24.0-beta)
(2024-03-13)


### Features

* add migration script for new recipe format
([#415](#415))
([af8a512](af8a512))
* Introduce component definition list filtering
([#410](#410))
([08cf677](08cf677))
* revamp recipe format and implement iterator
([#405](#405))
([1a676ff](1a676ff))
* simplify openapi_specifications to data_specifications
([#411](#411))
([deaef9b](deaef9b))
* sort component list by score
([#412](#412))
([2849555](2849555))
* support unimplemented release stages in component definitions
([#414](#414))
([c235592](c235592))


### Bug Fixes

* allow incomplete configuration in includeIteratorComponentDetail().
([#413](#413))
([2999599](2999599))
* fix condition field bugs
([#417](#417))
([ce720d5](ce720d5))
* fix missing error return in pipeline trigger
([a743ab1](a743ab1))
* fix missing param for Instill Model connector
([6d372bb](6d372bb))


### Miscellaneous Chores

* release v0.24.0-beta
([d4e3f2b](d4e3f2b))

---
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 Mar 13, 2024
1 parent d4e3f2b commit 553a903
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.24.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.23.0-beta...v0.24.0-beta) (2024-03-13)


### Features

* add migration script for new recipe format ([#415](https://github.com/instill-ai/pipeline-backend/issues/415)) ([af8a512](https://github.com/instill-ai/pipeline-backend/commit/af8a512abb1a30b1f8527728f67b6f3e6759f364))
* Introduce component definition list filtering ([#410](https://github.com/instill-ai/pipeline-backend/issues/410)) ([08cf677](https://github.com/instill-ai/pipeline-backend/commit/08cf677f5b31be01cab12644a168fa049f7cb4c5))
* revamp recipe format and implement iterator ([#405](https://github.com/instill-ai/pipeline-backend/issues/405)) ([1a676ff](https://github.com/instill-ai/pipeline-backend/commit/1a676fff87f3061b35f87606cea5812ce303875f))
* simplify openapi_specifications to data_specifications ([#411](https://github.com/instill-ai/pipeline-backend/issues/411)) ([deaef9b](https://github.com/instill-ai/pipeline-backend/commit/deaef9b34fbc67b24b6d4bf1e11231f8c36a9ac0))
* sort component list by score ([#412](https://github.com/instill-ai/pipeline-backend/issues/412)) ([2849555](https://github.com/instill-ai/pipeline-backend/commit/2849555ea1c0c44d8172c228bb17b9972526966d))
* support unimplemented release stages in component definitions ([#414](https://github.com/instill-ai/pipeline-backend/issues/414)) ([c235592](https://github.com/instill-ai/pipeline-backend/commit/c2355921dc933a6de0a37419442d2b4e4086f645))


### Bug Fixes

* allow incomplete configuration in includeIteratorComponentDetail(). ([#413](https://github.com/instill-ai/pipeline-backend/issues/413)) ([2999599](https://github.com/instill-ai/pipeline-backend/commit/29995992bd9f2685e314122a1896bdb0c03e1a3e))
* fix condition field bugs ([#417](https://github.com/instill-ai/pipeline-backend/issues/417)) ([ce720d5](https://github.com/instill-ai/pipeline-backend/commit/ce720d5d75e543dff1dbf0351cfc3ba811921d49))
* fix missing error return in pipeline trigger ([a743ab1](https://github.com/instill-ai/pipeline-backend/commit/a743ab191f4070acfabf52335a3f4b9c6c862149))
* fix missing param for Instill Model connector ([6d372bb](https://github.com/instill-ai/pipeline-backend/commit/6d372bb6ddfb81f2f2c26beaf8a735c706ff040f))


### Miscellaneous Chores

* release v0.24.0-beta ([d4e3f2b](https://github.com/instill-ai/pipeline-backend/commit/d4e3f2b4e915f52f2df012cb862bba1358332bd6))

## [0.23.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.22.0-beta...v0.23.0-beta) (2024-03-01)


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.23.0-beta"
".": "0.24.0-beta"
}

0 comments on commit 553a903

Please sign in to comment.