Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: instill-ai/instill-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.51.0
Choose a base ref
...
head repository: instill-ai/instill-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.53.0
Choose a head ref
  • 20 commits
  • 35 files changed
  • 6 contributors

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    b29d8e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. 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
    Sarthak-instill authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    0c679f1 View commit details
    Browse the repository at this point in the history
  2. 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
    Sarthak-instill authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    f5f58eb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. 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.
    pinglin committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    71230c7 View commit details
    Browse the repository at this point in the history
  2. 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.
    pinglin committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    02c3965 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. chore(env): bump rc versions (#1274)

    This commit
    
    - bumps services to rc version
    donch1989 authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    53b4c50 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    dcb664d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. 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.
    donch1989 authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    60978f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37c638 View commit details
    Browse the repository at this point in the history
  3. chore(env): bump OpenFGA version (#1278)

    This commit
    
    - bumps OpenFGA version
    donch1989 authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    167a7f0 View commit details
    Browse the repository at this point in the history
  4. 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
    donch1989 authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    9eb297c View commit details
    Browse the repository at this point in the history
  5. 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>
    2 people authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    d3595c4 View commit details
    Browse the repository at this point in the history
  6. chore(env): bump backend versions (#1280)

    This commit
    
    - bumps backend versions
    donch1989 authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    2acdcc5 View commit details
    Browse the repository at this point in the history
  7. chore(helm): add insecureSkipVerify setting for Temporal (#1281)

    This commit
    
    - adds `insecureSkipVerify` setting for Temporal
    donch1989 authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    5b83224 View commit details
    Browse the repository at this point in the history
  8. 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.
    pinglin authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    827d6f0 View commit details
    Browse the repository at this point in the history
  9. 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
    pinglin authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    037eb3d View commit details
    Browse the repository at this point in the history
  10. chore(env): bump service version (#1284)

    This commit
    
    - bumps service release version
    donch1989 authored and Sarthak-instill committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    f33c0b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a55e81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f01561d View commit details
    Browse the repository at this point in the history
  13. 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).
    droplet-bot authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    2b5e286 View commit details
    Browse the repository at this point in the history
Loading