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

Commit f3bab1e

Browse files
committed
update changelog
1 parent 77a70a3 commit f3bab1e

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
11
<!-- ## v0.x.x (Unreleased) -->
22

3+
## v0.4.2 (December 30, 2019)
4+
5+
ENHANCEMENTS:
6+
7+
* 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)).
8+
39
## v0.4.1 (December 18, 2019)
410

511
ENHANCEMENTS:
612

7-
* 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)).
13+
* 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)).
814

915
## v0.4.0 (December 13, 2019)
1016

1117
ENHANCEMENTS:
1218

13-
* resource/auth0_connection: Introduce `password_complexity_options` ([#132](https://github.com/terraform-providers/terraform-provider-auth0/pull/132)).
14-
* 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)).
15-
* resource/auth0_resource_server: `identifier` update forces new resource ([#147](https://github.com/terraform-providers/terraform-provider-auth0/pull/147)).
16-
* 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)).
17-
* resource/auth0_user: `roles` is added ([#149](https://github.com/terraform-providers/terraform-provider-auth0/pull/149)).
19+
* resource/auth0_connection: Introduce `password_complexity_options` ([#132](https://github.com/alexkappa/terraform-provider-auth0/pull/132)).
20+
* 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)).
21+
* resource/auth0_resource_server: `identifier` update forces new resource ([#147](https://github.com/alexkappa/terraform-provider-auth0/pull/147)).
22+
* 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)).
23+
* resource/auth0_user: `roles` is added ([#149](https://github.com/alexkappa/terraform-provider-auth0/pull/149)).
1824

1925
BUG FIXES:
2026

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

2430
## v0.3.1 (December 10, 2019)
2531

2632
ENHANCEMENTS:
2733

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

3036
## v0.3.0 (December 10, 2019)
3137

3238
BUG FIXES:
3339

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

3642
NOTES:
3743

scripts/changelog-links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
SED="sed -i.bak -r -e"
2525
fi
2626

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

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

0 commit comments

Comments
 (0)