Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Related to #269
Browse files Browse the repository at this point in the history
* Update changelog format to match other providers.
* Update license to Mozilla Public License to match other providers.
* Remove links that don't have corresponding resources
* Add missing data source docs
  • Loading branch information
quantumew committed Oct 15, 2019
1 parent 8c6bec0 commit 0dfe414
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 80 deletions.
179 changes: 129 additions & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,141 +1,220 @@
For Release v3.0.0:
## 3.0.0

* Updated provider protocol version to v5 to support Terraform v0.12.0
FEATURES:

For Release v3.0.1
* Updated provider to support Terraform v0.12.0

* Add some missing okta_idp_saml settings
* Add registration inline hook type
## 3.0.1

For Release v3.0.2
FEATURES:

* **New Resource:** `okta_inline_hook`

ENHANCEMENTS:

* Add missing okta_idp_saml settings

## 3.0.2

ENHANCEMENTS:

* Use backoff/retries functionality for XML API calls

For Release v3.0.3
## 3.0.3

FEATURES:

* **New Data Source:** okta_idp_saml

ENHANCEMENTS:

* Add okta_idp_saml data source
* Support import user by email

For Release v3.0.4
## 3.0.4

FEATURES:

* **New Data Source:** Add okta_app_saml data source
* **New Data Source:** Add okta_app_metadata_saml data source
* **New Data Source:** Add okta_idp_metadata_saml data source

ENHANCEMENTS:

* Change type of custom_profile_attributes from map to JSON string to support all types
* Add okta_app_saml data source
* Add okta_app_metadata_saml data source
* Add okta_idp_metadata_saml data source

BUG FIXES:

* Fix group filter bug, filter_type and filter_value were not being sync'd

For Release v3.0.5
## 3.0.5

BUG FIXES:

* Fix bug introduced in v3.0.4. User data source was not updated to the new caustom_profile_attribute type
* Added test to cover this scenario, tests were passiing

For Release v3.0.6
## 3.0.6

ENHANCEMENTS:

* Allow client_id to be set on OIDC application, while also maintaining the computed version. With some auth methods, such as basic auth, this is possible.

For Release v3.0.7
## 3.0.7

ENHANCEMENTS:

* Add group_assignments for SAML and social IdPs

For Release v3.0.8
## 3.0.8

ENHANCEMENTS:

* Add issuer_mode to social IdP. Our test org does not have a custom domain setup, thus it was working there but not in other orgs. Hard to test both scenarios in one org.

For Release v3.0.9
## 3.0.9

FEATURES:

* Add okta_template_email resource for defining Custom Email Templates
* Add okta_group_roles resource for defining the admin roles tied to a group
* **New Resource:** `okta_template_email`
* **New Resource:** `okta_group_roles`

For Release v3.0.10
## 3.0.10

* Add okta_network_zone resource
FEATURES:

For Release v3.0.11
* **New Resource:** `okta_network_zone`

* Fix ocassional panic when creating a user schema see https://github.com/articulate/terraform-provider-okta/issues/144
## 3.0.11

BUG FIXES:

* Fix occasional panic when creating a user schema see https://github.com/articulate/terraform-provider-okta/issues/144
* Users in LOCKED_OUT state are unlocked when config is ACTIVE https://github.com/articulate/terraform-provider-okta/issues/225

For Release v3.0.12
## 3.0.12

BUG FIXES:

* Ensure schema does not panic after retry

## 3.0.13

* Ensure schema does not panic after retry :smh:
FEATURES:

For Release v3.0.13
* **New Resource:** `okta_user_base_schema`

ENHANCEMENTS:

* Add okta_user_base_schema resource for managing base schema properties
* Add missing attribute, match_type and match_attribute, on social idp resource

For Release v3.0.14
## 3.0.14

BUG FIXES:

* Fix logic around including/excluding networks on policy rules

For Release v3.0.15
## 3.0.15

ENHANCEMENTS:

* Update Okta SDK
* Filter out GROUP based admin roles when processing user `admin_roles` attribute

For Release v3.0.16
## 3.0.16

* Fix issues around `okta_policy_rule_idp_discovery`
* `app_include` and `app_exlcude` were missing required properties
* `user_identifier_type` was being added even when not defined, causing API errors
* Fix integer array type

For Release v3.0.17
## 3.0.17

FEATURES:

* **New Resource:** `okta_app_user_schema`
* **New Resource:** `okta_app_user_base_schema`
* **New Resource:** `okta_app_user` resource
* **New Resource:** `okta_app_group` resource

ENHANCEMENTS:

* Add okta_app_user_schema resource
* Add okta_app_user_base_schema resource
* Add `required` field to base schema
* Add `okta_app_user` resource
* Add `okta_app_group` resource

For Release v3.0.18
## 3.0.18

ENHANCEMENTS:

* Support SHA-1 signing algorithm on IdPs

BUG FIXES:

* Fix bug where audience is reset on IdP update because it is omitted from the payload

For Release v3.0.19
## 3.0.19

BUG FIXES:

* Fix diff issues around `okta_policy_rule_idp_discovery`
* Allow `provisioning_action` for IdPs to be set to `DISABLED`

For Release v3.0.20
## 3.0.20

BUG FIXES:

* Fix `okta_auth_server_claim`, `group_filter_type` could not be set to `STARTS_WITH` due to a typo

For Release v3.0.21
## 3.0.21

ENHANCEMENTS:

* Expose scope property on `okta_user_schema`
* Allow setting of OAuth application visibility settings

For Release v3.0.22
## 3.0.22

BUG FIXES:

* Send `profileMaster` along with IdP, so the config is recognized by Okta API
* Fix bug in SDK related to retries and the request body being empty on subsequent requests.
* Various updates related to Hashicorp's review process that aren't necessarily functionality related, see https://github.com/articulate/terraform-provider-okta/pull/271

For Release v3.0.23
## 3.0.23

ENHANCEMENTS:

* Add `external_name` property to the `okta_app_user_schema` and `okta_user_schema`

For Release v3.0.24
## 3.0.24

ENHANCEMENTS:

* Support `profile` on `okta_oauth_app` resource

For Release v3.0.25
## 3.0.25

ENHANCEMENTS:

* Support setting an auth server scope as the default
* Fix bug with supporting `profile` on `okta_oauth_app` resource
* Support `profile` and `priority` on `okta_app_group_assignment`
* Support `profile` on `okta_app_user`

For Release v3.0.26
BUG FIXES:

* Fix bug with supporting `profile` on `okta_oauth_app` resource

## 3.0.26

ENHANCEMENTS:

* Support array enums in `okta_user_schema` and `okta_app_user_schema` as `array_enum` and `array_one_of`

For Release v3.0.27
## 3.0.27

ENHANCEMENTS:

* Update refresh token window validation to account for new upper limit of 5 years

* Update refresh token window validation to account for new upper limit of 5 years
## 3.0.28

For Release v3.0.28
BUG FIXES:

* Remove resource from state on 404.
* Remove resource from state on 404. [GH-269]

0 comments on commit 0dfe414

Please sign in to comment.