Skip to content

v1.0.4-rc3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 May 15:44
· 48 commits to main since this release
ebf502d

Container image

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

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

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

Verification

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

What's Changed

  • fix(eks): hide upgrade-to on downgrades, seed YAML stub for empty add-on configs by @gnana997 in #127

Full Changelog: v1.0.4-rc2...v1.0.4-rc3