File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.58.1] ( https://github.com/instill-ai/instill-core/compare/v0.58.0...v0.58.1 ) (2025-10-13)
4+
5+
6+ ### Miscellaneous
7+
8+ * ** env:** update API_GATEWAY_VERSION ([ #1422 ] ( https://github.com/instill-ai/instill-core/issues/1422 ) ) ([ 5bdbc97] ( https://github.com/instill-ai/instill-core/commit/5bdbc9712e6e469b1dadf983eb5e88299c6392a7 ) )
9+ * ** env:** update ARTIFACT_BACKEND_VERSION ([ #1420 ] ( https://github.com/instill-ai/instill-core/issues/1420 ) ) ([ ecace4c] ( https://github.com/instill-ai/instill-core/commit/ecace4cc47a755f4b51fa28a35b6655374fa8a6d ) )
10+ * ** env:** update ARTIFACT_BACKEND_VERSION ([ #1423 ] ( https://github.com/instill-ai/instill-core/issues/1423 ) ) ([ 4be08e5] ( https://github.com/instill-ai/instill-core/commit/4be08e5240fbb32b8c374e5a211906101162f33b ) )
11+ * ** env:** update ARTIFACT_BACKEND_VERSION ([ #1425 ] ( https://github.com/instill-ai/instill-core/issues/1425 ) ) ([ ce12f4d] ( https://github.com/instill-ai/instill-core/commit/ce12f4de09127d38c8b89d982dcdcbe9a21c84bd ) )
12+ * ** env:** update ARTIFACT_BACKEND_VERSION ([ #1426 ] ( https://github.com/instill-ai/instill-core/issues/1426 ) ) ([ 13fe161] ( https://github.com/instill-ai/instill-core/commit/13fe161392b1ab589eff164ba340c07253e1f5d7 ) )
13+
314## [ 0.58.0] ( https://github.com/instill-ai/instill-core/compare/v0.57.0...v0.58.0 ) (2025-10-08)
415
516
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Execute the following commands to pull pre-built images with all the dependencie
5656<!-- x-release-please-start-version -->
5757
5858``` bash
59- git clone -b v0.58.0 https://github.com/instill-ai/instill-core.git && cd instill-core
59+ git clone -b v0.58.1 https://github.com/instill-ai/instill-core.git && cd instill-core
6060
6161# Launch all services
6262make run
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : core
33description : The Helm chart of Instill Core
44type : application
5- version : 0.1.70
6- appVersion : 0.58.0
5+ version : 0.1.71
6+ appVersion : 0.58.1
77keywords :
88 - unstructured data
99 - pipeline
Original file line number Diff line number Diff line change 11# core
22
3- ![ Version: 0.1.70 ] ( https://img.shields.io/badge/Version-0.1.70 -informational?style=flat-square ) ![ AppVersion: 0.58.0 ] ( https://img.shields.io/badge/AppVersion-0.58.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.1.71 ] ( https://img.shields.io/badge/Version-0.1.71 -informational?style=flat-square ) ![ AppVersion: 0.58.1 ] ( https://img.shields.io/badge/AppVersion-0.58.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55The Helm chart of Instill Core
66
Original file line number Diff line number Diff line change 11{
2- "." : " 0.58.0 "
2+ "." : " 0.58.1 "
33}
You can’t perform that action at this time.
0 commit comments