Skip to content

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 12 May 08:21
· 25 commits to main since this release
e41e71b

Container image

docker pull ghcr.io/gnana997/periscope:v1.0.7

Multi-arch: linux/amd64, linux/arm64. Cosign-signed (keyless), SBOM attached.

Helm chart

helm install periscope \
  oci://ghcr.io/gnana997/charts/periscope \
  --version v1.0.7 \
  --namespace periscope --create-namespace

Cosign-signed (keyless). Discoverable on Artifact Hub.

Verification

cosign verify \
  ghcr.io/gnana997/periscope:v1.0.7 \
  --certificate-identity-regexp="https://github.com/gnana997/periscope" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

What's Changed

  • Add AWS Inspector v2 CVE surfacing (issue #164) by @gnana997 in #167
  • Add CVE HTTP API + per-pod chip aggregation (issue #165) by @gnana997 in #168
  • CVE chips + Security tab on Pods/Nodes/Workloads/Karpenter (issue #166) by @gnana997 in #171
  • Replace SplitPane with right-edge overlay drawer (issue #172) by @gnana997 in #173
  • Security: package-grouped findings + filter chips + rc2 backend fixes (closes #163) by @gnana997 in #174
  • feat(workloads): stuck-rollout detector + badge by @gnana997 in #179

Full Changelog: v1.0.6...v1.0.7