@@ -10,31 +10,33 @@ Please update `ansible-galaxy install` command in
1010README.md to use the newest tag with new release
1111-->
1212
13- ### Fixed
14-
15- - Fail on getting control instance when all unjoined instances haven't
16- ` replicaset_alias ` set
17- - Support of Ansible 4.0
18- - Handling of bad membership members - empty or with empty payload
13+ ## [ 1.10.0] - 2021-06-04
1914
2015### Added
2116
2217- ` wait_members_alive ` step to wait until all cluster members have ` alive ` status
23- and specified state
18+ and specified state;
2419- ` wait_cluster_has_no_issues ` step to wait until cluster has no issues
25- - availability to upload ZIP configs to TDG
20+ - Availability to upload ZIP configs to TDG;
2621- ` cartridge_not_save_cookie_in_app_config ` variable that allows to disable persisting cluster
27- cookie in the application configuration file
28- - ` patch_instance_in_runtime ` step to update instance parameters in runtime
22+ cookie in the application configuration file;
23+ - ` patch_instance_in_runtime ` step to update instance parameters in runtime;
2924- Variables ` bootstrap_vshard_retries ` , ` bootstrap_vshard_delay ` , ` connect_to_membership_retries ` ,
30- ` connect_to_membership_delay ` to change hardcoded values
25+ ` connect_to_membership_delay ` to change hardcoded values.
3126
3227### Changed
3328
3429- Timeout ` instance_start_timeout ` (to check that all instances become started)
35- deprecated and replaced with ` instance_start_retries ` and ` instance_start_delay `
30+ deprecated and replaced with ` instance_start_retries ` and ` instance_start_delay ` ;
3631- Timeout ` instance_discover_buckets_timeout ` (to check that instances discover buckets)
37- deprecated and replaced with ` instance_discover_buckets_retries ` and ` instance_discover_buckets_delay `
32+ deprecated and replaced with ` instance_discover_buckets_retries ` and ` instance_discover_buckets_delay ` .
33+
34+ ### Fixed
35+
36+ - Fail on getting control instance when all unjoined instances haven't
37+ ` replicaset_alias ` set;
38+ - Support of Ansible 4.0;
39+ - Handling of bad membership members - empty or with empty payload.
3840
3941## [ 1.9.0] - 2021-04-30
4042
0 commit comments