File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
4203.7.2
521-----
622Changes:
Original file line number Diff line number Diff 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
1717func PrintVersion (c * cli.Context ) {
You can’t perform that action at this time.
0 commit comments