From 5e07f5dfe1dce2fd983ca6ae8a2f1b26256d4277 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:19:55 +0100 Subject: [PATCH] chore(main): release 0.17.0-alpha (#381) :robot: I have created a release *beep* *boop* --- ## [0.17.0-alpha](https://github.com/instill-ai/vdp/compare/v0.16.0-alpha...v0.17.0-alpha) (2023-10-27) ### Miscellaneous Chores * **release:** release v0.17.0-alpha ([0e8555f](https://github.com/instill-ai/vdp/commit/0e8555f118b74cf5be327962b0d38666a011a807)) --- 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 | 7 +++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474547d1..cea8b388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.0-alpha](https://github.com/instill-ai/vdp/compare/v0.16.0-alpha...v0.17.0-alpha) (2023-10-27) + + +### Miscellaneous Chores + +* **release:** release v0.17.0-alpha ([0e8555f](https://github.com/instill-ai/vdp/commit/0e8555f118b74cf5be327962b0d38666a011a807)) + ## [0.16.0-alpha](https://github.com/instill-ai/vdp/compare/v0.15.0-alpha...v0.16.0-alpha) (2023-10-13) diff --git a/README.md b/README.md index f0dbbaac..d4a0732b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Execute the following commands to start pre-built images with all the dependenci ```bash -$ git clone -b v0.16.0-alpha https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.17.0-alpha https://github.com/instill-ai/vdp.git && cd vdp # Launch all services $ make all diff --git a/release-please/manifest.json b/release-please/manifest.json index 1d8c8a22..b50980b7 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0-alpha" + ".": "0.17.0-alpha" }