Skip to content

Commit 04cf805

Browse files
chore(env): update PIPELINE_BACKEND_VERSION (#1405)
Because - The version of the pipeline-backend service is not updated in the instill-core repository. This commit - updates the `PIPELINE_BACKEND_VERSION` in the `.env` file to `1b4cd1f`. - updates the `pipelineBackend.image.tag` in the helm chart values.yaml file to `1b4cd1f`. ## Changes in pipeline-backend - fix(text): correct positions on duplicate markdown chunks (instill-ai/pipeline-backend#1120) - refactor(component,generic,http): replace env-based URL validation with constructor injection (instill-ai/pipeline-backend#1121) - fix(usage): add missing error filtering for users/admin (instill-ai/pipeline-backend#1119) - feat(component,ai,gemini): implement File API support for large files… (instill-ai/pipeline-backend#1118) - perf(data): optimize struct marshaling/unmarshaling with caching and … (instill-ai/pipeline-backend#1117) - feat(data): enhance unmarshaler with JSON string to struct conversion (instill-ai/pipeline-backend#1116) - feat(data): implement time types support with pattern validation (instill-ai/pipeline-backend#1115) - feat(component,ai,gemini): add multimedia support with unified format… (instill-ai/pipeline-backend#1114) - ci(workflows): adopt GitHub-hosted runner (instill-ai/pipeline-backend#1113) - perf(data): enhance comprehensive format coverage and optimize test performance (instill-ai/pipeline-backend#1112) - ci(workflows): adopt loarger runner for coverage test (instill-ai/pipeline-backend#1111) - perf(component,operator,document): optimize unit tests and fix LibreOffice dependency failures (instill-ai/pipeline-backend#1110) - perf(component,operator,video): optimize unit test performance by 59.7% (instill-ai/pipeline-backend#1109) - perf(component,operator,image): optimize unit tests for 98.5% faster … (instill-ai/pipeline-backend#1107) - ci(docker): optimize Dockerfiles with multi-stage builds for faster build times (instill-ai/pipeline-backend#1108) - perf(data): implement automatic field naming convention detection with LRU caching (instill-ai/pipeline-backend#1105) - feat(component,ai,gemini): enhance streaming to output all fields (instill-ai/pipeline-backend#1106) - fix(component,ai,gemini): correct text-based documents logic (instill-ai/pipeline-backend#1103) - test(component,generic,http): replace external httpbin.org dependency with local test server (instill-ai/pipeline-backend#1101) - ci(docker): add GitHub fallback for ffmpeg installation (instill-ai/pipeline-backend#1102) Co-authored-by: jvallesm <3977183+jvallesm@users.noreply.github.com>
1 parent 600b565 commit 04cf805

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ API_GATEWAY_METRICS_HOST_PORT=8071
6060

6161
# pipeline-backend
6262
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
63-
PIPELINE_BACKEND_VERSION=0.60.0
63+
PIPELINE_BACKEND_VERSION=1b4cd1f
6464
PIPELINE_BACKEND_HOST=pipeline-backend
6565
PIPELINE_BACKEND_PRIVATEPORT=3081
6666
PIPELINE_BACKEND_PUBLICPORT=8081

charts/core/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ pipelineBackend:
380380
# -- The image of pipeline-backend
381381
image:
382382
repository: instill/pipeline-backend
383-
tag: b62c575
383+
tag: 1b4cd1f
384384
pullPolicy: IfNotPresent
385385
# -- Annotation for deployment
386386
annotations: {}
@@ -1050,6 +1050,7 @@ openfga:
10501050
10511051
10521052
1053+
10531054
echo "Waiting for database to be ready...";
10541055
sleep 2;
10551056
done; createdb || true

0 commit comments

Comments
 (0)