Skip to content

Commit f8adbb9

Browse files
committed
chore(main): release 0.58.2
1 parent 347a42b commit f8adbb9

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGELOG.md

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

3+
## [0.58.2](https://github.com/instill-ai/instill-core/compare/v0.58.1...v0.58.2) (2026-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **helm:** ensure image tags are rendered as strings to avoid scientific notation ([1c43cb1](https://github.com/instill-ai/instill-core/commit/1c43cb1012dcd84c1821c4bd6a2aadfa55e1328f))
9+
* **workflow:** quote image tag in values.yaml to prevent YAML numeric parsing ([347a42b](https://github.com/instill-ai/instill-core/commit/347a42bc5a134da7273666b4c665964ef2d5af66))
10+
* **workflows:** use sed instead of yq for helm values update ([6fc480f](https://github.com/instill-ai/instill-core/commit/6fc480ffa064a6f30b90c2b9d30f907e56492f96))
11+
12+
13+
### Miscellaneous
14+
15+
* **docker-compose:** add OpenFGA connection pool and cache configuration ([#1455](https://github.com/instill-ai/instill-core/issues/1455)) ([ec01dea](https://github.com/instill-ai/instill-core/commit/ec01dea06105a98972f56cf4cebcdd27a6a11e58))
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **env:** update API_GATEWAY_VERSION ([#1439](https://github.com/instill-ai/instill-core/issues/1439)) ([9351fb9](https://github.com/instill-ai/instill-core/commit/9351fb952250f1b0f5c6eeda36cf16654676dae3))
20+
* **env:** update API_GATEWAY_VERSION ([#1442](https://github.com/instill-ai/instill-core/issues/1442)) ([1ca8b4d](https://github.com/instill-ai/instill-core/commit/1ca8b4d82a18d4ea638fb0396b84c103cf783e8c))
21+
* **env:** update API_GATEWAY_VERSION ([#1447](https://github.com/instill-ai/instill-core/issues/1447)) ([d689b8a](https://github.com/instill-ai/instill-core/commit/d689b8a31530d74ee14db42434cd9eab5f26d4ff))
22+
* **env:** update API_GATEWAY_VERSION ([#1456](https://github.com/instill-ai/instill-core/issues/1456)) ([a94af82](https://github.com/instill-ai/instill-core/commit/a94af8294c100b87e6d104cd48f740d6264dbb10))
23+
* **env:** update API_GATEWAY_VERSION ([#1461](https://github.com/instill-ai/instill-core/issues/1461)) ([38a5712](https://github.com/instill-ai/instill-core/commit/38a571213b44278690e0153d000137f8824360b4))
24+
* **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))
25+
* **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))
26+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1435](https://github.com/instill-ai/instill-core/issues/1435)) ([7f0d60d](https://github.com/instill-ai/instill-core/commit/7f0d60d29f392bcac0a079ca7c07a9aed06aa93e))
27+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1443](https://github.com/instill-ai/instill-core/issues/1443)) ([8dcad7d](https://github.com/instill-ai/instill-core/commit/8dcad7dc9b354452b0cf225cf023bf10f3a1fb46))
28+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1450](https://github.com/instill-ai/instill-core/issues/1450)) ([5b56abc](https://github.com/instill-ai/instill-core/commit/5b56abcb22bb974b94d659b81a382ed241f4ad4a))
29+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1454](https://github.com/instill-ai/instill-core/issues/1454)) ([c579b09](https://github.com/instill-ai/instill-core/commit/c579b09e5bc3d178195d8d53afa9a91317add692))
30+
* **env:** update ARTIFACT_BACKEND_VERSION ([#1459](https://github.com/instill-ai/instill-core/issues/1459)) ([20aac02](https://github.com/instill-ai/instill-core/commit/20aac02be2674c49a2b788edf655552fb45fca36))
31+
* **env:** update MGMT_BACKEND_VERSION ([#1429](https://github.com/instill-ai/instill-core/issues/1429)) ([7a26da5](https://github.com/instill-ai/instill-core/commit/7a26da55b2c37089d04e07c1bb393f2f36f74588))
32+
* **env:** update MGMT_BACKEND_VERSION ([#1446](https://github.com/instill-ai/instill-core/issues/1446)) ([cdf6ad8](https://github.com/instill-ai/instill-core/commit/cdf6ad8d09f948514ce8e7668450dd1118769aa6))
33+
* **env:** update MGMT_BACKEND_VERSION ([#1448](https://github.com/instill-ai/instill-core/issues/1448)) ([9c44f38](https://github.com/instill-ai/instill-core/commit/9c44f38d9b018ef587b1b0026e1053af0d8a3051))
34+
* **env:** update MGMT_BACKEND_VERSION ([#1452](https://github.com/instill-ai/instill-core/issues/1452)) ([b38129d](https://github.com/instill-ai/instill-core/commit/b38129d251e460fae1c6e4810c7391daff2b7f88))
35+
* **env:** update MGMT_BACKEND_VERSION ([#1457](https://github.com/instill-ai/instill-core/issues/1457)) ([30aa3bb](https://github.com/instill-ai/instill-core/commit/30aa3bbb251a0c6f6f62571568b230ca7e7e534d))
36+
* **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))
37+
* **env:** update MODEL_BACKEND_VERSION ([#1437](https://github.com/instill-ai/instill-core/issues/1437)) ([cbd4a97](https://github.com/instill-ai/instill-core/commit/cbd4a97c8746b5d9751ab46e5aa587547f89297a))
38+
* **env:** update MODEL_BACKEND_VERSION ([#1445](https://github.com/instill-ai/instill-core/issues/1445)) ([11460af](https://github.com/instill-ai/instill-core/commit/11460afad35c2be1c54ca4ec73df18282202eca2))
39+
* **env:** update MODEL_BACKEND_VERSION ([#1451](https://github.com/instill-ai/instill-core/issues/1451)) ([d35708d](https://github.com/instill-ai/instill-core/commit/d35708dbd6cc213b69098ad4f10f9c469fa6b452))
40+
* **env:** update MODEL_BACKEND_VERSION ([#1458](https://github.com/instill-ai/instill-core/issues/1458)) ([3be97dd](https://github.com/instill-ai/instill-core/commit/3be97dd100b8ac539f6223d79a66dc696ca76b6b))
41+
* **env:** update PIPELINE_BACKEND_VERSION ([#1440](https://github.com/instill-ai/instill-core/issues/1440)) ([a06f405](https://github.com/instill-ai/instill-core/commit/a06f4051d9dbca4e196e4276a4086a760823697c))
42+
* **env:** update PIPELINE_BACKEND_VERSION ([#1441](https://github.com/instill-ai/instill-core/issues/1441)) ([7ad28fd](https://github.com/instill-ai/instill-core/commit/7ad28fd2a67f37d661fbacfc4366ff38a7b6a568))
43+
* **env:** update PIPELINE_BACKEND_VERSION ([#1444](https://github.com/instill-ai/instill-core/issues/1444)) ([4265ada](https://github.com/instill-ai/instill-core/commit/4265ada83716786cf5e41f35c77b9ca7dd5aca47))
44+
* **env:** update PIPELINE_BACKEND_VERSION ([#1449](https://github.com/instill-ai/instill-core/issues/1449)) ([55baeb2](https://github.com/instill-ai/instill-core/commit/55baeb2b12fba14117dce99c3f6389411a6dd8af))
45+
* **env:** update PIPELINE_BACKEND_VERSION ([#1453](https://github.com/instill-ai/instill-core/issues/1453)) ([eb31ba0](https://github.com/instill-ai/instill-core/commit/eb31ba0fd336150e842afe28f41d53bda13781a0))
46+
* **env:** update PIPELINE_BACKEND_VERSION ([#1460](https://github.com/instill-ai/instill-core/issues/1460)) ([f5eee57](https://github.com/instill-ai/instill-core/commit/f5eee57b56c5d15cb2d101a80b43f6c1517e1ee2))
47+
348
## [0.58.1](https://github.com/instill-ai/instill-core/compare/v0.58.0...v0.58.1) (2025-10-13)
449

550

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)