mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
3.3.1 bump and release notes (#477)
This commit is contained in:
@@ -1,6 +1,22 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
3.3.1
|
||||
-----
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Make sure the pgp key fingerprint is longer than 16 characters before
|
||||
slicing it. (#463)
|
||||
* Allow for `--set` value to be a string. (#461)
|
||||
|
||||
Project changes:
|
||||
|
||||
* Using `develop` as a staging branch to create releases off of. What
|
||||
is in `master` is now the current stable release.
|
||||
* Upgrade to using Go 1.12 to build sops
|
||||
* Updated all vendored packages
|
||||
|
||||
3.3.0
|
||||
-----
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
||||
const Version = "3.3.0"
|
||||
const Version = "3.3.1"
|
||||
|
||||
func PrintVersion(c *cli.Context) {
|
||||
out := fmt.Sprintf("%s %s", c.App.Name, c.App.Version)
|
||||
|
||||
Reference in New Issue
Block a user