# [0.15.0](https://github.com/offendingcommit/openconcho/compare/v0.14.0...v0.15.0) (2026-06-03) ### Bug Fixes * **helm:** guard tmpfs blocks when empty, cap volume names at 63 chars ([d5a65d7](d5a65d73b5)) * **helm:** pdb mutual exclusion, ingress null rules guard, hpa nil utilization guard ([b4939bd](b4939bd57f)) * **helm:** pin busybox:1.36, add -T 10 timeout, use --spider, add activeDeadlineSeconds ([8fac5d0](8fac5d060f)) * **helm:** use http://json-schema.org/draft-07/schema# for Helm compatibility ([8d41455](8d41455e39)) ### Features * **helm:** add _helpers.tpl with name, label, and imageTag partials ([0268275](02682750ab)) * **helm:** add Deployment template with read-only FS, tmpfs, probes ([514e1d4](514e1d46c0)) * **helm:** add NOTES.txt with access instructions and NetworkPolicy/Ingress warning ([ce211df](ce211df48c)) * **helm:** add optional HPA, PDB, and NetworkPolicy templates ([b0b648b](b0b648bdcf)) * **helm:** add optional Ingress template ([9aa106c](9aa106cede)) * **helm:** add Service and ServiceAccount templates ([ee916ea](ee916eabc4)) * **helm:** add test-healthz and test-spa-root helm test jobs ([ee4630e](ee4630e79c)) * **helm:** chart scaffold — Chart.yaml, values, schema ([4112270](411227046a))
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "openconcho",
|
|
"private": true,
|
|
"version": "0.15.0",
|
|
"packageManager": "pnpm@10.33.2",
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "pnpm install && pnpm exec playwright install --with-deps chromium",
|
|
"dev": "pnpm --filter @openconcho/desktop dev",
|
|
"dev:web": "pnpm --filter @openconcho/web dev",
|
|
"dev:desktop": "pnpm --filter @openconcho/desktop dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "biome check --write .",
|
|
"format": "biome format --write .",
|
|
"test": "turbo run test",
|
|
"test:e2e": "turbo run test:e2e",
|
|
"typecheck": "turbo run typecheck",
|
|
"check": "turbo run lint typecheck test",
|
|
"ci:web": "turbo run lint typecheck test build --filter=@openconcho/web",
|
|
"ci:desktop": "turbo run cargo-check --filter=@openconcho/desktop",
|
|
"pr:evidence": "./scripts/pr-evidence.sh",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "catalog:",
|
|
"@commitlint/cli": "~20.5.3",
|
|
"@commitlint/config-conventional": "~20.5.3",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
"@semantic-release/exec": "^7.1.0",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^10.3.5",
|
|
"@semantic-release/npm": "^13.1.5",
|
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
"husky": "~9.1.7",
|
|
"semantic-release": "catalog:",
|
|
"turbo": "^2.9.16"
|
|
}
|
|
}
|