Skip to content

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 11 May 14:06
· 31 commits to main since this release
3fbeb1b

Container image

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

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

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

Verification

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

What's Changed

  • docs: features scaffold — visual + textual walkthroughs for v1.0.5 by @gnana997 in #139
  • docs: add quickstart guide for local testing with kind by @gnana997 in #140
  • Docs/quick local test examples by @gnana997 in #141
  • feat(schema): section-grouped form editor for K8s kinds by @gnana997 in #144
  • feat: helm release rollback (#77, supersedes #101) by @gnana997 in #145
  • feat(schema): Deployment + StatefulSet form layout (#136, supersedes #135) by @gnana997 in #146
  • docs(audit): RFC 0003-4 + Helm verbs + filter strip + round-trip test by @gnana997 in #147
  • feat(karpenter): curated dashboard with cost summary + pending-pod reasons (#118) by @gnana997 in #149
  • Surface agent upstream errors with category-specific UX by @gnana997 in #150

Full Changelog: v1.0.5...v1.0.6