Skip to content

Release: 3 features, 2 fixes → Main#7626

Merged
h0lybyte merged 5 commits intomainfrom
dev
Mar 5, 2026
Merged

Release: 3 features, 2 fixes → Main#7626
h0lybyte merged 5 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 5, 2026

Release: Dev → Main

5 atomic commits ready for main

Features

Bug Fixes


This PR is automatically maintained by CI

Add ServiceMonitor for n8n main instance and PodMonitor for
n8n-worker to scrape /metrics on port 5678. Enables Prometheus
to collect queue depth, execution duration, and error rate metrics.
h0lybyte added 2 commits March 5, 2026 18:20
)

- Fix panic safety: background RCON task now recovers from panics
  via tokio::task::spawn, poisoned mutexes handled with into_inner()
- Add McPlayerList React component with auto-refresh, Starlight
  theme integration, and mc-heads.net avatar rendering
- Add mc/players.mdx page at kbve.com/mc/players
- Add Minecraft sidebar section to Starlight config
- Fix TS2352: cast Object.fromEntries through unknown for CommitCategory
- Fix TS7016: add @types/jsdom for missing type declarations
- Fix Vite build: add node:-prefixed externals (node:fs, node:path, etc.)
  to rollupOptions so proto-to-zod.ts compiles for library output
@github-actions github-actions bot changed the title Release: 1 feature → Main Release: 2 features, 1 fix → Main Mar 5, 2026
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 5, 2026

Dependency Review

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

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@types/jsdom 28.0.0 🟢 6.6
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 9Found 27/30 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
License🟢 9license file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
Binary-Artifacts🟢 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
npm/@types/tough-cookie 4.0.5 🟢 6.6
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 9Found 27/30 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
License🟢 9license file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
Binary-Artifacts🟢 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
npm/undici-types 7.22.0 🟢 8.2
Details
CheckScoreReason
Code-Review🟢 9Found 22/23 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 12 issue activity found in the last 90 days -- score normalized to 10
Dependency-Update-Tool🟢 10update tool detected
Security-Policy🟢 9security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 8binaries present in source code
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 4dependency not pinned by hash detected -- score normalized to 4
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Fuzzing🟢 10project is fuzzed
SAST🟢 9SAST tool detected but not run on all commits
Packaging🟢 10packaging workflow detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 80 contributing companies or organizations

Scanned Files

  • pnpm-lock.yaml

* fix(astro-cryptothrone): add missing content.config.ts and fix Phaser SSR error

Add content.config.ts with Starlight docsLoader to fix build failure where
slug "game/play" was not found in the docs collection. Wrap GameWindow in a
lazy-loading GameWindowLoader to prevent Phaser from accessing `window`
during SSR. Add astro-cryptothrone-e2e Playwright project with smoke,
sidebar, and search tests to catch regressions.

* fix(astro-cryptothrone-e2e): remove unused SPLASH_ROUTES import
@github-actions github-actions bot changed the title Release: 2 features, 1 fix → Main Release: 2 features, 2 fixes → Main Mar 5, 2026
@nx-cloud
Copy link

nx-cloud bot commented Mar 5, 2026

View your CI Pipeline Execution ↗ for commit d1510c5

Command Status Duration Result
nx e2e astro-e2e ✅ Succeeded 2m 31s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-05 23:52:28 UTC

…#7627)

Install Crossplane AWS S3 family provider (v2.4.0) via ArgoCD.
Pull AWS credentials from existing kilobase-s3-secret using
ExternalSecret cross-namespace access and reformat to INI for
Crossplane ClusterProviderConfig. Sync-waves ensure provider
CRDs register before ClusterProviderConfig is applied.
@github-actions github-actions bot changed the title Release: 2 features, 2 fixes → Main Release: 3 features, 2 fixes → Main Mar 5, 2026
@h0lybyte h0lybyte merged commit 153aec6 into main Mar 5, 2026
13 checks passed
@github-project-automation github-project-automation bot moved this from Review to Done in KBVE Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant