Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
See the `CHANGELOG.md` file for details.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Nov 24, 2021
1 parent 9532d5d commit 74b18a1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## 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: 0 additions & 4 deletions CHANGES.md

This file was deleted.

0 comments on commit 74b18a1

Please sign in to comment.