From eb84ce3d482eae3f5c5ce90dad44a35b7621f424 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:29:55 +0530 Subject: [PATCH] chore(main): release 0.48.5-beta (#930) :robot: I have created a release *beep* *boop* --- ## [0.48.5-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.4-beta...v0.48.5-beta) (2024-12-11) ### Features * **pinecone:** pinecone batch upsert ([#927](https://github.com/instill-ai/pipeline-backend/issues/927)) ([398adf9](https://github.com/instill-ai/pipeline-backend/commit/398adf90954ad4df27bf9228e97bdc106dd25464)) * **vdp:** upload component input output data ([#923](https://github.com/instill-ai/pipeline-backend/issues/923)) ([8b6caab](https://github.com/instill-ai/pipeline-backend/commit/8b6caab5b9add954cc56e1a400839a0e29ff2446)) ### Bug Fixes * **trigger:** add component intermediate data in the trigger stream/response ([#932](https://github.com/instill-ai/pipeline-backend/issues/932)) ([2077ae7](https://github.com/instill-ai/pipeline-backend/commit/2077ae7167eb0d4e1f06dfe8f599104eee37a206)) * **trigger:** resolve issue where default value for number cannot be an integer ([#933](https://github.com/instill-ai/pipeline-backend/issues/933)) ([134032a](https://github.com/instill-ai/pipeline-backend/commit/134032a26174e033b2b30983949b2e5858017eeb)) ### Miscellaneous Chores * release v0.48.5-beta ([043788d](https://github.com/instill-ai/pipeline-backend/commit/043788d091a758a97fc6be453c3211fe1cbfb26d)) --- 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 | 19 +++++++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23161817e..9b95d9573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.48.5-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.4-beta...v0.48.5-beta) (2024-12-11) + + +### Features + +* **pinecone:** pinecone batch upsert ([#927](https://github.com/instill-ai/pipeline-backend/issues/927)) ([398adf9](https://github.com/instill-ai/pipeline-backend/commit/398adf90954ad4df27bf9228e97bdc106dd25464)) +* **vdp:** upload component input output data ([#923](https://github.com/instill-ai/pipeline-backend/issues/923)) ([8b6caab](https://github.com/instill-ai/pipeline-backend/commit/8b6caab5b9add954cc56e1a400839a0e29ff2446)) + + +### Bug Fixes + +* **trigger:** add component intermediate data in the trigger stream/response ([#932](https://github.com/instill-ai/pipeline-backend/issues/932)) ([2077ae7](https://github.com/instill-ai/pipeline-backend/commit/2077ae7167eb0d4e1f06dfe8f599104eee37a206)) +* **trigger:** resolve issue where default value for number cannot be an integer ([#933](https://github.com/instill-ai/pipeline-backend/issues/933)) ([134032a](https://github.com/instill-ai/pipeline-backend/commit/134032a26174e033b2b30983949b2e5858017eeb)) + + +### Miscellaneous Chores + +* release v0.48.5-beta ([043788d](https://github.com/instill-ai/pipeline-backend/commit/043788d091a758a97fc6be453c3211fe1cbfb26d)) + ## [0.48.4-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.3-beta...v0.48.4-beta) (2024-12-09) diff --git a/release-please/manifest.json b/release-please/manifest.json index 9f6f689e6..6bd76472d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.48.4-beta" + ".": "0.48.5-beta" }