
from Multigres Operator241
Automatically pin multigres-related container image SHA tags in image_defaults.go, compare upstream code between old and new SHAs, and surface any operator impa
This skill automates pinning container image SHA tags used by the multigres operator (multigres, pgctld, multiadmin-web). It fetches latest SHA tags, updates api/v1alpha1/image_defaults.go, and performs an upstream code comparison to identify commits that might affect operator compatibility. The workflow includes fetching SHAs, updating image_defaults.go, running git diffs between old and new SHAs, and producing an evidence-backed impact analysis.
Use this skill when preparing an operator release or bumping image tags: e.g., "prepare images for release", "pin image tags", or "upgrade multigres images". Run it before publishing a release so you can audit breaking changes, flag required operator updates, and generate a precise commit message.
Compatible with command-line-capable agents and CI automation that can run Python and git (e.g., Codex/GitHub runner, CLI-based agents).
This skill has not been reviewed by our automated audit pipeline yet.