From 4b986b8ae83aa84b7be0caacb14fc84badb56780 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:06:11 +0530 Subject: [PATCH] chore(main): release 0.37.0-beta (#1048) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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 ++++++++++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8cbbcd..61fbfb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index a51b1dd8..51f76f3b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```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 diff --git a/release-please/manifest.json b/release-please/manifest.json index 3137bf45..c6fc72e2 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.36.0-beta" + ".": "0.37.0-beta" }