Skip to content

Commit 912981d

Browse files
committed
fix(deps): update all non-major dependencies
1 parent d0c5c6f commit 912981d

File tree

29 files changed

+376
-348
lines changed

29 files changed

+376
-348
lines changed

.github/workflows/bump-chart-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: '3.13'
30+
python-version: '3.14'
3131

3232
- name: Install deps
3333
run: |

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup Python
9191
uses: actions/setup-python@v5
9292
with:
93-
python-version: '3.13'
93+
python-version: '3.14'
9494

9595
- name: Install bump script deps
9696
run: |

.github/workflows/promote-clean-semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Python
7272
uses: actions/setup-python@v5
7373
with:
74-
python-version: '3.13'
74+
python-version: '3.14'
7575

7676
- name: Install Poetry and deps
7777
run: |

.github/workflows/publish-pre-and-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Python
6060
uses: actions/setup-python@v5
6161
with:
62-
python-version: '3.13'
62+
python-version: '3.14'
6363

6464
- name: Install Poetry
6565
run: |

infrastructure/rag/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies:
1313
version: 0.48.0
1414
- name: ollama
1515
repository: https://otwld.github.io/ollama-helm/
16-
version: 1.40.0
17-
digest: sha256:bd815e5af5d3da1aab2dfb076713b92ba527dba8420e8afd8a6f0aba306e7dd0
18-
generated: "2026-02-09T20:29:57.760098486Z"
16+
version: 1.41.0
17+
digest: sha256:ad616850faec4252119350ba36eb3f642eaab7f469fde089bdece07f0a2a8af7
18+
generated: "2026-02-15T02:10:52.112932128Z"

infrastructure/rag/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencies:
2727
condition: features.keydb.enabled
2828
- name: ollama
2929
alias: ollama
30-
version: 1.40.0
30+
version: 1.41.0
3131
repository: https://otwld.github.io/ollama-helm/
3232
condition: features.ollama.enabled

infrastructure/rag/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,14 +569,14 @@ langfuse:
569569
web:
570570
image:
571571
repository: langfuse/langfuse
572-
tag: "3.150.0"
572+
tag: "3.151.0"
573573
pullPolicy: Always
574574

575575
# Worker deployment configuration
576576
worker:
577577
image:
578578
repository: langfuse/langfuse-worker
579-
tag: "3.150.0"
579+
tag: "3.151.0"
580580
pullPolicy: Always
581581
port: 3030
582582

@@ -765,7 +765,7 @@ langfuseRetention:
765765
mutationSync: 0
766766
image:
767767
repository: "bitnamilegacy/clickhouse"
768-
tag: "25.2.1-debian-12-r0"
768+
tag: "25.7.5-debian-12-r0"
769769
pullPolicy: IfNotPresent
770770
clickhouse:
771771
# Connection/auth are taken from langfuse.clickhouse.*.

infrastructure/server-setup/base-setup/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: v1.19.3
55
- name: ingress-nginx
66
repository: https://kubernetes.github.io/ingress-nginx
7-
version: 4.14.2
8-
digest: sha256:16a7f099b08282c6e44829c2463a15490d083e872d96cef62d6621b923621c14
9-
generated: "2026-02-09T20:30:10.467221896Z"
7+
version: 4.14.3
8+
digest: sha256:b2f7736d9f67a1df68709cf5001223d66ee10f9a314528321848145164926d05
9+
generated: "2026-02-15T02:11:03.920263448Z"

infrastructure/server-setup/base-setup/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ dependencies:
1010
version: "v1.19.3"
1111
repository: https://charts.jetstack.io
1212
- name: ingress-nginx
13-
version: "4.14.2"
13+
version: "4.14.3"
1414
repository: https://kubernetes.github.io/ingress-nginx

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.79.0"
5+
version = "~> 0.80.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)