Skip to content

Commit

Permalink
release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Nov 13, 2021
1 parent e6d7a07 commit 100c406
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# AWS SSO CLI Changelog

## Unreleased
## [Unreleased]

## [v1.2.3] - 2021-11-13

* Add support for tracking recently used roles via History tag for exec & console #29
* Continue to improve unit tests
* Fix bugs in `tags` command when using -A or -R to filter results
* Fix missing tags when not defining roles in config.yaml #116
* Fix bad Linux ARM64/AARCH64 packages with invalid binaries
* Fix bad Linux ARM64/AARCH64 rpm/deb packages with invalid binaries

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

Expand Down Expand Up @@ -78,8 +80,9 @@
## [v1.0.0] - 2021-07-15

Initial release
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.2.2...main
[v1.2.2]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.2.1
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.2.3...main
[v1.2.3]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.2.3
[v1.2.2]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.2.2
[v1.2.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.2.1
[v1.2.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.2.0
[v1.1.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions 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.2
PROJECT_VERSION := 1.2.3
DOCKER_REPO := synfinatic
PROJECT_NAME := aws-sso
ifeq ($(PROJECT_TAG),)
Expand Down Expand Up @@ -102,7 +102,7 @@ include help.mk # place after ALL target and before all other targets
.build-release: windows windows32 linux linux-arm64 darwin darwin-arm64

release: clean .build-release package ## Build all our release binaries
cd dist && shasum -a 256 * | gpg --clear-sign >release.sig.txt
cd dist && shasum -a 256 * | gpg --clear-sign >release.sig.asc

.PHONY: run
run: cmd/*.go sso/*.go ## build and run using $PROGRAM_ARGS
Expand Down

0 comments on commit 100c406

Please sign in to comment.