Skip to content

Commit 4375be8

Browse files
chore(main): release 0.58.0 (#1419)
🤖 I have created a release *beep* *boop* --- ## [0.58.0](v0.57.0...v0.58.0) (2025-10-08) ### Miscellaneous * **deps:** upgrade milvus to v2.6.2 ([#1409](#1409)) ([600b565](600b565)) * **env:** update ARTIFACT_BACKEND_VERSION ([#1412](#1412)) ([85054f9](85054f9)) * **env:** update ARTIFACT_BACKEND_VERSION ([#1415](#1415)) ([589211a](589211a)) * **env:** update MGMT_BACKEND_VERSION ([#1411](#1411)) ([20a09dd](20a09dd)) * **env:** update MODEL_BACKEND_VERSION ([#1413](#1413)) ([b622854](b622854)) * **env:** update PIPELINE_BACKEND_VERSION ([#1405](#1405)) ([04cf805](04cf805)) * **env:** update PIPELINE_BACKEND_VERSION ([#1418](#1418)) ([f558b41](f558b41)) * **helm:** bump chart version ([68f55de](68f55de)) * **registry:** replace the docker image for kubectl use ([#1416](#1416)) ([e8ece65](e8ece65)) * release v0.58.0 ([27eb01c](27eb01c)) --- 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: Chang, Hui-Tang <[email protected]>
1 parent 27eb01c commit 4375be8

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

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

3+
## [0.58.0](https://github.com/instill-ai/instill-core/compare/v0.57.0...v0.58.0) (2025-10-08)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps:** upgrade milvus to v2.6.2 ([#1409](https://github.com/instill-ai/instill-core/issues/1409)) ([600b565](https://github.com/instill-ai/instill-core/commit/600b5654d834f11fa28e1d9066f443f8f9bfb9bf))
9+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1412](https://github.com/instill-ai/instill-core/issues/1412)) ([85054f9](https://github.com/instill-ai/instill-core/commit/85054f94d2dacd34e78082f576d887b9f41eb967))
10+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1415](https://github.com/instill-ai/instill-core/issues/1415)) ([589211a](https://github.com/instill-ai/instill-core/commit/589211aeabdc040c551003513a4592e3a2c42160))
11+
* **env:** update MGMT_BACKEND_VERSION ([#1411](https://github.com/instill-ai/instill-core/issues/1411)) ([20a09dd](https://github.com/instill-ai/instill-core/commit/20a09dd054c58f89b99cadeaf71002493762a045))
12+
* **env:** update MODEL_BACKEND_VERSION ([#1413](https://github.com/instill-ai/instill-core/issues/1413)) ([b622854](https://github.com/instill-ai/instill-core/commit/b622854936ddfae6b55609c3d1130848088f8e1f))
13+
* **env:** update PIPELINE_BACKEND_VERSION ([#1405](https://github.com/instill-ai/instill-core/issues/1405)) ([04cf805](https://github.com/instill-ai/instill-core/commit/04cf80510cf53c1b464e3f7f909b37e57ae2f4b0))
14+
* **env:** update PIPELINE_BACKEND_VERSION ([#1418](https://github.com/instill-ai/instill-core/issues/1418)) ([f558b41](https://github.com/instill-ai/instill-core/commit/f558b41ffc3111a81aa052a56409f388ce41827d))
15+
* **helm:** bump chart version ([68f55de](https://github.com/instill-ai/instill-core/commit/68f55de3b0900538a40317d67d9af551c17628ad))
16+
* **registry:** replace the docker image for kubectl use ([#1416](https://github.com/instill-ai/instill-core/issues/1416)) ([e8ece65](https://github.com/instill-ai/instill-core/commit/e8ece65e7b484e44b14d3801a13c1ee7f1c5d887))
17+
* release v0.58.0 ([27eb01c](https://github.com/instill-ai/instill-core/commit/27eb01ca9b9c3a0ab7e0a2d42204a54a139bd4ed))
18+
319
## [0.57.0](https://github.com/instill-ai/instill-core/compare/v0.56.0...v0.57.0) (2025-09-19)
420

521

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.57.0 https://github.com/instill-ai/instill-core.git && cd instill-core
59+
git clone -b v0.58.0 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.69
6-
appVersion: 0.57.0
5+
version: 0.1.70
6+
appVersion: 0.58.0
77
keywords:
88
- unstructured data
99
- pipeline

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.57.0"
2+
".": "0.58.0"
33
}

0 commit comments

Comments
 (0)