Skip to content

Tags: jpdro/sops

Tags

Verified

This tag was signed with the committer’s verified signature.
ajvb AJ Bahnken

Verified

This tag was signed with the committer’s verified signature.
ajvb AJ Bahnken

Verified

This tag was signed with the committer’s verified signature.
ajvb AJ Bahnken

v3.4.0

Toggle v3.4.0's commit message
Same as 3.4.0, but with a v before it for Go modules

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request getsops#526 from mozilla/revert-exec-command

Revert exec command for 3.4.0 release

3.3.1

Toggle 3.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ajvb AJ Bahnken
Release 3.3.1

3.3.0

Toggle 3.3.0's commit message
New features:

* Multi-document support for YAML files
* Support referencing AWS KMS keys by their alias
* Support for INI files
* Support for AWS CLI profiles
* Comment support in .env files
* Added vi to the list of known editors
* Added a way to specify the GPG key server to use through the
  SOPS_GPG_KEYSERVER environment variable

Bug fixes:

* Now uses /Users/autrilla instead of ~ (which didn't work) to find the GPG home
* Fix panic when vim was not available as an editor, but other
  alternative editors were
* Fix issue with AWS KMS Encryption Contexts (getsops#445) with more than one
  context value failing to decrypt intermittently. Includes an
  automatic fix for old files affected by this issue.

Project infrastructure changes:

* Added integration tests for AWS KMS
* Added Code of Conduct

3.2.0

Toggle 3.2.0's commit message

Unverified

No user is associated with the committer email.
Release 3.2.0

3.1.1

Toggle 3.1.1's commit message
Release 3.1.1

* Fix incorrect version number from previous release

3.1.0

Toggle 3.1.0's commit message
Release 3.1.0

* Add support for Azure Key Service
* Fix bug that prevented JSON escapes in input files from working