Skip to content

Commit

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


##
[0.42.0-beta](v0.41.0-beta...v0.42.0-beta)
(2024-10-08)


### Bug Fixes

* **minio:** add additional retries to liveness probe
([#1128](#1128))
([cdf2e7d](cdf2e7d))


### Miscellaneous Chores

* **release:** release v0.42.0-beta
([fec5e65](fec5e65))

---
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 Oct 8, 2024
1 parent fec5e65 commit d407c5f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

<!-- x-release-please-start-version -->
```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
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.41.0-beta"
".": "0.42.0-beta"
}

0 comments on commit d407c5f

Please sign in to comment.