Skip to content

Tags: auth0/auth0-cli

Tags

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use github.token for goreleaser to resolve 404 on release PATCH (#…

…1561)

* Initial plan

* Fix goreleaser failure: use github.token and add replace_existing_draft

The goreleaser workflow was failing with:
  PATCH .../releases/343427697: 404 Not Found

Root cause: The GORELEASER_GITHUB_TOKEN lacks write permission to
update releases in auth0/auth0-cli (GitHub returns 404 instead of 403
for security). This manifests when a release is pre-created before
goreleaser runs.

Fix:
- Use github.token (has contents:write from workflow permissions) for
  goreleaser's GITHUB_TOKEN so it always has permission to create and
  update releases in auth0/auth0-cli
- Add release.replace_existing_draft: true to .goreleaser.yml to
  handle stale draft releases from previous failed attempts

The downstream homebrew/scoop steps use explicit token: parameters
(not the GITHUB_TOKEN env var), so they are unaffected by this change.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.31.0 (#1529)

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.30.0 (#1508)

* chore(changelog): update changelog for v1.30.0 release

- Added `--enforce-policies` and `--token-dialect` flags in
  `auth0 apis create` and `auth0 apis update` to enhance API
  configuration options.

- Introduced `--allow-any-profile-of-type` flag for token exchange
  types in `auth0 apps create` and `auth0 apps update` to provide
  more flexibility in app configurations.

- Added support for `auth0_client_cimd` resource generation in
  `auth0 tf generate` to facilitate resource management in Terraform.

* chore(changelog): update unreleased section and add pull request links

- Updated the unreleased section in CHANGELOG.md to reflect the new versioning from v1.29.0 to v1.30.0.
- Added links to relevant pull requests for better traceability of changes.

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.29.0 (#1488)

* chore(changelog): update changelog for v1.29.0 release

- Added support for managing default custom domain via `auth0 domains default` (show, set).
- Introduced passkeys prompt support in `auth0 ul customize` and `auth0 tf generate`.
- Added organization support to `auth0 test token` command for M2M applications.
- Included default editor setting support on Windows.
- Fixed `auth0 api` to allow passing data with DELETE calls.

This update documents the new features and fixes included in the v1.29.0 release.

* Update changelog

---------

Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>
Co-authored-by: ramya18101 <anusriankisetty@gmail.com>

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Changelog for v1.28.0 (#1455)

* feat(changelog): update for v1.28.0 release

- Added new features:
  - JHipster support in `auth0 quickstarts setup` command.
  - Bot detection commands via `auth0 protection bot-detection` (show, update).
  - Fastify support in `auth0 quickstarts setup` command.

- Fixed issues:
  - Unintended boolean values clearing in update commands.
  - Empty string elements from IDs slice in delete commands.

This update documents the changes made for the v1.28.0 release, ensuring users are informed of new functionalities and fixes.

* Remove for bot detection sub-commands from changelog

Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>

* refactor(changelog): update bot detection command description

---------

Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>

v1.27.2

Toggle v1.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.27.2 (#1441)

v1.27.1

Toggle v1.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.27.1 (#1438)

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.27.0 (#1434)

* refactor(changelog): update for v1.27.0 release

- Added support for managing organization invitations via `auth0 orgs invitations` (list, show, create, delete).
- Introduced new `auth0 quickstarts setup` command to scaffold Auth0 apps with `.env` generation (supports `vite`, `nextjs`).
- Implemented support for `auth0_prompt_screen_partial` in `auth0 tf generate`.
- Added missing custom text prompts for various authentication scenarios.
- Included `pre-login-organization-picker` screen to organizations prompt.
- Specified required scopes for `organization_discovery_domains`, `self_service_profiles`, and `user_attribute_profiles`.

* chore(changelog): shorten changelog

---------

Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.26.0 (#1421)

v1.25.1

Toggle v1.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.25.1 (#1411)