Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 06 May 14:20
· 54 commits to main since this release
99952cc

Container image

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

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

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

Verification

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

What's Changed

  • chore(codeowners): add @yogen9 as co-owner by @gnana997 in #96
  • feat(web): Apply YAML dialog — paste / upload + multi-doc parser + dry-run + apply (#53) by @gnana997 in #97
  • feat(web): Apply YAML mount points — PageHeader + Cmd+K + Overview banner (#54) by @gnana997 in #99
  • feat: Apply YAML — per-doc RBAC pre-flight + multi-doc audit tests (#55) by @gnana997 in #100
  • Add configuration for watch streams by @Tejasmore45 in #108
  • Add EKS Upgrade Insights read-only endpoints (issue #103) by @gnana997 in #107
  • feat: workload rollback for Deployment / StatefulSet / DaemonSet (#71) by @gnana997 in #102
  • fix(web): namespace picker — fix clipping/overlay, add search, taller panel by @gnana997 in #111
  • chore: changelog + Artifact Hub changes for v1.0.3-rc1 by @gnana997 in #112
  • fix(eks): EKS Insights / Node Groups work on any backend with ARN by @gnana997 in #113
  • chore: add Go fuzz tests for OpenSSF Scorecard Fuzzing check by @gnana997 in #114
  • fix(docs): IAM snippet — eks:DescribeNodegroup needs nodegroup ARN, not cluster ARN by @gnana997 in #115

New Contributors

  • @Tejasmore45 made their first contribution in #108

Full Changelog: v1.0.2...v1.0.3