Skip to content

v1.1.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 May 13:22
· 17 commits to main since this release

Container image

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

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

Verification

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

What's Changed

  • feat(identity): EKS Access Entries + Pod Identity + IRSA foundation by @gnana997 in #189
  • feat(identity): SPA — Identity page with migration-health, SA→Role index, Pod Identity view by @gnana997 in #190
  • feat(iam): IAM policy resolution engine — forward + reverse lookup (#187) by @gnana997 in #192
  • chore(ci): pin all actions + base images by SHA/digest by @gnana997 in #193
  • chore(deps): bump the go-minor-and-patch group across 1 directory with 10 updates by @dependabot[bot] in #196
  • fix: drop dead ref.Cluster assignment in customResourceEventsHandler by @gnana997 in #197
  • Feat/aws access 188 by @gnana997 in #198
  • polish(v1.1): rename Identity → Cluster Access + Cluster Access docs + AWSAccessTab null-bindings fix by @gnana997 in #199

Full Changelog: v1.0.8...v1.1.0-rc1