Skip to content

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 13 May 06:45
· 20 commits to main since this release
a0242d8

Container image

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

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

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

Verification

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

What's Changed

  • Retained-ownership SSA patches + form-mode action-bar parity (closes #181) by @gnana997 in #182
  • Form-mode + logs polish: discriminator seed, deeper schema walk, logs wrap default (closes #180) by @gnana997 in #183
  • Helm: auto-render inspector RBAC when in-cluster backend is used by @gnana997 in #184
  • Live updates for RBAC kinds + secrets (closes #18) by @gnana997 in #185
  • Helm: cluster-admin tier opt-in + shared-mode RBAC default (closes #84, #142) by @gnana997 in #186

Full Changelog: v1.0.7...v1.0.8