This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
examples/getting-started-app Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ README.md and examples/getting-started-app/README.md
1111to use the newest tag with new release
1212-->
1313
14+ ## [ 1.7.0] - 2020-11-24
15+
16+ ### Fixed
17+
18+ - needs_restart task error for non-bootstrapped instance
19+
1420### Added
1521
1622- ` replicaset_healthy_timeout ` parameter to wait for replicaset to be
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Note that this role requires [root access](https://docs.ansible.com/ansible/2.4/
4040First, you need to install this role using ` ansible-galaxy ` :
4141
4242``` bash
43- $ ansible-galaxy install tarantool.cartridge,1.6 .0
43+ $ ansible-galaxy install tarantool.cartridge,1.7 .0
4444```
4545
4646Example cluster topology:
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ vm2 running (virtualbox)
145145Next, install the Tarantool Cartridge role using ` ansible-galaxy ` CLI:
146146
147147``` bash
148- $ ansible-galaxy install tarantool.cartridge,1.6 .0
148+ $ ansible-galaxy install tarantool.cartridge,1.7 .0
149149```
150150
151151Let's take a look at the ` playbook.yml ` file.
You can’t perform that action at this time.
0 commit comments