Skip to content

Commit e819e81

Browse files
committed
chore(main): release 0.50.5-beta
1 parent 5ac23ab commit e819e81

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.50.5-beta](https://github.com/instill-ai/instill-core/compare/v0.50.4-beta...v0.50.5-beta) (2025-05-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **ray:** fix podman fs issue causing deployment hanging ([#1222](https://github.com/instill-ai/instill-core/issues/1222)) ([d0c53ce](https://github.com/instill-ai/instill-core/commit/d0c53ce847f6b5748f994b3243cc842925b59cb7))
9+
310
## [0.50.4-beta](https://github.com/instill-ai/instill-core/compare/v0.50.3-beta...v0.50.4-beta) (2025-04-22)
411

512

README.md

+1-1
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.4-beta https://github.com/instill-ai/instill-core.git && cd instill-core
63+
$ git clone -b v0.50.5-beta https://github.com/instill-ai/instill-core.git && cd instill-core
6464

6565
# Launch all services
6666
$ make all

release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.50.4-beta"
2+
".": "0.50.5-beta"
33
}

0 commit comments

Comments
 (0)