Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
Overview

    The release adds a missed ability to configure expirationd using
    Tarantool Cartridge role configuration.

Breaking changes

    None.

Bugfixes

    Incorrect check of the Tarantool version in tests to determine
    a bug in the vinyl engine that breaks the tests (#103).

    There is no way to configure the module using Tarantool Cartridge
    role configuration (#131).
  • Loading branch information
oleg-jukovec committed Jan 17, 2023
1 parent 1338fe7 commit f0afc37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

publish-rockspec-tag:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- expirationd configuration via Tarantool Cartridge role configuration (#131).

### Changed

### Fixed

- Incorrect check of the Tarantool version in the tests to determine a bug in
## 1.3.1 - 2023-01-17

The release adds a missed ability to configure the expirationd using
Tarantool Cartridge role configuration.

### Fixed

- Incorrect check of the Tarantool version in tests to determine a bug in
the vinyl engine that breaks the tests (#103).
- There is no way to configure the module using Tarantool Cartridge role
configuration (#131).

## 1.3.0 - 2022-08-11

Expand Down

0 comments on commit f0afc37

Please sign in to comment.