Skip to content

v1.0.5-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 May 06:30
· 43 commits to main since this release
30fdc50

Container image

docker pull ghcr.io/gnana997/periscope:v1.0.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.0.5-rc1 \
  --namespace periscope --create-namespace

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

Verification

cosign verify \
  ghcr.io/gnana997/periscope:v1.0.5-rc1 \
  --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

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