Skip to content

v1.1.5-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:36
· 5 commits to main since this release
b733dee

Container image

docker pull ghcr.io/gnana997/periscope:v1.1.5-rc1

Multi-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-rc1 \
  --namespace periscope --create-namespace

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

Verification

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

What's Changed

  • docs(changelog): cut v1.1.4 release section by @gnana997 in #237
  • feat(cluster-shell): in-browser kubectl REPL with impersonation + single-log audit by @gnana997 in #241

Full Changelog: v1.1.4...v1.1.5-rc1