This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
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 #27 from jhernand/release_0_1_4
Release 0.1.4
- Loading branch information
Showing
2 changed files
with
30 additions
and
4 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 |
---|---|---|
@@ -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`. |
This file was deleted.
Oops, something went wrong.