From c455dce4f1ccfe342fd3ebcbcb480af4ddd7f7c5 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Mon, 23 Sep 2024 11:49:51 +0400 Subject: [PATCH 1/2] [TH2-5239] Updated th2 gradle plugin: `0.1.2` --- 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..c67d8268 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.2` +* Updated bom: `4.7.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..d235fbcc 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.2" 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 From 80c34a474aed52770bc314708dc51e08b2db0099 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Mon, 23 Sep 2024 16:34:53 +0400 Subject: [PATCH 2/2] [TH2-5239] Updated th2 gradle plugin: `0.1.3` --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c67d8268..1087fcd0 100644 --- a/README.md +++ b/README.md @@ -299,8 +299,8 @@ spec: ## 5.14.0 * Reduced required memory for executing sse event request with `limitForParent` parameter -* Updated th2 gradle plugin: `0.1.2` -* Updated bom: `4.7.0` +* 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 d235fbcc..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.2" + id "com.exactpro.th2.gradle.component" version "0.1.3" id 'application' }