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 +4
-2
lines changed
examples/getting-started-app Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ README.md and examples/getting-started-app/README.md
1111to use the newest tag with new release
1212-->
1313
14+ ## [ 1.4.0] - 2020-07-15
15+
1416### Added
1517
1618- ` etcd2 ` state provider for stateful failover (cartridge >= 2.2.0)
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.3 .0
43+ $ ansible-galaxy install tarantool.cartridge,1.4 .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.3 .0
148+ $ ansible-galaxy install tarantool.cartridge,1.4 .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