mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Prep for v3.7.0
This commit is contained in:
@@ -1,17 +1,28 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Develop branch
|
||||
--------------
|
||||
3.7.0
|
||||
-----
|
||||
Features:
|
||||
|
||||
* Add support for age (#688)
|
||||
* Add filename to exec-file (#761)
|
||||
|
||||
Changes:
|
||||
|
||||
* Comments at the beginning of YAML documents are now no longer discarded (#756)
|
||||
* On failed decryption with GPG, return the error returned by GPG to the sops user (#762)
|
||||
* Use yaml.v3 instead of modified yaml.v2 for handling YAML files (#791)
|
||||
* Update aws-sdk-go to version v1.37.18 (#823)
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Fix several problems with YAML comment handling described in #695 (#754)
|
||||
|
||||
Project Changes:
|
||||
|
||||
* Switch from TravisCI to Github Actions (#792)
|
||||
|
||||
3.6.1
|
||||
-----
|
||||
Features:
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
// Version represents the value of the current semantic version
|
||||
const Version = "3.6.1"
|
||||
const Version = "3.7.0"
|
||||
|
||||
// PrintVersion handles the version command for sops
|
||||
func PrintVersion(c *cli.Context) {
|
||||
|
||||
Reference in New Issue
Block a user