Skip to content

Commit

Permalink
update readme and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Grubov committed Oct 18, 2023
1 parent b540dd9 commit ea9b2ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-rockspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@master
- uses: tarantool/setup-tarantool@v1
- uses: tarantool/setup-tarantool@v2
with:
tarantool-version: '2.6'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Only ETCD APIv2 now supported.

Ready for production use.

Latest stable release: `config 0.6.1`.
Latest stable release: `config 0.7.0`.

## Installation

```bash
tarantoolctl rocks --server=https://moonlibs.org install config 0.6.1
tarantoolctl rocks --server=https://moonlibs.org install config 0.7.0
```

Starting with Tarantool 2.10.0 you may add configuration of moonlibs.org into `config-5.1.lua`
Expand Down Expand Up @@ -559,7 +559,7 @@ require 'config' {
:tomap()
end,
on_after_cfg = function(conf, cfg)
-- on_after_cfg is once after returning from box.cfg (Tarantool is already online)
-- on_after_cfg is called once after returning from box.cfg (Tarantool is already online)
if cfg.cluster then
vshard.storage.cfg({
sharding = cfg.sharding,
Expand Down

0 comments on commit ea9b2ed

Please sign in to comment.