Commit 7f0d60d
chore(env): update ARTIFACT_BACKEND_VERSION (#1435)
Because
- The version of the artifact-backend service is not updated in the
instill-core repository.
This commit
- updates the `ARTIFACT_BACKEND_VERSION` in the `.env` file to
`ef76bbe`.
- updates the `artifactBackend.image.tag` in the helm chart values.yaml
file to `ef76bbe`.
## Changes in artifact-backend
- feat(storage): implement dual storage architecture with GCS on-demand
and AI usage metadata tracking (instill-ai/artifact-backend#287)
- feat(file-type): enhance file type support
(instill-ai/artifact-backend#286)
- feat(cache,file-type): implement small file caching and enhance
multimedia support (instill-ai/artifact-backend#285)
- feat(cache): enlongate cache time at calling
(instill-ai/artifact-backend#284)
- feat(api): implement file reprocessing endpoint and integration test
(instill-ai/artifact-backend#283)
- refactor(artifact): remove deprecated start_pos and end_pos fields
from Chunk message (instill-ai/artifact-backend#282)
- chore(file): add post-file-processing hook
(instill-ai/artifact-backend#281)
Co-authored-by: pinglin <628430+pinglin@users.noreply.github.com>1 parent 7ad28fd commit 7f0d60d
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
| 1127 | + | |
1127 | 1128 | | |
1128 | 1129 | | |
1129 | 1130 | | |
| |||
0 commit comments