Skip to content

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 May 04:25
· 8 commits to main since this release
d0c8e03

Release for v0.2.1.

Container image (tag):

  • ghcr.io/duynhlab/base64-plugin:v0.2.1

✅ Immutable digest (recommended for pinning):

  • ghcr.io/duynhlab/base64-plugin@sha256:304d9585ab0de605744346b0465f357c365c434ba8b15c7a641e632b5707c2d6

Release asset:

  • plugin.wasm

All container images are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/duynhlab/base64-plugin/.github/workflows/release.yml@refs/tags/v0.2.1"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64-plugin@sha256:304d9585ab0de605744346b0465f357c365c434ba8b15c7a641e632b5707c2d6

What's Changed

  • Fix MarshallJSON typo breaking JSON output by @duynhne in #4

Full Changelog: v0.2.0...v0.2.1