Skip to content

Tags: ResTech-AI/sops

Tags

v3.7.2

Toggle v3.7.2'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#1021 from mozilla/develop

v3.7.2

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ajvb AJ Bahnken
fix release workflow

v3.7.0

Toggle v3.7.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#838 from mozilla/develop

v3.7.0 - develop -> master

Verified

This tag was signed with the committer’s verified signature. The key has expired.
ajvb AJ Bahnken

Verified

This tag was signed with the committer’s verified signature. The key has expired.
ajvb AJ Bahnken

Verified

This tag was signed with the committer’s verified signature. The key has expired.
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. The key has expired.
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