Files
headlamp-sealed-secrets-plugin/headlamp-sealed-secrets/package.json
T
Chris Farhood 4740179b0b chore: bump version to 0.2.0 for Artifact Hub
Update version metadata to 0.2.0 in preparation for Artifact Hub release.

Changes:
- package.json: 0.1.0 → 0.2.0
- artifacthub-pkg.yml: version and appVersion 0.1.0 → 0.2.0
- Enhanced description to highlight WCAG 2.1 AA accessibility

This version includes:
- Phase 1: Type-safe error handling (Result types, branded types, validators, retry logic)
- Phase 2: UX improvements (cert expiry warnings, health checks, RBAC, API version detection)
- Phase 3: Performance optimizations (React.memo, debouncing, lazy loading)
- Phase 4.1: Unit tests (36/39 passing - types, retry, validators)

Artifact Hub will pick up this version on next scan.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-11 22:33:38 -05:00

66 lines
1.7 KiB
JSON

{
"name": "headlamp-sealed-secrets",
"version": "0.2.0",
"description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets",
"main": "dist/main.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin.git",
"directory": "headlamp-sealed-secrets"
},
"bugs": {
"url": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues"
},
"homepage": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin#readme",
"author": "cpfarhood",
"license": "Apache-2.0",
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",
"format": "headlamp-plugin format",
"lint": "headlamp-plugin lint",
"lint-fix": "headlamp-plugin lint --fix",
"package": "headlamp-plugin package",
"tsc": "headlamp-plugin tsc",
"storybook": "headlamp-plugin storybook",
"storybook-build": "headlamp-plugin storybook-build",
"test": "headlamp-plugin test",
"i18n": "headlamp-plugin i18n"
},
"keywords": [
"headlamp",
"headlamp-plugin",
"kubernetes",
"kubernetes-ui",
"sealed-secrets",
"bitnami",
"encryption",
"secrets",
"security",
"k8s"
],
"prettier": "@headlamp-k8s/eslint-config/prettier-config",
"eslintConfig": {
"extends": [
"@headlamp-k8s",
"prettier",
"plugin:jsx-a11y/recommended"
]
},
"overrides": {
"typescript": "5.6.2"
},
"dependencies": {
"node-forge": "^1.3.1"
},
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.13.1",
"@types/node-forge": "^1.3.11"
}
}