Skip to content

Commit

Permalink
Merge branch 'main' into DXCDT-601-users-blocks-support-identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd authored Dec 1, 2023
2 parents 84131bf + 2bd069c commit a5dd81f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # [email protected]
with:
version: v1.18.2
version: v1.22.1
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
Expand Down
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.3.0](https://github.com/auth0/auth0-cli/tree/v1.3.0) (Dec 1, 2023)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.2.0...v1.3.0)

### Added

- Audience dropdown UI when running `auth0 test token` [#906]
- Scopes dropdown UI when running `auth0 test token` [#910]
- Active tenant indicator when running `auth0 tenants list` [#907]
- Prompt dropdown UI when running `auth0 ul prompts update` and `auth0 ul prompts list` [#913]
- Signing algorithm management when running `auth0 apis create` and `auth0 apis update` [#926]
- Log stream dropdown UI when running `auth0 logs streams show` [#920]
- Validate connection is enabled before creating and importing users [#921]

### Fixed

- Display description field when updating roles in interactive mode [#915]
- Only store access token in config file if keyring unavailable [#919]
- Only display undeployed actions when running `auth0 actions deploy` [#916]
- Don't require any scopes when authenticating with client credentials [#917]
- Show help text when no arguments provided when running `auth0 api` [#914]

### Changed

- Removal of "Getting members of organization" loader messaging when running `auth0 orgs members list` [#918]

## [v1.2.0](https://github.com/auth0/auth0-cli/tree/v1.2.0) (Nov 2, 2023)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.1.2...v1.2.0)
Expand Down Expand Up @@ -228,6 +254,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updating of action triggers which inevitably results in error [#597]

[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.0.0...HEAD
[#906]: https://github.com/auth0/auth0-cli/issues/906
[#910]: https://github.com/auth0/auth0-cli/issues/910
[#907]: https://github.com/auth0/auth0-cli/issues/907
[#913]: https://github.com/auth0/auth0-cli/issues/913
[#926]: https://github.com/auth0/auth0-cli/issues/926
[#920]: https://github.com/auth0/auth0-cli/issues/920
[#921]: https://github.com/auth0/auth0-cli/issues/921
[#915]: https://github.com/auth0/auth0-cli/issues/915
[#919]: https://github.com/auth0/auth0-cli/issues/919
[#916]: https://github.com/auth0/auth0-cli/issues/916
[#917]: https://github.com/auth0/auth0-cli/issues/917
[#914]: https://github.com/auth0/auth0-cli/issues/914
[#918]: https://github.com/auth0/auth0-cli/issues/918
[#882]: https://github.com/auth0/auth0-cli/issues/882
[#858]: https://github.com/auth0/auth0-cli/issues/858
[#857]: https://github.com/auth0/auth0-cli/issues/857
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/PuerkitoBio/rehttp v1.3.0
github.com/auth0/go-auth0 v1.3.0
github.com/auth0/go-auth0 v1.3.1
github.com/briandowns/spinner v1.23.0
github.com/charmbracelet/glamour v0.6.0
github.com/fsnotify/fsnotify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/
github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=
github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4=
github.com/auth0/go-auth0 v1.3.0 h1:46bo0C6HYtsdSj4BEF4j6IaQrSAiUqehwuv+IO3qDJ0=
github.com/auth0/go-auth0 v1.3.0/go.mod h1:gm0NUM340x77a9YVZB50HUrJJkSchD9DkiqqbAl+s34=
github.com/auth0/go-auth0 v1.3.1 h1:J9QIKOMKs/uE9eo1OvTHfci8inuPau0M4WSgdNmPRaQ=
github.com/auth0/go-auth0 v1.3.1/go.mod h1:lpfYGQAGw5RFFWCmVc0kJI4c6w9mA1CbEaJfZ7xZycw=
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 h1:0NmehRCgyk5rljDQLKUO+cRJCnduDyn11+zGZIc9Z48=
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0/go.mod h1:6L7zgvqo0idzI7IO8de6ZC051AfXb5ipkIJ7bIA2tGA=
github.com/aymanbagabas/go-osc52 v1.0.3 h1:DTwqENW7X9arYimJrPeGZcV0ln14sGMt3pHZspWD+Mg=
Expand Down

0 comments on commit a5dd81f

Please sign in to comment.