github ekristen/aws-nuke v3.40.0

latest releases: v3.42.0, v3.41.0
7 days ago

3.40.0 (2025-01-02)

Bug Fixes

  • neptune-cluster: filter on engine to neptune (323856a)
  • neptune-snapshot: filter to just neptune engine (733d9fd)

Features

  • neptune-snapshot: new properties: Status and CreateTime (6d956b5)

Verify Binaries

Currently only the checksums.txt is signed, therefore it's sha256 signature is signed. Simply verify the hash and then verify the checksums signature.

cosign verify-blob \
  --signature https://github.com/ekristen/aws-nuke/releases/download/v3.40.0/checksums.txt.sig \
  --certificate https://github.com/ekristen/aws-nuke/releases/download/v3.40.0/checksums.txt.pem \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/ekristen/aws-nuke/.github/workflows/goreleaser.yml@refs/tags/v3.40.0" \
  https://github.com/ekristen/aws-nuke/releases/download/v3.40.0/checksums.txt

Don't miss a new aws-nuke release

NewReleases is sending notifications on new releases.