You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
## UNRELEASED
2
2
3
+
## 0.9.1 (May 12, 2023)
4
+
3
5
NOTES:
4
6
7
+
* The `morpheus-sdk` dependcy has been upgraded to version 0.3.3.
5
8
* Updated the `morpheus_task_job` resource to properly read all object attributes. [#113](https://github.com/gomorpheus/terraform-provider-morpheus/issues/113)
6
9
* Updated the `morpheus_task_job` resource to add support for labels and support the new dynamic automation targeting feature in which instance or server labels can be used for the target selection.
10
+
* Add label support for automation task and workflow resources (i.e - provisioning workflow, ansible playbook task, python script task, etc).
-`content` (String) The body of the email is HTML. Morpheus automation variables can be injected into the email body when needed. Used with a source type of local
84
87
-`content_path` (String) The file path of the template used for the email task, used with a source type of repository
85
88
-`content_url` (String) The URL of the template used for the email task, used with a source type of url
89
+
-`labels` (Set of String) The organization labels associated with the task (Only supported on Morpheus 5.5.3 or higher)
86
90
-`repository_id` (Number) The ID of the git repository to fetch the email template
87
91
-`retry_count` (Number) The number of times to retry the task if there is a failure
88
92
-`retry_delay_seconds` (Number) The number of seconds to wait between retry attempts
0 commit comments