Skip to content

Production Release: 3 fixes → Main#7330

Merged
h0lybyte merged 4 commits intomainfrom
staging
Feb 26, 2026
Merged

Production Release: 3 fixes → Main#7330
h0lybyte merged 4 commits intomainfrom
staging

Conversation

@github-actions
Copy link
Contributor

Production Release from Staging

Summary

  • Total Commits: 4
  • Merged PRs: 4
  • Target Branch: main
  • Merge Strategy: Merge Commit

Pre-merge Checklist

  • All tests passing
  • No merge conflicts
  • Changes reviewed and approved
  • Version bumped (if applicable)
  • Documentation updated

Changes by Category

Bug Fixes

Merge Commits

Important Notes

  • This PR should be MERGE COMMITTED to maintain history
  • Ensure all checks pass before merging
  • After merge, staging will be automatically synced with main

This PR is automatically maintained by CI • Last updated: 2026-02-26T13:09:22.452Z

github-actions bot and others added 4 commits February 26, 2026 07:39
nginx:1.27-alpine auto-detects ~45 CPU cores and spawns one worker per
core, exceeding the 32Mi memory limit. Add nginx.conf with
worker_processes 1 and bump memory limit to 64Mi.

Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
…secrets (#7327)

Add rentearth-external-secrets and mc-external-secrets ServiceAccounts
to the kilobase secrets-reader RoleBinding. Create mc ExternalSecret
infrastructure (ServiceAccount, SecretStore, ExternalSecret) to pull
supabase credentials into the mc namespace.
…gging (#7329)

Root cause: replicas: 2 meant both pods handled every Discord interaction,
causing "Unknown interaction" and "Already acknowledged" errors on the
second pod. Reduce to replicas: 1.

Add on_error handler to poise Framework for structured error logging.
Add tracing::error! on all interaction acknowledge/edit failures in
game router and status button handlers. Replace silent let _ = drops
with tracing::warn! in cleanup task.
Release: 3 fixes → Staging
@github-project-automation github-project-automation bot moved this to Review in KBVE Feb 26, 2026
@h0lybyte h0lybyte merged commit 3a84516 into main Feb 26, 2026
2 checks passed
@h0lybyte h0lybyte deleted the staging branch February 26, 2026 13:29
@github-project-automation github-project-automation bot moved this from Review to Done in KBVE Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant