Skip to content

v1.0.5-rc2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 May 09:06
· 42 commits to main since this release

Container image

docker pull ghcr.io/gnana997/periscope:v1.0.5-rc2

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

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

Verification

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

What's Changed

  • Fix logout loop by preventing silent SSO after explicit logout by @gnana997 in #98

Full Changelog: v1.0.5-rc1...v1.0.5-rc2