From 04c8e4fc88f8616a390e24972d2fcc415055905d Mon Sep 17 00:00:00 2001 From: Danielle Barda Date: Wed, 30 Nov 2022 17:44:25 +0200 Subject: [PATCH] Release 0.1.8 See the `CHANGELOG.md` file for details. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3c085..ff2b23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +## 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)