6 Commits

Author SHA1 Message Date
Null Pointer Nancy d6cd0ec9d4 fix: correct changes description in artifacthub-pkg.yml
Promotion Gate / promotion-gate (pull_request) Failing after 0s
CI / ci (push) Failing after 3s
CI / ci (pull_request) Failing after 4s
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-20 01:07:43 +00:00
Chris Farhood 681d5474fc Restore GitHub archive URLs in artifacthub-pkg.yml
Promotion Gate / promotion-gate (pull_request) Failing after 0s
CI / ci (push) Failing after 3s
CI / ci (pull_request) Failing after 3s
Per company policy, ArtifactHub archive URLs must point to GitHub.
Reverted URLs that were incorrectly changed to Gitea.

- homeURL → github.com
- links[Source] → github.com
- archive-url → github.com/releases/download/v0.1.3/

Version (0.1.3) and checksum unchanged.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-20 00:22:30 +00:00
Chris Farhood a2e7d8a5b2 fix: point archive URLs from GitHub to Gitea; bump version to v0.1.3
CI / ci (pull_request) Failing after 3s
CI / ci (push) Failing after 4s
Promotion Gate / promotion-gate (pull_request) Failing after 0s
- Update archive-url and checksum to v0.1.3 Gitea release
- Change homeURL and links from github.com to git.farh.net
- Bump version field from 0.1.2 to 0.1.3

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-19 23:41:58 +00:00
github-actions[bot] c648b43493 release: v0.1.2 2026-05-04 06:38:54 +00:00
Test User b5cf1a353f fix: add ESLint config and correct artifacthub checksum
- .eslintrc.js: extends @headlamp-k8s/eslint-config (ESLint was failing with
  "couldn't find a configuration file")
- artifacthub-pkg.yml: replace placeholder checksum with actual sha256 of
  dist/main.js computed from production build
- pnpm-lock.yaml: restored to index (was incorrectly removed in amend attempt)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 20:20:24 +00:00
Hugh Hackman 86ef11f8e6 Add CI/release workflows, artifacthub-pkg.yml, and package.json
- Add .github/workflows/ci.yaml (calls plugin-ci from .github repo)
- Add .github/workflows/release.yaml (calls plugin-release from .github repo)
- Add artifacthub-pkg.yml for ArtifactHub distribution
- Add package.json with headlamp-plugin scripts
- Add README.md

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-21 20:05:49 +00:00