Skip to content

Commit

Permalink
release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Nov 11, 2021
1 parent 3d83825 commit 593ba55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# AWS SSO CLI Changelog

## [Unreleased]
## [v1.2.2] - 2021-11-11

* Add `AccountAlias` and `Expires` to list of fields that can be displayed via
the `list` command
* `AccountAlias` replaces `AccountName` in the list of default fields for `list`
* Add RPM and DEB package support for Linux on x86_64 and ARM64 #52

## [v1.2.1] - 2021-11-03

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif

BUILDINFOSDET ?=
PROGRAM_ARGS ?=
PROJECT_VERSION := 1.2.1
PROJECT_VERSION := 1.2.2
DOCKER_REPO := synfinatic
PROJECT_NAME := aws-sso
ifeq ($(PROJECT_TAG),)
Expand Down
2 changes: 2 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ package amd64
pushd /root/dist
pkg --name=aws-sso-cli --version=$VERSION --arch=x86_64 --deb ../package.yaml
pkg --name=aws-sso-cli --version=$VERSION --arch=x86_64 --rpm ../package.yaml
pkg --name=aws-sso-cli --version=$VERSION --arch=arm64 --deb ../package.yaml
pkg --name=aws-sso-cli --version=$VERSION --arch=arm64 --rpm ../package.yaml
popd

0 comments on commit 593ba55

Please sign in to comment.