From eaea565a02f972eda4dc8c64ec7f8f0256b69278 Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:42:04 +0400 Subject: [PATCH] [TH2-5239] Updated th2 gradle plugin: `0.1.3` (#371) --- README.md | 6 ++++-- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28a76d83..1087fcd0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Report data provider (5.13.2) +# Report data provider (5.14.0) # 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. @@ -297,8 +297,10 @@ spec: # Release notes -## 5.13.2 +## 5.14.0 * Reduced required memory for executing sse event request with `limitForParent` parameter +* Updated th2 gradle plugin: `0.1.3` +* Updated bom: `4.8.0` ## 5.13.1 * Fixed the problem data provider can't handle `messageIds` request with `messageId` but without `startTimestamp` arguments diff --git a/build.gradle b/build.gradle index 049865c2..df8ff82e 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id 'org.jetbrains.kotlin.jvm' version '1.8.22' - id "com.exactpro.th2.gradle.component" version "0.1.1" + id "com.exactpro.th2.gradle.component" version "0.1.3" id 'application' } diff --git a/gradle.properties b/gradle.properties index cff52657..99f0791e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official -release_version=5.13.2 +release_version=5.14.0 docker_image_name= \ No newline at end of file