Skip to content

Commit

Permalink
Merge branch 'main' of github.com:auth0/auth0-cli into DXCDT-586-sele…
Browse files Browse the repository at this point in the history
…ct-multiple-ids-for-delete-resource
  • Loading branch information
Michael Christenson II committed Dec 1, 2023
2 parents 55393af + 2bd069c commit d6189a8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
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

0 comments on commit d6189a8

Please sign in to comment.