File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 0.50.4-beta] ( https://github.com/instill-ai/instill-core/compare/v0.50.3-beta...v0.50.4-beta ) (2025-04-22)
4
11
5
12
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Execute the following commands to pull pre-built images with all the dependencie
60
60
61
61
<!-- x-release-please-start-version -->
62
62
``` 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
64
64
65
65
# Launch all services
66
66
$ make all
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.50.4 -beta"
2
+ "." : " 0.50.5 -beta"
3
3
}
You can’t perform that action at this time.
0 commit comments