1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Bump version and CHANGELOG for 3.4.0

This commit is contained in:
AJ Bahnken
2019-09-11 13:40:01 -07:00
parent 2fed7a5c70
commit 045a876841
2 changed files with 26 additions and 1 deletions

View File

@@ -1,6 +1,31 @@
Changelog
=========
3.4.0
-----
Features:
* `sops publish`, a new command for publishing sops encrypted secrets to S3, GCS, or Hashicorp Vault
* Support for multiple Azure authentication mechanisms
* `--exec-env` and `--exec-file` flags for utilizing sops secrets within a temporary file or env vars
* Azure Keyvault support to the sops config file
* `encrypted_regex` option to the sops config file
Bug fixes:
* Return non-zero exit code for invalid CLI flags
* Broken path handling for sops editing on Windows
* `go lint/fmt` violations
* Check for pgp fingerprint before slicing it
Project changes:
* Build container using golang 1.12
* Switch to using go modules
* Hashicorp Vault server in Travis CI build
* Mozilla Publice License file to repo
* Replaced expiring test gpg keys
3.3.1
-----