Skip to content

fix(deps): update all non-major dependencies #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: setup-node
uses: actions/setup-node@v4
with:
node-version: "22.13.1"
node-version: "22.17.1"

- name: create-archives
run: |
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22.13.1"
node-version: "22.17.1"
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down
12 changes: 6 additions & 6 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: 0.12.1
version: 0.13.1
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.12.6
version: 1.15.0
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 15.0.3
version: 15.0.7
- name: keydb
repository: https://enapter.github.io/charts/
version: 0.48.0
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.1.0
digest: sha256:9c99676d554fe68802c434b3daac2d50778e38d2793d10b84d1f4d6d78f99726
generated: "2025-07-02T12:36:38.510315+02:00"
version: 1.24.0
digest: sha256:5d274ff927bf767fd41057275293a1751fd0f7834d7499d2b3345eb0f433335b
generated: "2025-07-31T08:32:30.614652929Z"
8 changes: 4 additions & 4 deletions infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ appVersion: "1.0.0"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "0.12.1"
version: "0.13.1"
condition: features.langfuse.enabled
- name: qdrant
version: 1.12.6
version: 1.15.0
repository: "https://qdrant.github.io/qdrant-helm"
condition: features.qdrant.enabled
- name: minio
repository: https://charts.bitnami.com/bitnami
version: "15.0.3"
version: "15.0.7"
condition: features.minio.enabled
- name: keydb
repository: https://enapter.github.io/charts/
version: "0.48.0"
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.1.0
version: 1.24.0
repository: https://otwld.github.io/ollama-helm/
condition: features.ollama.enabled
14 changes: 7 additions & 7 deletions infrastructure/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ backend:
image:
repository: ghcr.io/stackitcloud/rag-template/mcp-server
pullPolicy: Always
tag: "v2.0.0"
tag: "v2.1.0"

name: backend
replicaCount: 1

image:
repository: ghcr.io/stackitcloud/rag-template/rag-backend
pullPolicy: Always
tag: "v2.0.0"
tag: "v2.1.0"

command:
- "poetry"
Expand Down Expand Up @@ -216,7 +216,7 @@ frontend:
image:
repository: ghcr.io/stackitcloud/rag-template/frontend
pullPolicy: Always
tag: "v2.0.0"
tag: "v2.1.0"

service:
type: ClusterIP
Expand Down Expand Up @@ -251,7 +251,7 @@ adminBackend:
image:
repository: ghcr.io/stackitcloud/rag-template/admin-backend
pullPolicy: Always
tag: "v2.0.0"
tag: "v2.1.0"

command:
- "poetry"
Expand Down Expand Up @@ -331,7 +331,7 @@ extractor:
image:
repository: ghcr.io/stackitcloud/rag-template/document-extractor
pullPolicy: Always
tag: "v2.0.0"
tag: "v2.1.0"

command:
- "poetry"
Expand Down Expand Up @@ -379,7 +379,7 @@ adminFrontend:
image:
repository: ghcr.io/stackitcloud/rag-template/admin-frontend
pullPolicy: Always
tag: "v2.0.0"
tag: "v2.1.0"

service:
type: ClusterIP
Expand Down Expand Up @@ -452,7 +452,7 @@ langfuse:
image:
repository: ghcr.io/langfuse/langfuse
pullPolicy: Always
tag: "3.27.2"
tag: "3.88.1"
postgresql:
deploy: true
auth:
Expand Down
8 changes: 4 additions & 4 deletions infrastructure/server-setup/base-setup/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.12.3
version: v1.18.2
- name: nginx-ingress-controller
repository: https://charts.bitnami.com/bitnami
version: 11.4.1
digest: sha256:50d1681804095d5d70589f1fd828181320e89b1666675ae0d12c803e792e6760
generated: "2024-09-11T22:43:52.025580423+02:00"
version: 11.6.27
digest: sha256:3197e71b2e91041da3bca61187bd413ea86ed7778a8cecf363182be1aaead1f0
generated: "2025-07-31T08:32:45.824521293Z"
4 changes: 2 additions & 2 deletions infrastructure/server-setup/base-setup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version: 0.0.1
appVersion: "0.0.1"
dependencies:
- name: cert-manager
version: "v1.12.3"
version: "v1.18.2"
repository: https://charts.jetstack.io
- name: nginx-ingress-controller
version: "11.4.1"
version: "11.6.27"
repository: https://charts.bitnami.com/bitnami
2 changes: 1 addition & 1 deletion infrastructure/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "~> 0.50.0"
version = "~> 0.58.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/.github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22.13.1"
node-version: "22.17.1"
- name: Install dependencies
run: npm install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down
Loading