Skip to content

Commit ed7c669

Browse files
droplet-botpinglin
andauthored
chore(main): release 0.58.1 (#1421)
🤖 I have created a release *beep* *boop* --- ## [0.58.1](v0.58.0...v0.58.1) (2025-10-13) ### Miscellaneous * **env:** update API_GATEWAY_VERSION ([#1422](#1422)) ([5bdbc97](5bdbc97)) * **env:** update ARTIFACT_BACKEND_VERSION ([#1420](#1420)) ([ecace4c](ecace4c)) * **env:** update ARTIFACT_BACKEND_VERSION ([#1423](#1423)) ([4be08e5](4be08e5)) * **env:** update ARTIFACT_BACKEND_VERSION ([#1425](#1425)) ([ce12f4d](ce12f4d)) * **env:** update ARTIFACT_BACKEND_VERSION ([#1426](#1426)) ([13fe161](13fe161)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Ping-Lin Chang <[email protected]>
1 parent 13fe161 commit ed7c669

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6262
make run

charts/core/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: core
33
description: The Helm chart of Instill Core
44
type: application
5-
version: 0.1.70
6-
appVersion: 0.58.0
5+
version: 0.1.71
6+
appVersion: 0.58.1
77
keywords:
88
- unstructured data
99
- pipeline

charts/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
The Helm chart of Instill Core
66

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.58.0"
2+
".": "0.58.1"
33
}

0 commit comments

Comments
 (0)