Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.33.0-alpha #706

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.33.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.32.0-alpha...v0.33.0-alpha) (2024-11-05)


### Features

* **minio:** import updated minio package and add tag on file upload ([#704](https://github.com/instill-ai/model-backend/issues/704)) ([7d03354](https://github.com/instill-ai/model-backend/commit/7d03354b97f1841593f3dee8e21bec4e23d3c829))
* **run:** write data for usage by model trigger chart record api ([#705](https://github.com/instill-ai/model-backend/issues/705)) ([fababc9](https://github.com/instill-ai/model-backend/commit/fababc976e16dbe43118489d385b6db5b7e3bc63))


### Bug Fixes

* **migration:** migrate unsupported task to custom ([#709](https://github.com/instill-ai/model-backend/issues/709)) ([f44afd6](https://github.com/instill-ai/model-backend/commit/f44afd65f0550adc86e7a37aa7f73edca7ab5a04))
* **run:** add metadata retention handler ([#707](https://github.com/instill-ai/model-backend/issues/707)) ([43a6a61](https://github.com/instill-ai/model-backend/commit/43a6a6171813a2afde5691ab0115ce166ab78611))
* **run:** add namespace id in response ([#708](https://github.com/instill-ai/model-backend/issues/708)) ([2940b1c](https://github.com/instill-ai/model-backend/commit/2940b1c295aeaedbea40a5f5ff72376c77d4a2e8))

## [0.32.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.31.0-alpha...v0.32.0-alpha) (2024-10-23)


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.32.0-alpha"
".": "0.33.0-alpha"
}
Loading