Skip to content

Commit 5c26cba

Browse files
committed
chore(main): release 0.58.2
1 parent 47a8e32 commit 5c26cba

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.58.2](https://github.com/instill-ai/instill-core/compare/v0.58.1...v0.58.2) (2025-10-30)
4+
5+
6+
### Miscellaneous
7+
8+
* **env:** update API_GATEWAY_VERSION ([#1431](https://github.com/instill-ai/instill-core/issues/1431)) ([b3052d8](https://github.com/instill-ai/instill-core/commit/b3052d822c8ce0e22d035738e8e890e72cb7a681))
9+
* **env:** update API_GATEWAY_VERSION ([#1433](https://github.com/instill-ai/instill-core/issues/1433)) ([22f7d83](https://github.com/instill-ai/instill-core/commit/22f7d83c498ec9310c01191f2cabf7801e894c61))
10+
* **env:** update API_GATEWAY_VERSION ([#1436](https://github.com/instill-ai/instill-core/issues/1436)) ([47a8e32](https://github.com/instill-ai/instill-core/commit/47a8e3213670a790c1526c5b26d72a1a2d948f8b))
11+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1427](https://github.com/instill-ai/instill-core/issues/1427)) ([0142760](https://github.com/instill-ai/instill-core/commit/01427601652bfd3c5dad5b7fc9f40444f91badb0))
12+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1432](https://github.com/instill-ai/instill-core/issues/1432)) ([9984aa2](https://github.com/instill-ai/instill-core/commit/9984aa23b98c817553beefc9defab83b1a0e8513))
13+
* **env:** update MODEL_BACKEND_VERSION ([#1434](https://github.com/instill-ai/instill-core/issues/1434)) ([4137f67](https://github.com/instill-ai/instill-core/commit/4137f67a4918f2b0e78448db412d6993da89bfc6))
14+
315
## [0.58.1](https://github.com/instill-ai/instill-core/compare/v0.58.0...v0.58.1) (2025-10-13)
416

517

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.1 https://github.com/instill-ai/instill-core.git && cd instill-core
59+
git clone -b v0.58.2 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.58.1"
2+
".": "0.58.2"
33
}

0 commit comments

Comments
 (0)