Skip to content

Commit

Permalink
chore(main): release 0.19.0-beta (#204)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.19.0-beta](v0.18.0-beta...v0.19.0-beta)
(2024-07-01)


### Features

* **model:** add model version deletion endpoints
([#203](#203))
([77714f4](77714f4))
* **pipeline:** add requester header to CORS
([#207](#207))
([9cbe156](9cbe156))
* **pipeline:** add requester UID header
([#205](#205))
([f56379e](f56379e))
* **vdp:** expose endpoints for cloning pipeline release
([#206](#206))
([d813ad6](d813ad6))

---
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 authored Jul 2, 2024
1 parent 9cbe156 commit d2c33f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.19.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.18.0-beta...v0.19.0-beta) (2024-07-01)


### Features

* **model:** add model version deletion endpoints ([#203](https://github.com/instill-ai/api-gateway/issues/203)) ([77714f4](https://github.com/instill-ai/api-gateway/commit/77714f42990e3d762fffb473aa2ecb7506f9e764))
* **pipeline:** add requester header to CORS ([#207](https://github.com/instill-ai/api-gateway/issues/207)) ([9cbe156](https://github.com/instill-ai/api-gateway/commit/9cbe156e16d5deff6064b8a52cb72fbbf5fa3b00))
* **pipeline:** add requester UID header ([#205](https://github.com/instill-ai/api-gateway/issues/205)) ([f56379e](https://github.com/instill-ai/api-gateway/commit/f56379ef126387e3d824d68db1f156551b4f2c74))
* **vdp:** expose endpoints for cloning pipeline release ([#206](https://github.com/instill-ai/api-gateway/issues/206)) ([d813ad6](https://github.com/instill-ai/api-gateway/commit/d813ad6a2d0c2c2bb3c35e15036a1f91f5ddc097))

## [0.18.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.17.0-beta...v0.18.0-beta) (2024-06-17)


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.18.0-beta"
".": "0.19.0-beta"
}

0 comments on commit d2c33f0

Please sign in to comment.