Conversation
… failures (#9627) Add jlumbroso/free-disk-space action to both docker-test-app and utils-publish-docker-image workflows. Removes Android SDK, .NET, Haskell, and pre-pulled Docker images — reclaims ~10-15GB on ubuntu-latest runners.
#9629) Converts frogs from per-entity StandardMaterial + per-frame UV uploads to the shared SpriteSheetMaterial + storage buffer pattern: - One shared mesh + one shared material for ALL frogs (auto-instanced) - MeshTag on each entity indexes into ShaderStorageBuffer - animate_frogs updates SpriteInstanceData (frame_col, frame_row, flip, tint) then flushes to GPU via flush_sprite_buffer() - Day/night tinting now in animate_frogs via storage buffer tint field (removed separate tint_frogs_for_daynight weather system) - Zero per-frame mesh UV buffer uploads Wraith conversion pending — same pattern, separate PR.
#9625) * fix(firecracker-ctl): remove NET_ADMIN capability violating PodSecurity baseline The kilobase namespace enforces PodSecurity baseline which disallows NET_ADMIN. The capability was added for future TAP networking but is not needed yet (MMDS-based communication doesn't require it). Can be re-added when the namespace policy is updated or firecracker moves to a privileged namespace. * refactor(firecracker): move to dedicated namespace with privileged PodSecurity Move firecracker-ctl from kilobase to its own `firecracker` namespace: - New namespace manifest with pod-security.kubernetes.io/enforce: privileged - All manifests updated from kilobase → firecracker namespace - ArgoCD app destination updated, CreateNamespace=true - NET_ADMIN capability restored (allowed in privileged namespace) - NetworkPolicy updated for cross-namespace access from kilobase/functions - FIRECRACKER_URL updated to FQDN (firecracker-ctl.firecracker.svc.cluster.local)
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ine (#9631) Same pattern as frogs — converts wraiths from per-entity StandardMaterial + per-frame UV uploads to shared SpriteSheetMaterial + storage buffer: - One shared mesh + material for ALL wraiths (auto-instanced) - MeshTag on each entity indexes into ShaderStorageBuffer - animate_wraiths writes frame/flip/tint to storage buffer - Day/night ghostly transparency in animate system via tint alpha - Removed tint_wraiths_for_daynight weather system (redundant)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…heetMaterial doesn't render Custom Material implementations silently don't render in this project's two-camera pixel-art pipeline (IsometricCamera with RenderTarget::Image). Reverts to per-frame UV updates with StandardMaterial until the root cause is identified.
…9633) * fix(edge): correct CLICKHOUSE_ENDPOINT env var name in logs worker allowlist The edge function main router allowlisted CLICKHOUSE_URL for the logs worker, but the K8s deployment and logs/index.ts both use CLICKHOUSE_ENDPOINT. The mismatch caused the worker to receive an empty URL, crashing every request with "ClickHouse URL is malformed". Also fix the db_logs Vector transform where upcase!() panicked on null when the postgres log regex didn't match — use fallible upcase() with a "LOG" default instead. * chore(kube): bump rollout annotations to trigger ArgoCD restart Bump rollout-restart on functions deployment and add config-updated annotation on Vector daemonset pod template so ArgoCD picks up the env var fix and VRL transform fix respectively.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Main
7 atomic commits ready for main
Features
909d0aa)1233459)Bug Fixes
c18d804)Refactoring
b7dfc36)Reverts
390e851)Chores
5126e0c)741de53)This PR is automatically maintained by CI — KBVE Studio