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

Commit eff59eb

Browse files
authored
Release 1.6.0 (#126)
1 parent b1f7eef commit eff59eb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ README.md and examples/getting-started-app/README.md
1111
to use the newest tag with new release
1212
-->
1313

14+
## [1.6.0] - 2020-11-10
15+
16+
### Added
17+
18+
- Managing dynamic `box.cfg` parameters in runtime
19+
1420
## [1.5.0] - 2020-10-06
1521

1622
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Note that this role requires [root access](https://docs.ansible.com/ansible/2.4/
4040
First, you need to install this role using `ansible-galaxy`:
4141

4242
```bash
43-
$ ansible-galaxy install tarantool.cartridge,1.5.0
43+
$ ansible-galaxy install tarantool.cartridge,1.6.0
4444
```
4545

4646
Example cluster topology:

examples/getting-started-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ vm2 running (virtualbox)
145145
Next, install the Tarantool Cartridge role using `ansible-galaxy` CLI:
146146

147147
```bash
148-
$ ansible-galaxy install tarantool.cartridge,1.5.0
148+
$ ansible-galaxy install tarantool.cartridge,1.6.0
149149
```
150150

151151
Let's take a look at the `playbook.yml` file.

0 commit comments

Comments
 (0)