From 8521a66f284fa7046781d5fee37f34d52e33705c Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:45:41 +0530 Subject: [PATCH] chore(main): release 0.6.0-alpha (#24) :robot: I have created a release *beep* *boop* --- ## [0.6.0-alpha](https://github.com/instill-ai/x/compare/v0.5.0-alpha...v0.6.0-alpha) (2024-12-13) ### Features * collect shared logic for blob storage and minio ([#27](https://github.com/instill-ai/x/issues/27)) ([36280f1](https://github.com/instill-ai/x/commit/36280f1781206f99f176732964d6ce9080d2f288)) * **minio:** add expiry tag and rule ([#23](https://github.com/instill-ai/x/issues/23)) ([6659d46](https://github.com/instill-ai/x/commit/6659d4662da56fd7af36034b3756f856607d61de)) ### Bug Fixes * **minio:** remove default bucket lifecycle rule ([#30](https://github.com/instill-ai/x/issues/30)) ([890bb31](https://github.com/instill-ai/x/commit/890bb310fcb2f236b798044212850cdaf4fb63d3)) * **minio:** set life cycle config on existing bucket ([#25](https://github.com/instill-ai/x/issues/25)) ([3b853d0](https://github.com/instill-ai/x/commit/3b853d0b8656d116798e31cffa2db4dab84724a2)) --- 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 | 14 ++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6296cde..2b0b000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0-alpha](https://github.com/instill-ai/x/compare/v0.5.0-alpha...v0.6.0-alpha) (2024-12-13) + + +### Features + +* collect shared logic for blob storage and minio ([#27](https://github.com/instill-ai/x/issues/27)) ([36280f1](https://github.com/instill-ai/x/commit/36280f1781206f99f176732964d6ce9080d2f288)) +* **minio:** add expiry tag and rule ([#23](https://github.com/instill-ai/x/issues/23)) ([6659d46](https://github.com/instill-ai/x/commit/6659d4662da56fd7af36034b3756f856607d61de)) + + +### Bug Fixes + +* **minio:** remove default bucket lifecycle rule ([#30](https://github.com/instill-ai/x/issues/30)) ([890bb31](https://github.com/instill-ai/x/commit/890bb310fcb2f236b798044212850cdaf4fb63d3)) +* **minio:** set life cycle config on existing bucket ([#25](https://github.com/instill-ai/x/issues/25)) ([3b853d0](https://github.com/instill-ai/x/commit/3b853d0b8656d116798e31cffa2db4dab84724a2)) + ## [0.5.0-alpha](https://github.com/instill-ai/x/compare/v0.4.0-alpha...v0.5.0-alpha) (2024-10-03) diff --git a/release-please/manifest.json b/release-please/manifest.json index 979c53d..3ae6d11 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0-alpha" + ".": "0.6.0-alpha" }