From 958e0081d8540acb272439ff1e59bb68915e6586 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:37:43 +0530 Subject: [PATCH] chore(main): release 0.29.0-beta (#262) :robot: I have created a release *beep* *boop* --- ## [0.29.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.28.1-beta...v0.29.0-beta) (2024-11-05) ### Features * **blob:** relay file download and upload to minio ([#261](https://github.com/instill-ai/api-gateway/issues/261)) ([ec27223](https://github.com/instill-ai/api-gateway/commit/ec2722362f8db304032581040969a08405750295)) * **run:** pipeline/model runs and metrics APIs ([#265](https://github.com/instill-ai/api-gateway/issues/265)) ([c5f1a8d](https://github.com/instill-ai/api-gateway/commit/c5f1a8d765384493865ea7eacef5c36a227ac65b)) ### Bug Fixes * **blob:** build the blob plugin in image ([#263](https://github.com/instill-ai/api-gateway/issues/263)) ([24fc718](https://github.com/instill-ai/api-gateway/commit/24fc718aabcffe63b9194fff256ae2db1a370b08)) --- 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 | 13 +++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9f688..a2abf45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.29.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.28.1-beta...v0.29.0-beta) (2024-11-05) + + +### Features + +* **blob:** relay file download and upload to minio ([#261](https://github.com/instill-ai/api-gateway/issues/261)) ([ec27223](https://github.com/instill-ai/api-gateway/commit/ec2722362f8db304032581040969a08405750295)) +* **run:** pipeline/model runs and metrics APIs ([#265](https://github.com/instill-ai/api-gateway/issues/265)) ([c5f1a8d](https://github.com/instill-ai/api-gateway/commit/c5f1a8d765384493865ea7eacef5c36a227ac65b)) + + +### Bug Fixes + +* **blob:** build the blob plugin in image ([#263](https://github.com/instill-ai/api-gateway/issues/263)) ([24fc718](https://github.com/instill-ai/api-gateway/commit/24fc718aabcffe63b9194fff256ae2db1a370b08)) + ## [0.28.1-beta](https://github.com/instill-ai/api-gateway/compare/v0.28.0-beta...v0.28.1-beta) (2024-10-23) diff --git a/release-please/manifest.json b/release-please/manifest.json index 0e697c7..3fad272 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.1-beta" + ".": "0.29.0-beta" } \ No newline at end of file