Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Apr 5, 2022
1 parent 2b149b4 commit 654241f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.0.7
VERSION = 1.0.8
LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}
GOARCH = amd64

Expand Down
4 changes: 2 additions & 2 deletions debian/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
```
sudo apt install debhelper dh-golang golang golang-github-aws-aws-sdk-go-dev
sudo apt install debhelper dh-golang golang golang-any golang-github-aws-aws-sdk-go-dev
# in the repository root:
git clean -fdX
tar cvJf ../aws-rotate-key_1.0.7.orig.tar.xz --exclude=debian *
tar cvJf ../aws-rotate-key_1.0.8.orig.tar.xz --exclude=debian *
debuild -i -us -uc -b
```
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
aws-rotate-key (1.0.8-1) focal; urgency=medium

* Add `-auth-profile` option (use a different profile when calling AWS).
Thanks Matt Tucker.

-- Stefan Sundin <[email protected]> Mon, 04 Apr 2022 22:27:30 -0700

aws-rotate-key (1.0.7-1) eoan; urgency=medium

* Debian package created.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/aws/aws-sdk-go/service/sts"
)

const version = "1.0.7"
const version = "1.0.8"

func main() {
var yesFlag bool
Expand Down

0 comments on commit 654241f

Please sign in to comment.