Skip to content

v1.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 05:52
· 1 commit to main since this release
38334ab

Container image

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

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

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

Verification

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

What's Changed

  • docs: cut v1.1.5 changelog + NodePort troubleshooting entry by @gnana997 in #246
  • release: v1.1.6 — in-browser SSM node shell (#105) by @gnana997 in #248

Full Changelog: v1.1.5...v1.1.6