Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 506eced

Browse files
authored
Release 1.10.0 (#345)
1 parent 3b6a018 commit 506eced

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,33 @@ Please update `ansible-galaxy install` command in
1010
README.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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Note that running the role may require
3030
First, you need to install this role using `ansible-galaxy`:
3131

3232
```bash
33-
$ ansible-galaxy install tarantool.cartridge,1.9.0
33+
$ ansible-galaxy install tarantool.cartridge,1.10.0
3434
```
3535

3636
## Quick start

0 commit comments

Comments
 (0)