Skip to content

Commit

Permalink
[TH2-5148] Fixed conn write sailfish service logs into last sailfish …
Browse files Browse the repository at this point in the history
…workspace layer problem
  • Loading branch information
Nikita-Smirnov-Exactpro committed Dec 25, 2023
1 parent a76e601 commit 4e59184
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sf_service_name = unknown-service
release_version = 4.0.2
release_version = 4.0.3

0 comments on commit 4e59184

Please sign in to comment.