-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
117 lines (117 loc) · 4.54 KB
/
CHANGELOG.txt
File metadata and controls
117 lines (117 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
3.8.9: blackduck.
3.8.8: added .drp folder for trufflehog.
3.8.7: Update requirements.txt.
3.8.6: wagon_311 & new circleci context.
3.8.5: Add DSL 1.5 YAML.
3.8.4: Setup Plugin YAMLs.
3.8.3: CYBL-1934 add Run Command operation
3.8.2: add __version__.py file in cloudify_azure folder.
3.8.1: RD 5834 define credentials in azure plugin yaml 1 5.
3.8.0:
- Added restart VM operation
- Added resize VM operation
- Skip tags snake_case handling as it will modify tagging keys.
3.7.11: Fix issue with nested secrets.
3.7.10: Handle nested secrets in node props from workflow ctx for discovery.
3.7.9: Add parent resource ids logic when use_external_resource.
3.7.8: Fix SecurityRule method deprecation.
3.7.7: Rerelease with redhat wagon and dsl 1_4 yaml.
3.7.6: Fix resource tags.
3.7.5: Release plugin with v2 resource tags.
3.7.4:
- Fix VirtualMachineExtension type input variables and adjust extension script to switch network profile to private.
3.7.3:
- Fix VirtualMachineExtension variables.
- Add Blueprint_ID to workflow.
3.7.2: Handle VirtualMachineExtension sdk api calls.
3.7.1: Handle PyYaml load function deprecation.
3.7.0: Azure Managed Identity
3.6.1: RD-3867 VM None State is Valid in Stop
3.6.0: RD-1047 Custom Types
3.5.6: RD-3745 Start VM on Start operation. Add support for stop.
3.5.5: Release for aarch64.
3.5.4: Fix Load Balancer
3.5.3: Rerelease for aarch64.
3.5.2:
- Fix azure type name.
3.5.1:
- RD-3071: Handle Another Operation In Progress Error
- Refactor Delete Operation Handling.
3.5.0:
- RD-2199 - Support AKS Discovery
- RD-2199 - Refresh AKS Config
3.4.1: RD-2472 - add cluster_name property since it was removed by previous commit by mistake.
3.4.0: Update vm when using external resource.
3.3.1: RD-2472 - cluster_name property maintained for forward compatibility.
3.3.0: Add create_if_missing for all azure resources.
3.2.1: Fix bug, fail if trying to use external resource that doesn't exist.
3.2.0: Add pull operation for Azure ARM deployment.
3.1.0: Support create if missing/use if exists logic.
3.0.11: Support Deployment with the same name as its Resource Group.
3.0.10: Fix some bugs related to create managed_cluster/network_security_rule/storage_account
3.0.9: Upgrade PyYAML.
3.0.8: Add resource group name to deployment and default to deployment name.
3.0.7: Handle Public IPs.
3.0.6: Handle regression in network profile.
3.0.5: Fix Build Error.
3.0.4: Handle regression error in ipconfiguration.
3.0.3: Use find resource group util.
3.0.2:
- Update wagon builder to py2py3 wagon and add rhel wagon builder.
- Update deployment.py on the sdk to create deployment resource as defined on the azure python sdk.
3.0.1:
- Fix Virtual Machine Extension in case of windows machine.
3.0.0:
- Update to use azure-sdk for all resources instead of requests.
- Note: CloudError is customized exception that overwrite base class with new self.message
2.1.10:
- Support AKS -ManagedCluster-.
2.1.9:
- Support resumable actions.
2.1.8:
- Fixed Tests.
2.1.7:
- Improve Deployment Template handling.
- Improve Deployment logging.
- Changed plugin name from 'pkg' to 'azure'.
- Support getting a Deployment Template from a URL.
- Pinned versions of third-party modules.
2.1.6:
- Delete runtime properties only the first the resource is deleted.
2.1.5:
- Fix issue in deployment when using template file.
2.1.4:
- Fix bug when providing an endpoint for Microsoft Azure Active Directory to azure config.
2.1.3:
- Support cloud_environment auth variable.
2.1.2:
- Conditionally allow key parameters in Deployment type.
2.1.1:
- Add warning about custom data.
2.1.0:
- Add Support for WebApps, plan, publishing user.
- Adjust osDisk handling for managedDisk support.
- Adjust Storage Account resource data type for next generation storage accounts.
2.0.0:
- Update to azure sdk version 4.0
- Support container service
1.8.0: Support certificate based authentication by accepting "client assertion".
1.7.3: Add retry function to prevent IP Configuraiton leak.
1.7.2: Update NIC on install.
1.7.1: Remove unique compute properties on delete.
1.7.0:
- Support use_external_resource for deployments
- Set Deployment outputs in runtime properties
- Fix bug that prevented healing from attaching new data disk to healed VM.
1.6.2:
- Additional fixes handling response headers.
1.6.1:
- Fix a bug where deleted resource groups state was unclear because of missing location header.
1.6.0:
- Support Azure Stack.
1.5.1:
- Handle UserData/CustomScript.
1.5.0:
- Support ARM Deployment type.
1.4.3:
- Support accept inputs to operation on create VM.