From 2646f5da681e5f7c080c821db25a2e220ca366d2 Mon Sep 17 00:00:00 2001 From: Pavlov Alexandr Date: Mon, 15 Jun 2026 22:19:11 +0700 Subject: [PATCH] chore(staging): bump app images to post-Sentry builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Activate the merged errors-only Sentry SDK on staging by pinning each app to a post-Sentry-merge image: - server-2: 3866f6b → e31b129 (sentry #19 + parity #18/#21) - replay-parser-2: 5e09d33c → 72116db (sentry #1) - replays-fetcher: 7e5ca97 → 205b4cd (sentry #1 + shared-clients #2) replays-fetcher: 7e5ca97 (F1 conditional-writes baseline) is an ancestor of 205b4cd, so the F1 fix is preserved. PARITY-COORDINATION.md is archived. Co-Authored-By: Claude Opus 4.8 (1M context) --- k8s/staging/35-server-2-deployment.yaml | 2 +- k8s/staging/40-replay-parser-2.yaml | 2 +- k8s/staging/50-replays-fetcher.yaml | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/k8s/staging/35-server-2-deployment.yaml b/k8s/staging/35-server-2-deployment.yaml index 7329901..2a0a9da 100644 --- a/k8s/staging/35-server-2-deployment.yaml +++ b/k8s/staging/35-server-2-deployment.yaml @@ -64,7 +64,7 @@ spec: memory: 16Mi containers: - name: server-2 - image: ghcr.io/solid-stats/server-2:3866f6b422c506a429e12658aaaedb0dd5c16b8e + image: ghcr.io/solid-stats/server-2:e31b1297c9b81b32b5d362a45295711922f4b9bf imagePullPolicy: IfNotPresent ports: - name: http diff --git a/k8s/staging/40-replay-parser-2.yaml b/k8s/staging/40-replay-parser-2.yaml index 6a852e3..0d5c3b4 100644 --- a/k8s/staging/40-replay-parser-2.yaml +++ b/k8s/staging/40-replay-parser-2.yaml @@ -33,7 +33,7 @@ spec: - name: ghcr-pull containers: - name: replay-parser-2 - image: ghcr.io/solid-stats/replay-parser-2:5e09d33c2d02f67407d9f9921c72434076eee3e2 + image: ghcr.io/solid-stats/replay-parser-2:72116db6cc07f9509330616daf7da7c5e38a2343 imagePullPolicy: IfNotPresent ports: - name: probes diff --git a/k8s/staging/50-replays-fetcher.yaml b/k8s/staging/50-replays-fetcher.yaml index 2e1c7f3..ac87b3b 100644 --- a/k8s/staging/50-replays-fetcher.yaml +++ b/k8s/staging/50-replays-fetcher.yaml @@ -40,9 +40,10 @@ spec: - name: ghcr-pull containers: - name: replays-fetcher - # F1 fix (conditional-writes) — pinned to the live-validated image. Do not - # revert to 8395fbc… without updating plans/product/PARITY-COORDINATION.md. - image: ghcr.io/solid-stats/replays-fetcher:7e5ca974053f814aaedb8698c427d85a6a43c723 + # Pinned to 205b4cd (master): includes the F1 conditional-writes fix + # (7e5ca97 is an ancestor) plus the errors-only Sentry SDK. Do not revert + # below the F1 fix (pre-F1 was 8395fbc…); PARITY-COORDINATION.md is archived. + image: ghcr.io/solid-stats/replays-fetcher:205b4cdf91432c537bb3454ab074f0bcd3884af3 imagePullPolicy: IfNotPresent args: ["run-once"] env: