Skip to content

Commit 538598a

Browse files
committed
fix(deps): update all non-major dependencies
1 parent fb9d156 commit 538598a

File tree

25 files changed

+1718
-1517
lines changed

25 files changed

+1718
-1517
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Self-hosted Renovate
31-
uses: renovatebot/[email protected].5
31+
uses: renovatebot/[email protected].8
3232
with:
3333
configurationFile: .github/renovate.json
3434
token: ${{ secrets.RENOVATE_TOKEN }}

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: setup-node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "22.17.1"
34+
node-version: "22.18.0"
3535

3636
- name: create-archives
3737
run: |

infrastructure/.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "22.17.1"
22+
node-version: "22.18.0"
2323
- name: Install dependencies
2424
run: npm clean-install
2525
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

infrastructure/rag/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dependencies:
22
- name: langfuse
33
repository: https://langfuse.github.io/langfuse-k8s
4-
version: 1.3.4
4+
version: 1.5.0
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
7-
version: 1.15.0
7+
version: 1.15.3
88
- name: minio
99
repository: https://charts.bitnami.com/bitnami
1010
version: 15.0.7
@@ -13,6 +13,6 @@ dependencies:
1313
version: 0.48.0
1414
- name: ollama
1515
repository: https://otwld.github.io/ollama-helm/
16-
version: 1.24.0
17-
digest: sha256:30cc964388864bd738eb0668367576dbad45eb9d6a885cdc48ef7c07c9692aa0
18-
generated: "2025-08-04T09:23:39.885193+02:00"
16+
version: 1.27.0
17+
digest: sha256:401cd012b340a65f36009d7c4bc6c97f146cea5322674f18629495297a673597
18+
generated: "2025-08-31T01:26:30.566974561Z"

infrastructure/rag/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ appVersion: "1.0.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s
13-
version: "1.3.4"
13+
version: "1.5.0"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
16-
version: 1.15.0
16+
version: 1.15.3
1717
repository: "https://qdrant.github.io/qdrant-helm"
1818
condition: features.qdrant.enabled
1919
- name: minio
@@ -27,6 +27,6 @@ dependencies:
2727
condition: features.keydb.enabled
2828
- name: ollama
2929
alias: ollama
30-
version: 1.24.0
30+
version: 1.27.0
3131
repository: https://otwld.github.io/ollama-helm/
3232
condition: features.ollama.enabled

infrastructure/rag/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,14 +465,14 @@ langfuse:
465465
web:
466466
image:
467467
repository: langfuse/langfuse
468-
tag: "3.88.1"
468+
tag: "3.102.0"
469469
pullPolicy: Always
470470

471471
# Worker deployment configuration
472472
worker:
473473
image:
474474
repository: langfuse/langfuse-worker
475-
tag: "3.88.1"
475+
tag: "3.102.0"
476476
pullPolicy: Always
477477
port: 3030
478478

infrastructure/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
stackit = {
44
source = "stackitcloud/stackit"
5-
version = "~> 0.58.0"
5+
version = "~> 0.61.0"
66
}
77
}
88
}

libs/.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "22.17.1"
22+
node-version: "22.18.0"
2323
- name: Install dependencies
2424
run: npm install
2525
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

libs/admin-api-lib/poetry.lock

Lines changed: 138 additions & 218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/admin-api-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ python-dateutil = "^2.9.0.post0"
104104
tenacity = "9.1.2"
105105
boto3 = "^1.38.10"
106106
tqdm = "^4.67.1"
107-
langfuse = "3.2.1"
107+
langfuse = "3.3.0"
108108
redis = "^6.0.0"
109109
pyyaml = "^6.0.2"
110110
python-multipart = "^0.0.20"

0 commit comments

Comments
 (0)