Skip to content

Commit e43161c

Browse files
authored
chore(main): release 0.50.6-beta (#1237)
🤖 I have created a release *beep* *boop* --- ## [0.50.6-beta](v0.50.5-beta...v0.50.6-beta) (2025-06-03) ### Bug Fixes * **helm:** fix helm post install timeout issue ([#1232](#1232)) ([cb4a925](cb4a925)) ### Miscellaneous * **docker-compose:** expose registry port ([#1246](#1246)) ([52198d4](52198d4)) * **env:** bump service version ([#1242](#1242)) ([da4b131](da4b131)) * **env:** upgrade OpenFGA version ([#1240](#1240)) ([cf55b7b](cf55b7b)) * **helm,ray:** update ray configuration ([#1238](#1238)) ([91323b0](91323b0)) * **helm:** bump up chart and app version ([b1b0fc7](b1b0fc7)) * **helm:** update usage server address ([#1245](#1245)) ([f0b9f39](f0b9f39)) * **openfga:** enable check-query cache ([#1236](#1236)) ([a8e74fa](a8e74fa)) * **readme:** update domain name ([#1243](#1243)) ([d29b6a4](d29b6a4)) * release v0.50.6-beta ([6294eed](6294eed)) ### Tests * **helm,workflows:** fix make down exit 2 issue ([#1239](#1239)) ([11e12fc](11e12fc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 52198d4 commit e43161c

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.50.6-beta](https://github.com/instill-ai/instill-core/compare/v0.50.5-beta...v0.50.6-beta) (2025-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **helm:** fix helm post install timeout issue ([#1232](https://github.com/instill-ai/instill-core/issues/1232)) ([cb4a925](https://github.com/instill-ai/instill-core/commit/cb4a925046fd5bc0dc9e017420066c9181c2cef9))
9+
10+
11+
### Miscellaneous
12+
13+
* **docker-compose:** expose registry port ([#1246](https://github.com/instill-ai/instill-core/issues/1246)) ([52198d4](https://github.com/instill-ai/instill-core/commit/52198d464359176d96ec9ab06b6d9aeb683d97c8))
14+
* **env:** bump service version ([#1242](https://github.com/instill-ai/instill-core/issues/1242)) ([da4b131](https://github.com/instill-ai/instill-core/commit/da4b1314ee58beca095f5a71532144239ace87be))
15+
* **env:** upgrade OpenFGA version ([#1240](https://github.com/instill-ai/instill-core/issues/1240)) ([cf55b7b](https://github.com/instill-ai/instill-core/commit/cf55b7bf2ffd07054cd5128572b6a68225f46b68))
16+
* **helm,ray:** update ray configuration ([#1238](https://github.com/instill-ai/instill-core/issues/1238)) ([91323b0](https://github.com/instill-ai/instill-core/commit/91323b0b440612a32e8a10b5bba89290643a16d3))
17+
* **helm:** bump up chart and app version ([b1b0fc7](https://github.com/instill-ai/instill-core/commit/b1b0fc7c72ea8121ea3d903e7e7fe94f512532e3))
18+
* **helm:** update usage server address ([#1245](https://github.com/instill-ai/instill-core/issues/1245)) ([f0b9f39](https://github.com/instill-ai/instill-core/commit/f0b9f392abb1860cdd8890a91d73aa14d62a3e03))
19+
* **openfga:** enable check-query cache ([#1236](https://github.com/instill-ai/instill-core/issues/1236)) ([a8e74fa](https://github.com/instill-ai/instill-core/commit/a8e74fad6f0db0551e6572135e294b575d33c093))
20+
* **readme:** update domain name ([#1243](https://github.com/instill-ai/instill-core/issues/1243)) ([d29b6a4](https://github.com/instill-ai/instill-core/commit/d29b6a4a7f29bd68f5c29ea912a3b752fb5c56d1))
21+
* release v0.50.6-beta ([6294eed](https://github.com/instill-ai/instill-core/commit/6294eed4209f0d84c25b384b839763253e0ae620))
22+
23+
24+
### Tests
25+
26+
* **helm,workflows:** fix make down exit 2 issue ([#1239](https://github.com/instill-ai/instill-core/issues/1239)) ([11e12fc](https://github.com/instill-ai/instill-core/commit/11e12fcf744ac6a108fb6fc65e15f3a47432b1b5))
27+
328
## [0.50.5-beta](https://github.com/instill-ai/instill-core/compare/v0.50.4-beta...v0.50.5-beta) (2025-05-20)
429

530

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Execute the following commands to pull pre-built images with all the dependencie
6060

6161
<!-- x-release-please-start-version -->
6262
```bash
63-
$ git clone -b v0.50.5-beta https://github.com/instill-ai/instill-core.git && cd instill-core
63+
$ git clone -b v0.50.6-beta https://github.com/instill-ai/instill-core.git && cd instill-core
6464

6565
# Launch all services
6666
$ make all

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.50.5-beta"
2+
".": "0.50.6-beta"
33
}

0 commit comments

Comments
 (0)