privilegedescalation-engineer[bot]
bf9aab7957
chore(renovate): add pinDigests to template repo renovate.json
...
Ensures repos created from this template start with GitHub Actions SHA pinning
configured. Matches the pinDigests: true change being applied to all existing
plugin repos (PRI-757).
Without this, new repos created from the template would need a follow-up PR
to add pinDigests.
2026-03-22 07:18:36 +00:00
Gandalf the Greybeard
9da27f4186
feat: scaffold starter template with TypeScript, CRD list view, CI, ArtifactHub
...
Adds full plugin starter template including:
- package.json with @kinvolk/headlamp-plugin devDependency and standard scripts
- tsconfig.json extending headlamp plugin config
- vitest.config.mts + vitest.setup.ts (jsdom, NODE_ENV=test, localStorage shim)
- src/index.tsx: registers sidebar entry and route for ResourceListPage
- src/components/ResourceListPage.tsx: placeholder CRD list view with TODO guide
- src/components/ResourceListPage.test.tsx: example tests using vi.mock pattern
- .github/workflows/ci.yaml: delegates to shared plugin-ci.yaml
- .github/workflows/release.yaml: delegates to shared plugin-release.yaml
- artifacthub-pkg.yml + artifacthub-repo.yml: ArtifactHub metadata with TODO markers
- renovate.json: Mend Renovate config for weekly dependency updates
- README.md: complete getting-started guide
- CONTRIBUTING.md: local dev, code style, testing, PR process
- LICENSE: Apache-2.0
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 03:45:12 +00:00