Skip to content

Commit

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


##
[0.6.0-alpha](v0.5.0-alpha...v0.6.0-alpha)
(2024-12-13)


### Features

* collect shared logic for blob storage and minio
([#27](#27))
([36280f1](36280f1))
* **minio:** add expiry tag and rule
([#23](#23))
([6659d46](6659d46))


### Bug Fixes

* **minio:** remove default bucket lifecycle rule
([#30](#30))
([890bb31](890bb31))
* **minio:** set life cycle config on existing bucket
([#25](#25))
([3b853d0](3b853d0))

---
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 Dec 17, 2024
1 parent 890bb31 commit 8521a66
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.5.0-alpha"
".": "0.6.0-alpha"
}

0 comments on commit 8521a66

Please sign in to comment.