1
0
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:
AJ Bahnken
2019-06-11 18:06:58 +00:00
committed by GitHub
parent 6b68dcb6e3
commit 008ce8f4de
2 changed files with 17 additions and 1 deletions

View File

@@ -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
-----

View File

@@ -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)