Skip to content

Commit

Permalink
Merge pull request #18 from bardielle/release_0.0.1
Browse files Browse the repository at this point in the history
release 0.0.1
  • Loading branch information
bardielle authored Feb 13, 2023
2 parents 453512a + f679474 commit 00786df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 76 deletions.
91 changes: 17 additions & 74 deletions CHANGELOG.md
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`.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Running `terraform plan` against a local build of OCM provider can be done by th

for example
```
~/.terraform.d/plugins/terraform.local/local/ocm/1.0.0/linux_amd64
~/.terraform.d/plugins/terraform.local/local/ocm/0.0.1/linux_amd64
```

2. Point to the local provider by pointing the required_providers ocm to the local terraform directory
Expand All @@ -192,7 +192,7 @@ terraform {
required_providers {
ocm = {
source = "terraform.local/local/ocm"
version = "1.0.0"
version = "0.0.1"
}
}
}
Expand Down

0 comments on commit 00786df

Please sign in to comment.