🤖 Generated by the Agentic Engineer
Description
A behavior-changing edit under deploy/ can merge with a no-bump Conventional Commit type and never publish the corrected OCI artifact. PR #129 renamed gitops-tenant-template to platform-tenant-template on main, but its refactor(deploy): squash commit produced no semantic release. Production therefore remains pinned to the stale v1.21.4 artifact.
Steps to Reproduce
- Inspect signed
main at 1f6f6a1fc601ee7e37c7d84e088138281229986b; the renamed manifests are present.
- Inspect Release run
30755682269; semantic-release reports that the commit should not trigger a release and publishes nothing.
- Inspect the live
github-config Flux Kustomization: it still applies 1.21.4@sha256:8fddda7bd40f30c3020b1a814b347c321a6632215b9ee82c75a43f2756689c45, where both old TeamRepository objects retry 404s and keep the Kustomization unhealthy.
Expected Behavior
Any merged deploy/ change that alters the published artifact produces an intentional SemVer release, and CI prevents a no-bump PR title from silently leaving production on stale desired state.
Actual Behavior
The merge and Release workflow are green, but no tag or OCI artifact is published. Platform apps is blocked on the stale github-config tenant, including merge-group run 30760329199 for platform#2876.
Environment
- Repository head:
1f6f6a1fc601ee7e37c7d84e088138281229986b
- Last released version:
v1.21.4
- Observed: 2026-08-02,
admin@prod
Acceptance Criteria
Description
A behavior-changing edit under
deploy/can merge with a no-bump Conventional Commit type and never publish the corrected OCI artifact. PR #129 renamedgitops-tenant-templatetoplatform-tenant-templateonmain, but itsrefactor(deploy):squash commit produced no semantic release. Production therefore remains pinned to the stalev1.21.4artifact.Steps to Reproduce
mainat1f6f6a1fc601ee7e37c7d84e088138281229986b; the renamed manifests are present.30755682269; semantic-release reports that the commit should not trigger a release and publishes nothing.github-configFlux Kustomization: it still applies1.21.4@sha256:8fddda7bd40f30c3020b1a814b347c321a6632215b9ee82c75a43f2756689c45, where both old TeamRepository objects retry 404s and keep the Kustomization unhealthy.Expected Behavior
Any merged
deploy/change that alters the published artifact produces an intentional SemVer release, and CI prevents a no-bump PR title from silently leaving production on stale desired state.Actual Behavior
The merge and Release workflow are green, but no tag or OCI artifact is published. Platform
appsis blocked on the stalegithub-configtenant, including merge-group run30760329199for platform#2876.Environment
1f6f6a1fc601ee7e37c7d84e088138281229986bv1.21.4admin@prodAcceptance Criteria
github-configbecomes Ready.deploy/changes.