Skip to content

Commit f3d451e

Browse files
committed
chore(main): release 0.57.1
1 parent 589211a commit f3d451e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [0.57.1](https://github.com/instill-ai/instill-core/compare/v0.57.0...v0.57.1) (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+
318
## [0.57.0](https://github.com/instill-ai/instill-core/compare/v0.56.0...v0.57.0) (2025-09-19)
419

520

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.57.1 https://github.com/instill-ai/instill-core.git && cd instill-core
6060

6161
# Launch all services
6262
make run

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.57.1"
33
}

0 commit comments

Comments
 (0)