Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
    * Change example links
    * Update the CHANGELOG file
  • Loading branch information
bardielle authored and openshift-merge-robot committed Aug 1, 2023
1 parent 19f2642 commit c8bf789
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 1.2.0 (Aug 1, 2023)
-FEATURES:
* Enable creating cluster admin in cluster create
* Add support for cluster properties update and delete

-ENHANCEMENTS:
* Update the documentation files
* identity_provider resource can be imported by terraform import command
* rosa_cluster resource can be imported by terraform import command
* Remove AWS validations from rosa_cluster resource
* Recreate IDP tf resource if it was deleted not from tf
* Recreate rosa_cluster tf resource if it was deleted not from tf
* Recreate MachinePool tf resource if it was deleted not from tf
* Bug fixes:
* populate rosa_rf_version with cluster properties
* Cluster properties are now allowed to be added in Day1 and be changed in Day 2
* TF-provider support creating a single-az machinepool for multi-az cluster
* Improve error message: replica or autoscaling should be required parameters for creating additional machinepools
* Validate OCP version in create_account_roles module
* Support in generated account_role_prefix by terraform provider


## 1.1.0 (Jul 5, 2023)
-ENHANCEMENTS:
* Update the documentation files
Expand Down
22 changes: 11 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
---
<a href="https://redhat.com">
<img src="https://raw.githubusercontent.com/terraform-redhat/terraform-provider-rhcs/v1.2.0-prerelease.1/.github/Logo_Red_Hat.png" alt="RedHat logo" title="RedHat" align="right" height="50" />
<img src="https://raw.githubusercontent.com/terraform-redhat/terraform-provider-rhcs/v1.2.0/.github/Logo_Red_Hat.png" alt="RedHat logo" title="RedHat" align="right" height="50" />
</a>

# Red Hat Cloud Services Provider
Expand Down Expand Up @@ -98,7 +98,7 @@ To use the Red Hat Cloud Services provider inside your Terraform configuration y

You need to have created the AWS account-wide roles. The specific account-wide IAM roles and policies provide the STS permissions required for ROSA support, installation, control plane, and compute functionality. This includes account-wide Operator policies.

To create the account roles using Terraform, see the [Account Roles Terraform example](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_account_roles/).
To create the account roles using Terraform, see the [Account Roles Terraform example](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_account_roles/).

* AWS Permissions

Expand Down Expand Up @@ -186,20 +186,20 @@ To use the Red Hat Cloud Services provider inside your Terraform configuration y
The example Terraform files are all considered in development and should not be used for production environments:
### Before creating a cluster
* **Required**: [Account Roles Terraform](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_account_roles/)
* **Required**: [Account Roles Terraform](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_account_roles/)
### Creating a ROSA cluster
* [Create a ROSA cluster that uses STS and has a managed OIDC configuration](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_rosa_sts_cluster/oidc_configuration/cluster_with_managed_oidc_config/)
* [Create a ROSA cluster that uses STS and has an unmanaged OIDC configuration](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_rosa_sts_cluster/oidc_configuration/cluster_with_unmanaged_oidc_config/)
* [Create a ROSA cluster that uses STS and has a managed OIDC configuration](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_rosa_sts_cluster/oidc_configuration/cluster_with_managed_oidc_config/)
* [Create a ROSA cluster that uses STS and has an unmanaged OIDC configuration](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_rosa_sts_cluster/oidc_configuration/cluster_with_unmanaged_oidc_config/)
### After creating a cluster
* [Machine pools](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_machine_pool/)
* [Machine pools](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_machine_pool/)
* Supported identity providers:
* [Github](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_identity_provider/github/)
* [Gitlab](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_identity_provider/gitlab/)
* [Google](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_identity_provider/google/)
* [HTPasswd](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_identity_provider/google/)
* [LDAP](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0-prerelease.1/examples/create_identity_provider/ldap/)
* [Github](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_identity_provider/github/)
* [Gitlab](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_identity_provider/gitlab/)
* [Google](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_identity_provider/google/)
* [HTPasswd](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_identity_provider/google/)
* [LDAP](https://github.com/terraform-redhat/terraform-provider-rhcs/tree/v1.2.0/examples/create_identity_provider/ldap/)
* [Upgrading or updating your cluster](upgrading-cluster.md)
### Create your Operator IAM roles prefix name
Expand Down

0 comments on commit c8bf789

Please sign in to comment.