Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ and this project adheres to
Unreleased
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
[2.16.3] - 2025-08-13
-------------------------------------------------------------------------------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Changed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Update ``vshard`` dependency to `0.1.36 <https://github.com/tarantool/vshard/releases/tag/0.1.36>`_.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Removed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -71,7 +81,7 @@ Added
Changed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Update ``vshard`` dependency to `0.1.34 <https://github.com/tarantool/vshard/releases/tag/0. 1.34>`_.
- Update ``vshard`` dependency to `0.1.34 <https://github.com/tarantool/vshard/releases/tag/0.1.34>`_.
- VShard storage now is disabled before the end of the first apply_config.

-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion cartridge-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = {
'http == 1.8.0-1',
'checks == 3.3.0-1',
'errors == 2.2.1-1',
'vshard == 0.1.34-1',
'vshard == 0.1.36-1',
'membership == 2.5.2-1',
'frontend-core == 8.2.2-1',
'cartridge-metrics-role == 0.1.1',
Expand Down
2 changes: 1 addition & 1 deletion cartridge/VERSION.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '2.16.2'
return '2.16.3'
6 changes: 6 additions & 0 deletions rst/cartridge_admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Cartridge doesn't support Tarantool 3.0 and higher.
- Tarantool 2.10
- Tarantool 2.11
- Additional notes
* - Cartridge 2.16.3
- \+
- \-
- \+
- \+
-
* - Cartridge 2.16.2
- \+
- \-
Expand Down
Loading