-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGELOG.txt
83 lines (83 loc) · 2.84 KB
/
CHANGELOG.txt
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
1.9.8: blackduck.
1.9.7: added .drp folder for trufflehog.
1.9.6: Change requirements.
1.9.5:
- add remote manager & unique id to tests.
- Support waiting until the resource is ready.
1.9.4: updated circleci to use context for env variables.
1.9.3: fixed relationships validation of subnetworks.
1.9.2: Use DSL 1.5 plugin yaml.
1.9.1: add __version__.py file in cloudify_gcp folder.
1.9.0: RD-6611 update google auth library in gcp
1.8.9:
- RD-6451 - add resize operation for disk.
- RD 5835 define credentials in gcp plugin yaml 1 5.
1.8.8: RD-6214 - add resize operation for instance (set_machine_type).
1.8.7: Fix issues from deprecate.
1.8.6: Deprecate old node types.
1.8.5: release redhat8 wagon and dsl 1_4 yaml.
1.8.4: Resource tags.
1.8.3: Resource tags.
1.8.2: Add Blueprint ID to plugin yaml v2
1.8.1: Rerelease for aarch64 wagon.
1.8.0: RD-2198 GKE Discovery
1.7.0: Support IAM Role create and delete.
1.6.9: Replace pycrypto 2.6.1 with pycryptodome 3.9.8
1.6.8: Update depenencies.
1.6.7: Update version maintenance.
1.6.6:
- Update wagon builder to py2py3 wagon.
- Added 5.1.0 integration tests.
1.6.5:
- Add test-requirements and fix setup.py.
- Add rhel wagon build.
1.6.4:
- Python 3 support.
1.6.3:
- Forwarding rule and instance group fixes.
1.6.2:
- Handle unstable network.
1.6.1:
- Fix tear down of GKE
1.6.0:
- Improve validatation of account credentials
1.5.1: Support newlines in gcp_config['auth']['private_key']
1.5.0: Support resumable actions.
1.4.5: Remove duplicate keys in plugin.yaml.
1.4.2: Support External resource for remaining resources.
1.4.1:
- Fix issue missing resource_id for network,firewall,subnet.
1.4.0:
- Project Node Type.
- Internal Load Balancer DBaaS Blueprint.
- Separate Global Forwarding Rule and Forwarding Rule. **Breaking change.**
- Pub/Sub.
1.3.0.1:
- Fix issue with disk detach.
1.3.0:
- Add SSL Proxy and TCP Proxy.
1.2.0:
- GKE cluster, node-pool, monitoring, network policy, and legacy abac.
- VPC Peering.
1.1.0:
- GCP-48 support metadata in additional_settings
- GCP-49 expose public_ip_address on Instances with a public address
- GCP-50 enable startup_script input directly as a string
- (GCP-51 add missing zones)
- GCP-44 fetch availability zones from API
- switched unit test runner from nose to pytest
1.0.1:
- GCP-43 Instance add & delete access config methods now wait for the
operation to finish.
1.0:
- new Cloud DNS support
- New SubNetwork node type
- Network node type now supports auto- and manual-subnet operation instead
of legacy networks
- New Route node type
- New Address node type
- GlobalAddress node type replaces StaticIP
- Node Instances which map directly to a GCP entity now
store the entire GCP resource data in their runtime_properties.
- Removed `resource_id` property from node types which support
`use_external_resource`