Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 19 May 12:07
· 13 commits to main since this release
0ecc1cf

Container image

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

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

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

Verification

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

What's Changed

  • feat(examples): impersonation-client and exec-client blog companions by @gnana997 in #217
  • docs(seo): explicit frontmatter for high-intent operator pages by @gnana997 in #218
  • fix(spa): prevent duplicate associative-list entries in SSA body (v1.1.1) by @gnana997 in #223

Full Changelog: v1.1.0...v1.1.1