Releases: allcloud-io/clisso
Release 0.18.0
Changelog
- f68d2d9 Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#409)
- 1de0466 [doc] creating a trace log
- 6b55ad1 protect profiles with settings (#410)
Note
Since 0.17.0, the MacOS binaries have no longer been notarized. To avoid bypassing MacOS security, please use HomeBrew to install Clisso instead of downloading from the release page.
Release 0.17.3
Breaking Changes
The MacOS binaries are no longer notarized. To avoid bypassing MacOS security, please use HomeBrew to install Clisso instead of downloading from the release page.
Notable changes
This release changes the build system to be purely on Github actions. This is in preparation to support CGO (#367 - Yubikey Support)
Changelog from 0.16.2
- ff9bead Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.28.8 to 1.28.9 (#407)
- 4889b74 rework build system to support CGO
- 7ddc04d fix: specify version in homebrew formula to avoid wrongfully detecting 64 as version
- a9c4765 fix: don't panic if not successful in getting credentials from okta (#363)
- f9a8e05 Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.28.9 to 1.28.10 (#408)
- fcfc5cc fix: check err of Scanln
- 1f4b9be fix: logging enhancement
Release 0.17.2
Breaking Changes
The MacOS binaries are no longer notarized. To avoid bypassing MacOS security, please use HomeBrew to install Clisso instead of downloading from the release page.
Notable changes
This release changes the build system to be purely on Github actions. This is in preparation to support CGO (#367 - Yubikey Support)
Changelog from 0.16.2
- ff9bead Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.28.8 to 1.28.9 (#407)
- 4889b74 rework build system to support CGO
- 7ddc04d fix: specify version in homebrew formula to avoid wrongfully detecting 64 as version
- a9c4765 fix: don't panic if not successful in getting credentials from okta (#363)
Release 0.17.1
Breaking Changes
The MacOS binaries are no longer notarized. To avoid bypassing MacOS security, please use HomeBrew to install Clisso instead of downloading from the release page.
Notable changes
This release changes the build system to be purely on Github actions. This is in preparation to support CGO (#367 - Yubikey Support)
Changelog from 0.16.2
Release 0.17.0
Breaking Changes
The MacOS binaries are no longer notarized. To avoid bypassing MacOS security, please use HomeBrew to install Clisso instead of downloading from the release page.
Notable changes
This release changes the build system to be purely on Github actions. This is in preparation to support CGO (#367 - Yubikey Support)
Changelog
0.16.2
Changelog
- c005100 Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.28.6 to 1.28.8 (#405)
- 8f7e1a2 Bump github.com/zalando/go-keyring from 0.2.3 to 0.2.4 (#401)
- cd6bbbe Bump golang.org/x/net from 0.24.0 to 0.25.0 (#399)
- f32e14b Bump golangci/golangci-lint-action from 5 to 6 (#402)
- bb7da65 fix windows issues with default profile not found
0.16.1
0.16.0
Changelog
- 0be2149 Bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.2 (#398)
- a7282f5 Bump github.com/aws/aws-sdk-go-v2 from 1.25.2 to 1.26.1 (#393)
- 90e1f1f Bump github.com/aws/aws-sdk-go-v2/config from 1.27.4 to 1.27.11 (#395)
- 9ec301e Bump golang.org/x/net from 0.21.0 to 0.24.0 (#396)
- 3c0e455 Bump golangci/golangci-lint-action from 4 to 5 (#397)
- cfa6f2b credential process support (#384)
- 26635d0 disable signing hooks
- cc945b7 don't fail loading config if profile isn't present
0.15.0
Changelog
- 76fc8ea Bump actions/setup-go from 4 to 5 (#357)
- 4de40fb Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 (#382)
- c4aec72 Bump github.com/aws/aws-sdk-go-v2/config from 1.25.10 to 1.27.4 (#378)
- 05b2076 Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.26.1 to 1.27.0 (#375)
- 3d100dc Bump github.com/aws/smithy-go from 1.20.0 to 1.20.1 (#376)
- d3fa8b7 Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#362)
- 7f46388 Bump github/codeql-action from 2 to 3 (#358)
- fffcc33 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#359)
- af06707 Bump golang.org/x/net from 0.19.0 to 0.21.0 (#380)
- 6af2f9f Bump golangci/golangci-lint-action from 3 to 4 (#371)
- 416c7cc Showing correct answer for Okta Verify during unusual login attempts (#369)
- 9439a31 check for nil response. update README (#379)
- 76f1b82 install newer version of go for codeql