You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will not seed databases from bootstrap (bootstrap is prod-equivalent).
The gateway E2E failure was caused by the chat-app suite trying to add a synthetic cluster-admin identity to orgs.
Fix: agynio/e2e#70 removes the cluster-admin membership requirement so tests rely only on normal Gateway/OIDC user flows.
CI policy update: Gateway (and other service) E2E workflows should not pass init images via workflow env: blocks. The E2E harness should use the latest published init-image tags by default.
Bootstrap changes:
Update stacks/platform/variables.tf default *_chart_version pins to the released chart versions above.
After gateway v0.22.7 is released and published to GHCR (chart+image), bump gateway_chart_version accordingly.
User request: release the chat activity status + per-chat unread counts rollout and bump the pinned versions in bootstrap.
Service release tags:
E2E unblock:
agynio/e2e#70removes the cluster-admin membership requirement so tests rely only on normal Gateway/OIDC user flows.env:blocks. The E2E harness should use the latest published init-image tags by default.Bootstrap changes:
stacks/platform/variables.tfdefault*_chart_versionpins to the released chart versions above.v0.22.7is released and published to GHCR (chart+image), bumpgateway_chart_versionaccordingly.v0.3.2.Refs: