Skip to content

Commit

Permalink
app-dependency: update cartridge to 2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored and LeonidVas committed Apr 19, 2023
1 parent 80f0f63 commit 6b860f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Updated `checks` to `3.2.0`, `cartridge` to `2.7.8` and `metrics` to `0.16.0` in application template.
- Updated `checks` to `3.2.0`, `cartridge` to `2.7.9` and `metrics` to `0.16.0` in application template.

- Set `compat.fiber_slice_default` to `new` by default in application template.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = {
'tarantool',
'lua >= 5.1',
'checks == 3.2.0-1',
'cartridge == 2.7.8-1',
'cartridge == 2.7.9-1',
'metrics == 0.16.0-1',
'cartridge-cli-extensions == 1.1.1-1',
}
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 @@ -661,7 +661,7 @@ dependencies = {
'tarantool',
'lua >= 5.1',
'checks == 3.2.0-1',
'cartridge == 2.7.8-1',
'cartridge == 2.7.9-1',
'ldecnumber == 1.1.3-1',
'metrics == 0.16.0-1',
}
Expand Down
2 changes: 1 addition & 1 deletion examples/getting-started-app/README_RUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ dependencies = {
'tarantool',
'lua >= 5.1',
'checks == 3.2.0-1',
'cartridge == 2.7.8-1',
'cartridge == 2.7.9-1',
'ldecnumber == 1.1.3-1',
'metrics == 0.16.0-1',
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = {
'tarantool',
'lua >= 5.1',
'checks == 3.2.0-1',
'cartridge == 2.7.8-1',
'cartridge == 2.7.9-1',
'ldecnumber == 1.1.3-1',
'metrics == 0.16.0-1',
}
Expand Down
2 changes: 1 addition & 1 deletion test/integration/cli/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ def test_duplicate_cartridge_no_rocks_flag(project_with_cartridge, cartridge_cmd

rc, output = run_command_and_get_output(cmd)
assert rc == 0
assert "Version:\t2.5.0-1, 2.7.8-1" in output
assert "Version:\t2.5.0-1, 2.7.9-1" in output
assert "Found multiple versions of Cartridge in rocks manifest" in output
2 changes: 1 addition & 1 deletion test/integration/create/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def app_template(tmpdir):
'tarantool',
'lua >= 5.1',
'checks == 3.2.0-1',
'cartridge == 2.7.8-1',
'cartridge == 2.7.9-1',
'metrics == 0.16.0-1',
}
build = {
Expand Down

0 comments on commit 6b860f7

Please sign in to comment.