Skip to content

Commit

Permalink
chore(main): release 0.15.0-alpha (#362)
Browse files Browse the repository at this point in the history
馃 I have created a release *beep* *boop*
---


##
[0.15.0-alpha](v0.14.0-alpha...v0.15.0-alpha)
(2023-09-30)


### Bug Fixes

* **makefile:** fix `helm-integration-test-latest` bug
([#361](#361))
([1db4632](1db4632))


### Miscellaneous Chores

* **release:** release v0.15.0-alpha
([19fe7f8](19fe7f8))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot committed Sep 30, 2023
1 parent 19fe7f8 commit 6e019dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.15.0-alpha](https://github.com/instill-ai/vdp/compare/v0.14.0-alpha...v0.15.0-alpha) (2023-09-30)


### Bug Fixes

* **makefile:** fix `helm-integration-test-latest` bug ([#361](https://github.com/instill-ai/vdp/issues/361)) ([1db4632](https://github.com/instill-ai/vdp/commit/1db4632ff2548db58ead50ffce5f96f4eb8d2ea3))


### Miscellaneous Chores

* **release:** release v0.15.0-alpha ([19fe7f8](https://github.com/instill-ai/vdp/commit/19fe7f8f1c4a1a66d22c9584c2f859119de9c08f))

## [0.14.0-alpha](https://github.com/instill-ai/vdp/compare/v0.13.0-alpha...v0.14.0-alpha) (2023-09-13)


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

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.14.0-alpha https://github.com/instill-ai/vdp.git && cd vdp
$ git clone -b v0.15.0-alpha 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.14.0-alpha"
".": "0.15.0-alpha"
}

0 comments on commit 6e019dc

Please sign in to comment.