v3.13.3
Installation To install sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release. For instance, if you are using Linux on an AMD64 architecture: # Download the binary curl -LO https://github.com/getsops/sops/releases/download/v3.13.3/sops-v3.13.3.linux.amd64 # Move the binary in to your PATH mv sops-v3.13.3.linux.amd64 /usr/local/bin/sops…