File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 1.0.7
1
+ VERSION = 1.0.8
2
2
LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}
3
3
GOARCH = amd64
4
4
Original file line number Diff line number Diff line change 1
1
```
2
- sudo apt install debhelper dh-golang golang golang-github-aws-aws-sdk-go-dev
2
+ sudo apt install debhelper dh-golang golang golang-any golang- github-aws-aws-sdk-go-dev
3
3
4
4
# in the repository root:
5
5
git clean -fdX
6
- tar cvJf ../aws-rotate-key_1.0.7 .orig.tar.xz --exclude=debian *
6
+ tar cvJf ../aws-rotate-key_1.0.8 .orig.tar.xz --exclude=debian *
7
7
debuild -i -us -uc -b
8
8
```
Original file line number Diff line number Diff line change
1
+ aws-rotate-key (1.0.8-1) focal; urgency=medium
2
+
3
+ * Add `-auth-profile` option (use a different profile when calling AWS).
4
+ Thanks Matt Tucker.
5
+
6
+ -- Stefan Sundin <
[email protected] > Mon, 04 Apr 2022 22:27:30 -0700
7
+
1
8
aws-rotate-key (1.0.7-1) eoan; urgency=medium
2
9
3
10
* Debian package created.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
"github.com/aws/aws-sdk-go/service/sts"
18
18
)
19
19
20
- const version = "1.0.7 "
20
+ const version = "1.0.8 "
21
21
22
22
func main () {
23
23
var yesFlag bool
You can’t perform that action at this time.
0 commit comments