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

Commit d5e2f34

Browse files
authored
Release 1.7.0 (#133)
1 parent a724452 commit d5e2f34

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.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

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.6.0
43+
$ ansible-galaxy install tarantool.cartridge,1.7.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.6.0
148+
$ ansible-galaxy install tarantool.cartridge,1.7.0
149149
```
150150

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

0 commit comments

Comments
 (0)