Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 07 May 17:53
· 47 commits to main since this release
d163e92

Container image

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

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

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

Verification

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

What's Changed

  • feat(helm): chart fetch backend — versions + values endpoints (#73) by @gnana997 in #106
  • feat(helm): in-browser install dialog with schema-aware values editor (#74) by @gnana997 in #109
  • feat(helm): dry-run + diff preview backend (#75) by @gnana997 in #120
  • Add EKS managed add-ons introspection surface (issue #117) by @gnana997 in #122
  • fix(eks): right-edge detail pane, form/yaml toggle, clickable version history for add-ons by @gnana997 in #126
  • fix(eks): hide upgrade-to on downgrades, seed YAML stub for empty add-on configs by @gnana997 in #127
  • fix(eks): rc-3 polish — stale selection, mode/stub stickiness, configurationValues tab, Pod Identity by @gnana997 in #128

Full Changelog: v1.0.3...v1.0.4