Skip to content

Commit 654241f

Browse files
committed
v1.0.8
1 parent 2b149b4 commit 654241f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.0.7
1+
VERSION = 1.0.8
22
LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}
33
GOARCH = amd64
44

debian/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
```
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
33
44
# in the repository root:
55
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 *
77
debuild -i -us -uc -b
88
```

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
aws-rotate-key (1.0.7-1) eoan; urgency=medium
29

310
* Debian package created.

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/aws/aws-sdk-go/service/sts"
1818
)
1919

20-
const version = "1.0.7"
20+
const version = "1.0.8"
2121

2222
func main() {
2323
var yesFlag bool

0 commit comments

Comments
 (0)