Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 05 May 13:58
· 66 commits to main since this release
b0b694e

Container image

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

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.2 \
  --namespace periscope --create-namespace

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

Verification

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

What's Changed

  • chore(security): expand CODEOWNERS + add scorecard workflow_dispatch by @gnana997 in #93
  • chore(release): attach SLSA attestations as GitHub Release assets by @gnana997 in #94
  • docs(security): add RBAC posture review document for security teams by @gnana997 in #92

Full Changelog: v1.0.1...v1.0.2