From c3ee3c046a41a039bcf4d902bc4045e0b05040aa Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:11:04 +0900 Subject: [PATCH] chore(main): release 0.42.0-beta --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca570e4..ffac4d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.42.0-beta](https://github.com/instill-ai/instill-core/compare/v0.41.0-beta...v0.42.0-beta) (2024-10-08) + + +### Bug Fixes + +* **minio:** add additional retries to liveness probe ([#1128](https://github.com/instill-ai/instill-core/issues/1128)) ([cdf2e7d](https://github.com/instill-ai/instill-core/commit/cdf2e7d984193b15ae5ae19c3ae9cbdbb5c6184e)) + + +### Miscellaneous Chores + +* **release:** release v0.42.0-beta ([fec5e65](https://github.com/instill-ai/instill-core/commit/fec5e65ca92d8104e9bf976b462fed53b4f97e90)) + ## [0.41.0-beta](https://github.com/instill-ai/instill-core/compare/v0.40.1-beta...v0.41.0-beta) (2024-09-24) diff --git a/README.md b/README.md index c102eea3..bd2b86b0 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.41.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.42.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 32de7773..6ec4132b 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.41.0-beta" + ".": "0.42.0-beta" }