Release 1.66.7

Release date: May 28, 2026

Release Notes - Seatmap Platform

Version 1.66.7 - 2026-05-28

Release Focus: CI infrastructure hotfix — pre-build the kb-builder image to skip a wasted Kaniko cache push, shaving build time on the knowledge-base pipeline.


What’s Fixed

Pre-build kb-builder to skip wasted Kaniko cache push

The knowledge-base pipeline was rebuilding kb-builder on every run and pushing the resulting image to a Kaniko cache that was never read back. The push step took non-trivial time and bandwidth on a hot path that produced no benefit. The pipeline now pre-builds kb-builder once and removes the cache push step. Issue: SEAT-1020.

Who benefits

KB pipeline runtime drops by the duration of the previously-pushed cache layer; nothing changes for runtime users of seatmap.pro.


Affected products

  • CI / .gitlab/ci/ — knowledge-base pipeline only.

Upgrade

CI-only change. No runtime impact, no integration changes.