Compare commits

..

6 Commits

Author SHA1 Message Date
Chris Farhood f743c4ecd0 Merge remote-tracking branch 'origin/uat' into dev
# Conflicts:
#	audit-ci.jsonc
2026-05-14 03:06:10 +00:00
privilegedescalation-qa[bot] 629ab1050e Promote dev to uat
QA-approved dev→uat promotion. Reviewed by Regression Regina.
2026-05-14 01:20:34 +00:00
privilegedescalation-engineer[bot] be5d86bc8e release: v1.0.3 (#56)
CI / ci (push) Successful in 51s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-14 00:36:19 +00:00
privilegedescalation-qa[bot] 1daa5095ab fix: sync CI trigger branches on dev
fix: sync CI trigger branches on dev
2026-05-13 13:18:47 +00:00
Chris Farhood 9a944560f5 feat(security): add audit-ci.jsonc allowlist for dev-branch CVEs
CTO decision (PRI-854): high-severity vulns from @kinvolk/headlamp-plugin
transitive deps (Picomatch, Vite, lodash) are dev/build-time only and do
not ship in production plugin artifacts.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 13:16:24 +00:00
Chris Farhood 433e0d7870 fix: sync CI trigger branches on dev
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-13 13:00:31 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
version: "1.0.0"
version: "1.0.3"
name: headlamp-tns-csi-plugin
displayName: TrueNAS CSI (tns-csi)
description: >-
@@ -63,7 +63,7 @@ changes:
description: "GitHub App token secrets passed to release workflow"
annotations:
headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v1.0.0/tns-csi-1.0.0.tar.gz"
headlamp/plugin/archive-checksum: sha256:e38846ceb17a79438f8aecc50f22920b0efa7456f3ebb3e628d89856af83ad01
headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v1.0.3/headlamp-tns-csi-plugin-1.0.3.tar.gz"
headlamp/plugin/archive-checksum: sha256:8a032919de65f9ed45a06f4110083cceb11b91625d97f7b49075adecf38e3adc
headlamp/plugin/version-compat: ">=0.20.0"
headlamp/plugin/distro-compat: "in-cluster,web,app"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tns-csi",
"version": "1.0.0",
"version": "1.0.3",
"description": "Headlamp plugin for TNS-CSI driver visibility and benchmarking",
"repository": {
"type": "git",