Skip to content

Commit

Permalink
chore(main): release 0.21.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Jan 5, 2024
1 parent 5615a95 commit 4e43ea9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.21.0-beta](https://github.com/instill-ai/vdp/compare/v0.20.0-beta...v0.21.0-beta) (2024-01-05)


### Features

* **docker-compose,helm:** remove controller-vdp ([#416](https://github.com/instill-ai/vdp/issues/416)) ([5615a95](https://github.com/instill-ai/vdp/commit/5615a95123cb5e4b8f5bcd4a3724c468bf09d755))

## [0.20.0-beta](https://github.com/instill-ai/vdp/compare/v0.19.1-beta...v0.20.0-beta) (2024-01-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Execute the following commands to start pre-built images with all the dependenci

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.20.0-beta https://github.com/instill-ai/vdp.git && cd vdp
$ git clone -b v0.21.0-beta https://github.com/instill-ai/vdp.git && cd vdp

# Launch all services
$ make all
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.20.0-beta"
".": "0.21.0-beta"
}

0 comments on commit 4e43ea9

Please sign in to comment.