v1.0.1
Container image
docker pull ghcr.io/gnana997/periscope:v1.0.1Multi-arch: linux/amd64, linux/arm64. Cosign-signed (keyless), SBOM attached.
Helm chart
helm install periscope \
oci://ghcr.io/gnana997/charts/periscope \
--version v1.0.1 \
--namespace periscope --create-namespaceCosign-signed (keyless). Discoverable on Artifact Hub.
Verification
cosign verify \
ghcr.io/gnana997/periscope:v1.0.1 \
--certificate-identity-regexp="https://github.com/gnana997/periscope" \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comWhat's Changed
- Add bulk YAML download with selection and audit logging by @gnana997 in #79
- feat(web): bulk-select + YAML download on ReplicaSets and CustomResources by @gnana997 in #80
- feat(audit): emit single bulk_download row per bulk YAML download (#82) by @gnana997 in #83
- Add comprehensive test coverage for apply resource handler by @gnana997 in #81
- chore(security): add Scorecard + CodeQL + govulncheck + Dependabot by @gnana997 in #85
- fix(ci): pin ossf/scorecard-action to v2.4.3 by @gnana997 in #90
- chore(deps): bump the actions-all group with 11 updates by @dependabot[bot] in #88
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/eks from 1.82.2 to 1.83.0 in the go-minor-and-patch group by @dependabot[bot] in #89
- chore(deps-dev): bump @types/node from 24.12.2 to 25.6.0 in /web by @dependabot[bot] in #87
- chore(security): tighten release.yaml permissions + attest provenance by @gnana997 in #91
New Contributors
- @dependabot[bot] made their first contribution in #88
Full Changelog: v1.0.0...v1.0.1