Skip to content

Commit

Permalink
[TH2-5250] Updated cradle api 5.4.4-dev (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro authored Nov 5, 2024
1 parent eaea565 commit aee4227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Report data provider (5.14.0)
# Report data provider (5.14.1)

# Overview
This component serves as a backend for rpt-viewer. It will connect to the cassandra database via cradle api and expose the data stored in there as REST resources.
Expand Down Expand Up @@ -297,6 +297,9 @@ spec:

# Release notes

## 5.14.1
* Updated cradle api: `5.4.4-dev`

## 5.14.0
* Reduced required memory for executing sse event request with `limitForParent` parameter
* Updated th2 gradle plugin: `0.1.3`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

ext {
dockerImageVersion = release_version
cradleVersion = '5.4.2-dev'
cradleVersion = '5.4.4-dev'
}

group 'com.exactpro.th2'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
release_version=5.14.0
release_version=5.14.1
docker_image_name=

0 comments on commit aee4227

Please sign in to comment.