v1.1.5-rc3
Pre-release
Pre-release
Container image
docker pull ghcr.io/gnana997/periscope:v1.1.5-rc3Multi-arch: linux/amd64, linux/arm64. Cosign-signed (keyless), SBOM attached.
Helm chart
helm install periscope \
oci://ghcr.io/gnana997/charts/periscope \
--version v1.1.5-rc3 \
--namespace periscope --create-namespaceCosign-signed (keyless). Discoverable on Artifact Hub.
Verification
cosign verify \
ghcr.io/gnana997/periscope:v1.1.5-rc3 \
--certificate-identity-regexp="https://github.com/gnana997/periscope" \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comWhat's Changed
- security: bump Go to 1.26.4 to clear stdlib CVEs by @gnana997 in #242
- feat(cluster-shell): audit helm alongside kubectl + pin KUBE_EDITOR=nano by @gnana997 in #245
Full Changelog: v1.1.5-rc1...v1.1.5-rc3