Skip to content

Commit 15583bd

Browse files
committed
prep for v3.7.3
1 parent cdad251 commit 15583bd

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
3.7.3
5+
-----
6+
Changes:
7+
8+
* Upgrade dependencies (#1024, #1045)
9+
* Build alpine container in CI (#1018, #1032, #1025)
10+
* keyservice: accept KeyServiceServer in LocalClient (#1035)
11+
* Add support for GCP Service Account within `GOOGLE_CREDENTIALS` (#953)
12+
13+
Bug fixes:
14+
15+
* Upload the correct binary for the linux amd64 build (#1026)
16+
* Fix bug when specifying multiple age recipients (#966)
17+
* Allow for empty yaml maps (#908)
18+
* Limit AWS role names to 64 characters (#1037)
19+
420
3.7.2
521
-----
622
Changes:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// Version represents the value of the current semantic version
14-
const Version = "3.7.2"
14+
const Version = "3.7.3"
1515

1616
// PrintVersion handles the version command for sops
1717
func PrintVersion(c *cli.Context) {

0 commit comments

Comments
 (0)