-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from bardielle/release_0.0.1
release 0.0.1
- Loading branch information
Showing
2 changed files
with
19 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,18 @@ | ||
## 1.0.0 (Jan 23, 2023) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Move to new GitHub organization `terraform-redhat` | ||
* Block the option to update for several attributes in `ocm_cluster_rosa_classic` resource | ||
## 0.0.1 (Feb 12, 2023) | ||
-RESOURCES: | ||
* ocm_cluster | ||
* ocm_cluster_rosa_classic | ||
* ocm_group_membership | ||
* ocm_identity_provider | ||
* ocm_machine_pool | ||
|
||
-DATA SOURCES: | ||
* ocm_cloud_providers | ||
* ocm_rosa_operator_roles | ||
* ocm_groups | ||
* ocm_machine_types | ||
* ocm_versions | ||
|
||
-ENHANCEMENTS: | ||
* Move to a new GitHub organization `terraform-redhat` | ||
* Update the documentation files to be generated by `tfplugindocs` tool | ||
|
||
## 0.1.9 (Jan 10, 2023) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Machine pool manipulation on create and update cluster | ||
* Splitting operator roles creation from the ROSA STS cluster creation | ||
|
||
## 0.1.8 (Nov 30, 2022) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Add `ocm_rosa_operator_roles` data source to get ROSA Operator IAM Roles of cluster. | ||
* Change the module that creates the Operator IAM roles using AWS provider to be called `aws_roles` | ||
|
||
## 0.1.7 (Nov 28, 2022) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Add `ocm_cluster_rosa_classic` resource to create ROSA STS clusters. | ||
* Add `operator_roles` module to create the Operator IAM roles using AWS provider | ||
|
||
## 0.1.6 (Jun 07, 2022) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Build for Apple M1. | ||
|
||
|
||
## 0.1.5 (December 01, 2021) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Add `search` and `order` to cloud providers data source. | ||
|
||
* Add `search` and `order` to versions data source. | ||
|
||
|
||
## 0.1.4 (November 24, 2021) | ||
|
||
FEATURES: | ||
|
||
* Add `ocm_machine_pool` resource. | ||
|
||
* Add `ocm_groups` data source. | ||
|
||
* Add `ocm_group_membership` resource. | ||
|
||
* Add `ocm_versions` data source. | ||
|
||
ENHANCEMENTS: | ||
|
||
* Add `api_url` and `console_url` read-only attributes. | ||
|
||
* Add support for specifying the number and type of compute nodes with the | ||
`compute_nodes` and `compute_machine_type` attributes. | ||
|
||
* Add support for selection the _OpenShift_ version with the `version` | ||
attribute. | ||
|
||
* Add support for configuring cluster networks with attributes `machine_cidr`, | ||
`service_cidr`, `pod_cidr` and `host_prefix`. | ||
|
||
* Add support for _CCS_ clusters with the `ccs_enabled` attribute. | ||
|
||
BREAKING CHANGES: | ||
|
||
* Renamed attribute `cluster_id` to `cluster`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters