Skip to content

Commit f3b5f78

Browse files
committed
chore(main): release 0.58.2
1 parent 4137f67 commit f3b5f78

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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.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 ARTIFACT_BACKEND_VERSION ([#1427](https://github.com/instill-ai/instill-core/issues/1427)) ([0142760](https://github.com/instill-ai/instill-core/commit/01427601652bfd3c5dad5b7fc9f40444f91badb0))
11+
* **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))
12+
* **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))
13+
314
## [0.58.1](https://github.com/instill-ai/instill-core/compare/v0.58.0...v0.58.1) (2025-10-13)
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.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)