From 9b07b10da447774c7d10c7e795361bd28cb3fca1 Mon Sep 17 00:00:00 2001 From: themilchenko Date: Tue, 19 Nov 2024 14:10:28 +0300 Subject: [PATCH] rockspec: update tarantool version `config:get` method inside roles doesn't work properly on Tarantool 3.0.1. Update tarantool dependency to the `>=3.0.2` version, so the `config:get()` works without problems. Closes #25 --- CHANGELOG.md | 2 ++ metrics-export-role-scm-1.rockspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1de87..2f001c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Update Tarantool dependency to `>=3.0.2` (#25). + ### Changed ## 0.2.0 - 2024-10-02 diff --git a/metrics-export-role-scm-1.rockspec b/metrics-export-role-scm-1.rockspec index d1b1729..0d7a52f 100644 --- a/metrics-export-role-scm-1.rockspec +++ b/metrics-export-role-scm-1.rockspec @@ -15,7 +15,7 @@ description = { dependencies = { "lua >= 5.1", - "tarantool >= 3.0", + "tarantool >= 3.0.2", "http >= 1.5.0", }