From 6aabbc99abb8e7d4d86099b5d8d2e2174a37abb4 Mon Sep 17 00:00:00 2001 From: Diego Braga Date: Fri, 14 Aug 2026 21:09:20 +0200 Subject: [PATCH] =?UTF-8?q?feat(krateo-sse-proxy):=200.1.11=20=E2=80=94=20?= =?UTF-8?q?image=201.1.5=20(Trivy=20dependency=20remediation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ship the security-remediated sse-proxy image (krateo-platformops/sse-proxy#12: golang.org/x/net, x/text, grpc bumps + non-root user). chart 0.1.10 -> 0.1.11, image 1.1.4 -> 1.1.5. No behaviour change. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01LJsLqtryCgWwEt8FnPE1se --- charts/krateo-sse-proxy/Chart.yaml | 4 ++-- charts/krateo-sse-proxy/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/krateo-sse-proxy/Chart.yaml b/charts/krateo-sse-proxy/Chart.yaml index a5647ce..40d38b7 100644 --- a/charts/krateo-sse-proxy/Chart.yaml +++ b/charts/krateo-sse-proxy/Chart.yaml @@ -4,8 +4,8 @@ description: >- Krateo SSE proxy. Polls ClickHouse and pushes new K8s events to connected browsers via Server-Sent Events. type: application -version: 0.1.10 -appVersion: "1.1.4" +version: 0.1.11 +appVersion: "1.1.5" home: https://krateo.io icon: https://github.com/krateoplatformops/krateo/blob/main/docs/media/logo.svg keywords: diff --git a/charts/krateo-sse-proxy/values.yaml b/charts/krateo-sse-proxy/values.yaml index 3f74ab9..50f4d34 100644 --- a/charts/krateo-sse-proxy/values.yaml +++ b/charts/krateo-sse-proxy/values.yaml @@ -19,7 +19,7 @@ image: # repository so a mirror/air-gap relocation only swaps the host and preserves the repo path. registry: ghcr.io repository: krateo-platformops/sse-proxy - tag: "1.1.4" + tag: "1.1.5" pullPolicy: IfNotPresent imagePullSecrets: []