Skip to content

Commit

Permalink
Release 1.7.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dokshina committed Nov 24, 2020
1 parent a724452 commit d5e2f34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ README.md and examples/getting-started-app/README.md
to use the newest tag with new release
-->

## [1.7.0] - 2020-11-24

### Fixed

- needs_restart task error for non-bootstrapped instance

### Added

- `replicaset_healthy_timeout` parameter to wait for replicaset to be
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Note that this role requires [root access](https://docs.ansible.com/ansible/2.4/
First, you need to install this role using `ansible-galaxy`:

```bash
$ ansible-galaxy install tarantool.cartridge,1.6.0
$ ansible-galaxy install tarantool.cartridge,1.7.0
```

Example cluster topology:
Expand Down
2 changes: 1 addition & 1 deletion examples/getting-started-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ vm2 running (virtualbox)
Next, install the Tarantool Cartridge role using `ansible-galaxy` CLI:

```bash
$ ansible-galaxy install tarantool.cartridge,1.6.0
$ ansible-galaxy install tarantool.cartridge,1.7.0
```

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

0 comments on commit d5e2f34

Please sign in to comment.