v1.0.8
Container image
docker pull ghcr.io/gnana997/periscope:v1.0.8Multi-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-namespaceCosign-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.comWhat'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