v1.1.4
Container image
docker pull ghcr.io/gnana997/periscope:v1.1.4Multi-arch: linux/amd64, linux/arm64. Cosign-signed (keyless), SBOM attached.
Helm chart
helm install periscope \
oci://ghcr.io/gnana997/charts/periscope \
--version v1.1.4 \
--namespace periscope --create-namespaceCosign-signed (keyless). Discoverable on Artifact Hub.
Verification
cosign verify \
ghcr.io/gnana997/periscope:v1.1.4 \
--certificate-identity-regexp="https://github.com/gnana997/periscope" \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comWhat's Changed
- security: bump Go to 1.26.3, x/net v0.55.0, containerd v1.7.32 by @gnana997 in #232
- security: bump golang.org/x/crypto to v0.52.0 by @gnana997 in #235
- fix(agent-tunnel): split DNS/IP SANs + idempotent URL normalisation by @gnana997 in #236
Full Changelog: v1.1.3...v1.1.4