Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 09 May 09:48
· 40 commits to main since this release
52b79f6

Container image

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

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

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

Verification

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

What's Changed

  • docs: cut CHANGELOG [1.0.4] section + refresh README for shipped features by @gnana997 in #129
  • chore(theme): tighter dark-mode contrast + JetBrains Mono + theme-token cleanup by @gnana997 in #134
  • feat(edit): schema-aware form editor for ConfigMap/Secret/Service/Ingress (#116) by @gnana997 in #131
  • feat(schemaForm): oneOf discriminator + allOf merger + description tooltips (#132) by @gnana997 in #133
  • Fix logout loop by preventing silent SSO after explicit logout by @gnana997 in #98
  • feat: ux-polish-pass — fleet/overview EoSS, image columns, ops chips by @gnana997 in #137
  • fix(auth): background-tab keepalive to prevent idle-session 401 by @gnana997 in #138

Full Changelog: v1.0.4...v1.0.5