From 1b49058370e8449600d9da060d759ca5517e9c0b Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:31:51 +0000 Subject: [PATCH] chore(main): release 0.17.1-alpha (#393) :robot: I have created a release *beep* *boop* --- ## [0.17.1-alpha](https://github.com/instill-ai/vdp/compare/v0.17.0-alpha...v0.17.1-alpha) (2023-11-13) ### Miscellaneous Chores * release v0.17.1-alpha ([46cf9af](https://github.com/instill-ai/vdp/commit/46cf9afc3028a5aa46772af3df030d9a8c872cdc)) --- 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 b794641e..a89a09f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1-alpha](https://github.com/instill-ai/vdp/compare/v0.17.0-alpha...v0.17.1-alpha) (2023-11-13) + + +### Miscellaneous Chores + +* release v0.17.1-alpha ([46cf9af](https://github.com/instill-ai/vdp/commit/46cf9afc3028a5aa46772af3df030d9a8c872cdc)) + ## [0.17.0-alpha](https://github.com/instill-ai/vdp/compare/v0.16.0-alpha...v0.17.0-alpha) (2023-10-27) diff --git a/README.md b/README.md index c5a07d95..d678e7dc 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.17.0-alpha https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.17.1-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 b50980b7..866c53b0 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0-alpha" + ".": "0.17.1-alpha" }