Skip to content

Commit 3c21b0b

Browse files
droplet-botpinglin
andauthored
chore(env): update PIPELINE_BACKEND_VERSION (#1401)
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 `19480ec`. - updates the `pipelineBackend.image.tag` in the helm chart values.yaml file to `19480ec`. ## Changes in pipeline-backend - 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) - chore(main): release 0.60.0 (instill-ai/pipeline-backend#1086) - chore(ce): release v0.60.0 (instill-ai/pipeline-backend#1099) - fix(component,ai,instillmodel): resolve panics and test failures (instill-ai/pipeline-backend#1100) - fix(usage): treat input rendering error as fatal (instill-ai/pipeline-backend#1098) - refactor(component,ai,gemini): enhance document processing with text … (instill-ai/pipeline-backend#1097) - ci(gitignore): ignore .cursor folder (instill-ai/pipeline-backend#1096) - fix(component,ai,instillmodel): fix outdated data struct (instill-ai/pipeline-backend#1095) - chore(component,ai): remove unused files (instill-ai/pipeline-backend#1094) - chore(data,component,gemini): improve error msg (instill-ai/pipeline-backend#1093) - chore(component,gemini): optimize the IO struct (instill-ai/pipeline-backend#1092) - fix(recipe): support nil, null, undefined for condition field (instill-ai/pipeline-backend#1091) Co-authored-by: pinglin <628430+pinglin@users.noreply.github.com>
1 parent 53039b5 commit 3c21b0b

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=5613ee3
63+
PIPELINE_BACKEND_VERSION=19480ec
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: 5613ee3
383+
tag: 19480ec
384384
pullPolicy: IfNotPresent
385385
# -- Annotation for deployment
386386
annotations: {}
@@ -1048,6 +1048,7 @@ openfga:
10481048
- >
10491049
until pg_isready; do
10501050
1051+
10511052
echo "Waiting for database to be ready...";
10521053
sleep 2;
10531054
done; createdb || true

0 commit comments

Comments
 (0)