Skip to content

Tags: auth0/auth0-cli

Tags

v1.36.0

Toggle v1.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add CHANGELOG for v1.36.0 (#1682)

v1.35.0

Toggle v1.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add CHANGELOG for v1.35.0 (#1654)

Add CHANGELOG for v1.35.0 release

v1.34.0

Toggle v1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog v1.34.0 (#1640)

* feat: enhance agent detection with flexible environment conditions

* Add changelog for v1.34.0

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add CHANGELOG for v1.33.0 release (#1622)

v1.33.0-beta.1

Toggle v1.33.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog v1.33.0-beta.1 (#1611)

Add Changelog for v1.33.0-beta.1

v1.33.0-beta.0

Toggle v1.33.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v1.33.0-beta.0 (#1577)

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>