Skip to content

Commit

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


##
[0.37.0-beta](v0.36.0-beta...v0.37.0-beta)
(2024-07-31)


### Features

* **artifact:** update cm for openfga
([#1049](#1049))
([004296d](004296d))
* **minIO:** change distributed mode
([#1055](#1055))
([2cce230](2cce230))
* **registry:** support s3 as storage backend
([#1047](#1047))
([c46988e](c46988e))


### Bug Fixes

* **helm:** fix pipeline pod permission
([#1053](#1053))
([621cdc7](621cdc7))

---
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 31, 2024
1 parent 23c3a9d commit 4b986b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.37.0-beta](https://github.com/instill-ai/instill-core/compare/v0.36.0-beta...v0.37.0-beta) (2024-07-31)


### Features

* **artifact:** update cm for openfga ([#1049](https://github.com/instill-ai/instill-core/issues/1049)) ([004296d](https://github.com/instill-ai/instill-core/commit/004296d198a31a0f7dcde4e0b1fee6956bbb44e8))
* **minIO:** change distributed mode ([#1055](https://github.com/instill-ai/instill-core/issues/1055)) ([2cce230](https://github.com/instill-ai/instill-core/commit/2cce2301395b73d88eb6ec8d83944ecbebc26063))
* **registry:** support s3 as storage backend ([#1047](https://github.com/instill-ai/instill-core/issues/1047)) ([c46988e](https://github.com/instill-ai/instill-core/commit/c46988e351bf7178d02c5fdc2febb5e371df7e8a))


### Bug Fixes

* **helm:** fix pipeline pod permission ([#1053](https://github.com/instill-ai/instill-core/issues/1053)) ([621cdc7](https://github.com/instill-ai/instill-core/commit/621cdc7c6d58d04938cde6a738aa4a15977cf4bf))

## [0.36.0-beta](https://github.com/instill-ai/instill-core/compare/v0.35.0-beta...v0.36.0-beta) (2024-07-16)


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

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.36.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.37.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core

# 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.36.0-beta"
".": "0.37.0-beta"
}

0 comments on commit 4b986b8

Please sign in to comment.