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
11
11
to use the newest tag with new release
12
12
-->
13
13
14
+ ## [ 1.6.0] - 2020-11-10
15
+
16
+ ### Added
17
+
18
+ - Managing dynamic ` box.cfg ` parameters in runtime
19
+
14
20
## [ 1.5.0] - 2020-10-06
15
21
16
22
### Added
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/
40
40
First, you need to install this role using ` ansible-galaxy ` :
41
41
42
42
``` bash
43
- $ ansible-galaxy install tarantool.cartridge,1.5 .0
43
+ $ ansible-galaxy install tarantool.cartridge,1.6 .0
44
44
```
45
45
46
46
Example cluster topology:
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ vm2 running (virtualbox)
145
145
Next, install the Tarantool Cartridge role using ` ansible-galaxy ` CLI:
146
146
147
147
``` bash
148
- $ ansible-galaxy install tarantool.cartridge,1.5 .0
148
+ $ ansible-galaxy install tarantool.cartridge,1.6 .0
149
149
```
150
150
151
151
Let's take a look at the ` playbook.yml ` file.
You can’t perform that action at this time.
0 commit comments