File tree 4 files changed +17
-4
lines changed
4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 1.0.8
1
+ VERSION = 1.1.0
2
2
LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}
3
3
4
4
linux_amd64 : export GOOS=linux
Original file line number Diff line number Diff line change 1
1
```
2
- sudo apt install debhelper dh-golang golang golang-any golang-github-aws-aws-sdk-go-dev
2
+ sudo apt install devscripts 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.8.orig.tar.xz --exclude=debian *
6
+ tar cvJf ../aws-rotate-key_1.1.0.orig.tar.xz --exclude=debian *
7
+
8
+ # build deb file:
7
9
debuild -i -us -uc -b
10
+
11
+ # publish to ppa:
12
+ debuild -S
13
+ cd ..
14
+ dput ppa:stefansundin/aws-rotate-key aws-rotate-key_1.1.0-1_source.changes
8
15
```
Original file line number Diff line number Diff line change
1
+ aws-rotate-key (1.1.0-1) jammy; urgency=medium
2
+
3
+ * Add support for multiple MFA devices.
4
+
5
+ -- Stefan Sundin <
[email protected] > Sun, 26 Feb 2023 19:29:59 -0800
6
+
1
7
aws-rotate-key (1.0.8-4) bionic; urgency=medium
2
8
3
9
* Build on bionic.
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.8 "
20
+ const version = "1.1.0 "
21
21
22
22
func main () {
23
23
var yesFlag bool
You can’t perform that action at this time.
0 commit comments