Skip to content

Release: 5 fixes, 1 chore → Main#9424

Merged
h0lybyte merged 7 commits intomainfrom
dev
Apr 1, 2026
Merged

Release: 5 fixes, 1 chore → Main#9424
h0lybyte merged 7 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 1, 2026

Release: Dev → Main

6 atomic commits ready for main

Bug Fixes

Chores


This PR is automatically maintained by CI — KBVE Studio

…ished (#9425)

The angelscript-server deployment references ghcr.io/kbve/angelscript-server:0.0.0
which doesn't exist (placeholder version, engine not yet built). This causes
permanent ImagePullBackOff making the ArgoCD app Degraded.

Set replicas to 0 so the deployment exists (for ArgoCD tracking) but doesn't
try to schedule pods with a nonexistent image.
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Apr 1, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 6b6e0f7.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions github-actions Bot changed the title Release: 1 fix → Main Release: 2 fixes → Main Apr 1, 2026
mc was removed from the monorepo but its entry remained in
version.toml and the main router env allowlist. No source directory
existed at functions/mc/.
@github-actions github-actions Bot changed the title Release: 2 fixes → Main Release: 2 fixes, 1 chore → Main Apr 1, 2026
The per-app cap enforcement was doing file-by-file deletion with
du -sk on every iteration — with 97GB of axum-kbve cache, this
exceeded the 600s activeDeadlineSeconds timeout.

Fix: if an app exceeds 3x the cap (e.g. 97GB vs 15GB cap),
rm -rf the entire app cache directory instead of file-by-file.
For moderate overages, use sorted-delete of oldest files
calculated by overage size (avoids du-per-file loop).

Also manually purged 97.9GB of stale axum-kbve docker cache.
@github-actions github-actions Bot changed the title Release: 2 fixes, 1 chore → Main Release: 3 fixes, 1 chore → Main Apr 1, 2026
…sets (#9428)

The ApplyDeferred workaround was ordered .after(LinkSystems::Receive)
and .before(LinkReceiveSystems::BufferToLink), but BufferToLink is
.in_set(Receive) — creating an unsolvable cycle (a system cannot run
after a set it must also run before members of).

Reorder to .after(BufferToLink).before(ApplyConditioner) which stays
within the sub-set chain and avoids the parent-set conflict.

Closes #9423
@github-actions github-actions Bot changed the title Release: 3 fixes, 1 chore → Main Release: 4 fixes, 1 chore → Main Apr 1, 2026
@h0lybyte h0lybyte self-requested a review as a code owner April 1, 2026 05:04
@github-actions github-actions Bot changed the title Release: 4 fixes, 1 chore → Main Release: 5 fixes, 1 chore → Main Apr 1, 2026
…ment (#9429)

Set publish = true in discordsh-bot version.toml to unblock the CI
publish step. Remove notification-bot k8s manifests (ArgoCD app,
deployment, service, ingress, httproute, RBAC, externalsecret) as
discordsh-bot replaces it. Add discordsh-bot to kustomization.yaml.
@h0lybyte h0lybyte merged commit c0bd1ae into main Apr 1, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from Review to Done in KBVE Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant