-
Notifications
You must be signed in to change notification settings - Fork 121
Comparing changes
Open a pull request
base repository: instill-ai/instill-core
base: v0.51.0
head repository: instill-ai/instill-core
compare: v0.53.0
- 20 commits
- 35 files changed
- 6 contributors
Commits on Jun 18, 2025
-
chore(helm): bump up chart and app version
triggered by commit: instill-ai/deprecated-core@85d4233
Configuration menu - View commit details
-
Copy full SHA for b29d8e8 - Browse repository at this point
Copy the full SHA b29d8e8View commit details
Commits on Jun 20, 2025
-
chore(hpa): update hpa for all the backend-services (#1269)
Because - we have to update hpa for all the backend-services This commit - update hpa for all the backend-services
Configuration menu - View commit details
-
Copy full SHA for 0c679f1 - Browse repository at this point
Copy the full SHA 0c679f1View commit details -
chore(charts): update README for new domain instill-ai.com (#1270)
Because - we are replacing helm.instill-ai.dev with helm.instill-ai.com to cohere the new domain layout This commit - update README for new domain instill-ai.com
Configuration menu - View commit details
-
Copy full SHA for f5f58eb - Browse repository at this point
Copy the full SHA f5f58ebView commit details
Commits on Jun 29, 2025
-
ci(compose): adopt short commit hash for all service versions (#1271)
Because - the current build-time backend versioning logic is wrong. This commit - fixed the versioning logic and assigned short commit hash to all backend services.
Configuration menu - View commit details
-
Copy full SHA for 71230c7 - Browse repository at this point
Copy the full SHA 71230c7View commit details -
ci(compose): add pull_policy: always (#1273)
Because - images especially `latest` tag ones should be always re-pulled to avoid stale context. This commit - add `pull_policy: always` in each compose service.
Configuration menu - View commit details
-
Copy full SHA for 02c3965 - Browse repository at this point
Copy the full SHA 02c3965View commit details
Commits on Jul 1, 2025
-
chore(env): bump rc versions (#1274)
This commit - bumps services to rc version
Configuration menu - View commit details
-
Copy full SHA for 53b4c50 - Browse repository at this point
Copy the full SHA 53b4c50View commit details
Commits on Jul 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dcb664d - Browse repository at this point
Copy the full SHA dcb664dView commit details
Commits on Jul 17, 2025
-
chore(helm,compose): add
instillCoreHost
environment variable to ar……tifact-backend (#1275) Because - artifact-backend needs the `instillCoreHost` setting to generate file upload and download links. This commit - adds the `instillCoreHost` environment variable to artifact-backend.
Configuration menu - View commit details
-
Copy full SHA for 60978f3 - Browse repository at this point
Copy the full SHA 60978f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37c638 - Browse repository at this point
Copy the full SHA e37c638View commit details -
chore(env): bump OpenFGA version (#1278)
This commit - bumps OpenFGA version
Configuration menu - View commit details
-
Copy full SHA for 167a7f0 - Browse repository at this point
Copy the full SHA 167a7f0View commit details -
chore(helm): update outdated Temporal config (#1279)
Because - we updated the Temporal config format in model and mgmt-backend. This commit - updates the outdated Temporal config in Helm Chart
Configuration menu - View commit details
-
Copy full SHA for 9eb297c - Browse repository at this point
Copy the full SHA 9eb297cView commit details -
feat(observe): update observablity stack (#1250)
Because - `instill-core` is getting complex and performance bottleneck needs better observability tooling to help spot. This commit - [x] Refactor observability configuration for each backend ``` log: external: true otelcollector: host: otel-collector port: 8095 ``` -> ``` otelcollect: enabled: false host: otel-collector port: 8095 ``` - [x] Add middleware for tracing spans in each backend - add unified span attributes - add unified resource attributes - [x] Add interceptor for handler function call spans --------- Co-authored-by: Chang, Hui-Tang <huitang.chang@instill.tech>
Configuration menu - View commit details
-
Copy full SHA for d3595c4 - Browse repository at this point
Copy the full SHA d3595c4View commit details -
chore(env): bump backend versions (#1280)
This commit - bumps backend versions
Configuration menu - View commit details
-
Copy full SHA for 2acdcc5 - Browse repository at this point
Copy the full SHA 2acdcc5View commit details -
chore(helm): add insecureSkipVerify setting for Temporal (#1281)
This commit - adds `insecureSkipVerify` setting for Temporal
Configuration menu - View commit details
-
Copy full SHA for 5b83224 - Browse repository at this point
Copy the full SHA 5b83224View commit details -
ci(model): fix model integration test (#1282)
Because - model integration test was broken due to wrong init configuration. It's now fixed and I'd like to improve the overall config naming between model-backend and instill-core. This commit - update the initmodel config.
Configuration menu - View commit details
-
Copy full SHA for 827d6f0 - Browse repository at this point
Copy the full SHA 827d6f0View commit details -
ci(env): update service rc versions (#1283)
Because - service RC versions have been bumped up This commit - upgrades service RC versions - upgrades Grafana version - configures Grafana Tempo -> Loki link - removes unused env variables
Configuration menu - View commit details
-
Copy full SHA for 037eb3d - Browse repository at this point
Copy the full SHA 037eb3dView commit details -
chore(env): bump service version (#1284)
This commit - bumps service release version
Configuration menu - View commit details
-
Copy full SHA for f33c0b4 - Browse repository at this point
Copy the full SHA f33c0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a55e81 - Browse repository at this point
Copy the full SHA 4a55e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01561d - Browse repository at this point
Copy the full SHA f01561dView commit details -
chore(main): release v0.53.0 (#1288)
🤖 I have created a release *beep* *boop* --- <details><summary>0.53.0</summary> ## [0.53.0](v0.51.0...v0.53.0) (2025-07-17) ### Features * **observe:** update observablity stack ([#1250](#1250)) ([d3595c4](d3595c4)) ### Bug Fixes * **compose:** fix health check command ([#1277](#1277)) ([e37c638](e37c638)) * **release:** fix release tag ([f01561d](f01561d)) * **release:** fix release tag ([4a55e81](4a55e81)) ### Miscellaneous * **charts:** update README for new domain instill-ai.com ([#1270](#1270)) ([f5f58eb](f5f58eb)) * **env:** bump backend versions ([#1280](#1280)) ([2acdcc5](2acdcc5)) * **env:** bump OpenFGA version ([#1278](#1278)) ([167a7f0](167a7f0)) * **env:** bump rc versions ([#1274](#1274)) ([53b4c50](53b4c50)) * **env:** bump release version ([dcb664d](dcb664d)) * **env:** bump service version ([#1284](#1284)) ([f33c0b4](f33c0b4)) * **helm,compose:** add `instillCoreHost` environment variable to artifact-backend ([#1275](#1275)) ([60978f3](60978f3)) * **helm:** add insecureSkipVerify setting for Temporal ([#1281](#1281)) ([5b83224](5b83224)) * **helm:** bump up chart and app version ([b29d8e8](b29d8e8)) * **helm:** update outdated Temporal config ([#1279](#1279)) ([9eb297c](9eb297c)) * **hpa:** update hpa for all the backend-services ([#1269](#1269)) ([0c679f1](0c679f1)) </details> <details><summary>helm-chart: 0.1.64</summary> ## [0.1.64](helm-chart-v0.1.63...helm-chart-v0.1.64) (2025-07-17) ### Features * **observe:** update observablity stack ([#1250](#1250)) ([d3595c4](d3595c4)) ### Miscellaneous * **charts:** update README for new domain instill-ai.com ([#1270](#1270)) ([f5f58eb](f5f58eb)) * **env:** bump OpenFGA version ([#1278](#1278)) ([167a7f0](167a7f0)) * **helm,compose:** add `instillCoreHost` environment variable to artifact-backend ([#1275](#1275)) ([60978f3](60978f3)) * **helm:** add insecureSkipVerify setting for Temporal ([#1281](#1281)) ([5b83224](5b83224)) * **helm:** bump up chart and app version ([b29d8e8](b29d8e8)) * **helm:** update outdated Temporal config ([#1279](#1279)) ([9eb297c](9eb297c)) * **hpa:** update hpa for all the backend-services ([#1269](#1269)) ([0c679f1](0c679f1)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 2b5e286 - Browse repository at this point
Copy the full SHA 2b5e286View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.51.0...v0.53.0