Skip to content

Commit

Permalink
Merge pull request #80 from iExecBlockchainComputing/release/8.4.0
Browse files Browse the repository at this point in the history
Release/8.4.0
  • Loading branch information
mcornaton authored Feb 29, 2024
2 parents bebf2c7 + 4329552 commit 80c1e7b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [[8.4.0]](https://github.com/iExecBlockchainComputing/tee-worker-pre-compute/releases/tag/v8.4.0) 2024-02-29

### Dependency Upgrades

- Upgrade to scone 5.7.6. (#78)
- Upgrade to `iexec-common` 8.4.0. (#79)

## [[8.3.0]](https://github.com/iExecBlockchainComputing/tee-worker-pre-compute/releases/tag/v8.3.0) 2024-01-12

### Dependency Upgrades
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ sconeBuildUnlocked(
imageName: repositoryName,
imageTag: buildInfo.imageTag,
sconifyArgsPath: './docker/sconify.args',
sconifyVersion: '5.7.1'
sconifyVersion: '5.7.6'
)
2 changes: 1 addition & 1 deletion docker/sconify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd $(dirname $0)

SCONE_IMG_NAME=scone-debug/iexec-sconify-image-unlocked
SCONE_IMG_VERSION=5.7.1
SCONE_IMG_VERSION=5.7.6

IMG_TO=${IMG_FROM}-sconify-${SCONE_IMG_VERSION}-debug

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=8.3.0
iexecCommonVersion=8.3.1
version=8.4.0
iexecCommonVersion=8.4.0
iexecCommonsPocoVersion=3.2.0

nexusUser
Expand Down

0 comments on commit 80c1e7b

Please sign in to comment.