From 4e591847a76286150bbc301663acb483eafcd46d Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Mon, 25 Dec 2023 11:33:43 +0400 Subject: [PATCH] [TH2-5148] Fixed conn write sailfish service logs into last sailfish workspace layer problem --- Dockerfile | 2 +- README.md | 7 ++++++- build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6e8530..70bab4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM gradle:7.6-jdk11 AS build COPY ./ . RUN gradle --no-daemon clean dockerPrepare -FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.1-dev +FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.2-TH2-5148-7320074494-b0445d4 ARG project_name WORKDIR /home COPY --from=build /home/gradle/${project_name}/build/docker . diff --git a/README.md b/README.md index ab46b9e..41f6e50 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Generic connects (4.0.2) +# Generic connects (4.0.3) This project contains extensions for the base component "[Connect](https://github.com/th2-net/th2-conn)", which is responsible for supporting communication with the target system by using common protocols. @@ -24,6 +24,11 @@ You can find the description for the available service types and their configura ## Release notes +### 4.0.3 ++ Fixed conn write sailfish service logs into last sailfish workspace layer problem ++ Updated `sailfish-core` version from `3.3.132` to `3.3.169` ++ Updated `conn-sailfish` version from `4.0.1` to `4.0.2` + ### 4.0.2 #### Fixed: diff --git a/build.gradle b/build.gradle index 24a66f4..133d493 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ subprojects { ext { sharedDir = file("${project.rootDir}/shared") baseSailfishVersion = '3.3' - sailfishVersion = "${baseSailfishVersion}.132" + sailfishVersion = "${baseSailfishVersion}.169" pluginMainDir = file('src/main/plugin') pluginGenDir = file('src/gen/plugin') diff --git a/gradle.properties b/gradle.properties index 24e5090..6ff437e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ sf_service_name = unknown-service -release_version = 4.0.2 +release_version = 4.0.3