Skip to content

v1.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Feb 00:04
· 11 commits to main since this release
b273374

Vault Plugin Secrets Cloudflare v1.0.4

Installation

Download the appropriate archive for your architecture and verify the checksum:

# Download for linux/amd64
curl -LO https://github.com/rowansmithau/vault-plugin-secrets-cloudflare/releases/download/v1.0.4/vault-plugin-secrets-cloudflare-v1.0.4-linux-amd64.tar.gz

# Download for linux/arm64
curl -LO https://github.com/rowansmithau/vault-plugin-secrets-cloudflare/releases/download/v1.0.4/vault-plugin-secrets-cloudflare-v1.0.4-linux-arm64.tar.gz

# Download and verify checksums
curl -LO https://github.com/rowansmithau/vault-plugin-secrets-cloudflare/releases/download/v1.0.4/SHA256SUMS
sha256sum --check SHA256SUMS

# Extract and install
tar xzf vault-plugin-secrets-cloudflare-v1.0.4-linux-amd64.tar.gz

# Register with Vault
export SHA256=$(sha256sum vault-plugin-secrets-cloudflare-v1.0.4-linux-amd64 | cut -d' ' -f1)
vault plugin register -sha256=$SHA256 secret cloudflare

Changes

  • Merge pull request #17 from rowansmithau/2026-02
  • go 1.26.0, more tests, other overhaul
  • Merge pull request #16 from rowansmithau/dependabot/go_modules/github.com/hashicorp/vault/sdk-0.21.0
  • Bump github.com/hashicorp/vault/sdk from 0.20.0 to 0.21.0

Assets

  • vault-plugin-secrets-cloudflare-v1.0.4-linux-amd64.tar.gz - Linux AMD64 binary
  • vault-plugin-secrets-cloudflare-v1.0.4-linux-arm64.tar.gz - Linux ARM64 binary
  • SHA256SUMS - Checksums for all files