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 e359362 commit b0445d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Connect (4.0.1)
# Connect (4.0.2)

The "Connect" component is responsible for the communication with a target system.
This component implements the logic of the interaction protocol, receiving and sending messages from and to the system, respectively.
Expand Down Expand Up @@ -127,6 +127,10 @@ spec:

## Release notes

### 4.0.2
+ Fixed conn write sailfish service logs into last sailfish workspace layer problem
+ Updated `sailfish-core` version from `3.3.132` to `3.3.169`

### 4.0.1

#### Fixed:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencyCheck {
}

ext {
sailfishVersion = '3.3.132'
sailfishVersion = '3.3.169'
}

ext.excludeSailfish = { rcd ->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = 4.0.1
release_version = 4.0.2

0 comments on commit b0445d4

Please sign in to comment.