Commit d35708d
chore(env): update MODEL_BACKEND_VERSION (#1451)
Because
- The version of the model-backend service is not updated in the
instill-core repository.
This commit
- updates the `MODEL_BACKEND_VERSION` in the `.env` file to `ee05fdd`.
- updates the `modelBackend.image.tag` in the helm chart values.yaml
file to `ee05fdd`.
## Changes in model-backend
- refactor(api): align Model API naming with Pipeline convention
(instill-ai/model-backend#785)
- refactor(acl): migrate to shared ACL client library and remove
deprecated handlers (instill-ai/model-backend#784)
- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.45.0
(instill-ai/model-backend#781)
- chore(go): upgrade to 1.25.6
- refactor(model): adopt flattened protobuf packages and AIP-compliant
resource names (instill-ai/model-backend#783)
Co-authored-by: pinglin <[email protected]>1 parent b38129d commit d35708d
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| |||
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
1115 | | - | |
1116 | 1115 | | |
1117 | 1116 | | |
1118 | 1117 | | |
| |||
0 commit comments