Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkappa committed Dec 30, 2019
1 parent 77a70a3 commit f3bab1e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
<!-- ## v0.x.x (Unreleased) -->

## v0.4.2 (December 30, 2019)

ENHANCEMENTS:

* resource/*: update and destroy operations now do not fail if the resource has been deleted manually ([#155](https://github.com/alexkappa/terraform-provider-auth0/pull/155)).

## v0.4.1 (December 18, 2019)

ENHANCEMENTS:

* resource/auth0_client: support rotating `client_secret` by changing the value of `client_secret_rotation_trigger` ([#153](https://github.com/terraform-providers/terraform-provider-auth0/pull/153)).
* resource/auth0_client: support rotating `client_secret` by changing the value of `client_secret_rotation_trigger` ([#153](https://github.com/alexkappa/terraform-provider-auth0/pull/153)).

## v0.4.0 (December 13, 2019)

ENHANCEMENTS:

* resource/auth0_connection: Introduce `password_complexity_options` ([#132](https://github.com/terraform-providers/terraform-provider-auth0/pull/132)).
* resource/auth0_resource_server: `signing_secret` is now also a computed field. If set it's validated to be at least 16 characters ([#146](https://github.com/terraform-providers/terraform-provider-auth0/pull/146)).
* resource/auth0_resource_server: `identifier` update forces new resource ([#147](https://github.com/terraform-providers/terraform-provider-auth0/pull/147)).
* resource/auth0_role (**breaking change**): `user_ids` is removed. In its place the following is introduced ([#149](https://github.com/terraform-providers/terraform-provider-auth0/pull/149)).
* resource/auth0_user: `roles` is added ([#149](https://github.com/terraform-providers/terraform-provider-auth0/pull/149)).
* resource/auth0_connection: Introduce `password_complexity_options` ([#132](https://github.com/alexkappa/terraform-provider-auth0/pull/132)).
* resource/auth0_resource_server: `signing_secret` is now also a computed field. If set it's validated to be at least 16 characters ([#146](https://github.com/alexkappa/terraform-provider-auth0/pull/146)).
* resource/auth0_resource_server: `identifier` update forces new resource ([#147](https://github.com/alexkappa/terraform-provider-auth0/pull/147)).
* resource/auth0_role (**breaking change**): `user_ids` is removed. In its place the following is introduced ([#149](https://github.com/alexkappa/terraform-provider-auth0/pull/149)).
* resource/auth0_user: `roles` is added ([#149](https://github.com/alexkappa/terraform-provider-auth0/pull/149)).

BUG FIXES:

* resource/auth0_connection: Fix `password_dictionary` [#128](https://github.com/terraform-providers/terraform-provider-auth0/pull/128)
* resource/auth0_client: Fix `is_first_party` setting if set to zero value ([#148](https://github.com/terraform-providers/terraform-provider-auth0/pull/148)).
* resource/auth0_connection: Fix `password_dictionary` [#128](https://github.com/alexkappa/terraform-provider-auth0/pull/128)
* resource/auth0_client: Fix `is_first_party` setting if set to zero value ([#148](https://github.com/alexkappa/terraform-provider-auth0/pull/148)).

## v0.3.1 (December 10, 2019)

ENHANCEMENTS:

* resource/auth0_tenant: Support `flags` and `universal_login` settings [#133](https://github.com/terraform-providers/terraform-provider-auth0/pull/133)
* resource/auth0_tenant: Support `flags` and `universal_login` settings [#133](https://github.com/alexkappa/terraform-provider-auth0/pull/133)

## v0.3.0 (December 10, 2019)

BUG FIXES:

* resource/auth0_email_template: Fix 404 issue when modifying templates ([#144](https://github.com/terraform-providers/terraform-provider-auth0/pull/144)).
* resource/auth0_email_template: Fix 404 issue when modifying templates ([#144](https://github.com/alexkappa/terraform-provider-auth0/pull/144)).

NOTES:

Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
SED="sed -i.bak -r -e"
fi

PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-auth0\/pull"
PROVIDER_URL="https:\/\/github.com\/alexkappa\/terraform-provider-auth0\/pull"

$SED "s/GH-([0-9]+)/\[#\1\]\($PROVIDER_URL\/\1\)/g" -e 's/\[\[#(.+)([0-9])\)]$/(\[#\1\2))/g' CHANGELOG.md

Expand Down

0 comments on commit f3bab1e

Please sign in to comment.