Skip to content

Releases: iExecBlockchainComputing/iexec-commons-containers

v1.2.2

17 Jun 15:29
35db08d
Compare
Choose a tag to compare

Quality

  • Configure Gradle JVM Test Suite Plugin. (#38)

Dependency Upgrades

  • Upgrade to Gradle 8.7. (#39)
  • Upgrade to Spring Boot 2.7.18. (#40)

v1.2.1

19 Dec 14:58
96dc48d
Compare
Choose a tag to compare

Dependency Upgrades

  • Upgrade to Spring Boot 2.7.17. (#35)
  • Upgrade to jenkins-library 2.7.4. (#33)
  • Upgrade to docker-java 3.3.4. (#34)

v1.2.0

06 Nov 15:28
58765b0
Compare
Choose a tag to compare

New Features

  • Add HostConfig member in DockerRunRequest, add related deprecations. (#28)
  • Add executionDuration member in DockerRunResponse. (#29)
  • Do less Docker API calls when stopping or removing containers or removing images. (#30)

v1.1.2

27 Sep 12:35
9a320d9
Compare
Choose a tag to compare

Bug Fixes

  • Missed version update in gradle.properties in hotfix 1.1.1.

v1.1.1

27 Sep 11:57
6d01c96
Compare
Choose a tag to compare

Bug Fixes

  • Revert PR #23, the official SGX devices coming with the in-kernel SGX driver since kernel 5.11
    are not yet supported in SGX enclaves based on the Gramine framework currently in use. (#25)

v1.1.0

27 Sep 09:32
c859e3e
Compare
Choose a tag to compare

New Features

  • Move ArgsUtils, SgxDriverMode and SgxUtils classes from iexec-common. (#14)

Bug Fixes

  • Add missing lombok.config file. (#15)
  • Use official /dev/sgx_enclave and /dev/sgx_provision devices. (#23)

Quality

  • Replace deprecated ExecStartResultCallback with ResultCallback.Adapter in DockerClientInstance. (#17)
  • Upgrade to Gradle 8.2.1 with up-to-date plugins. (#19)
  • Properly handle InterruptedException instances in DockerClientInstance. (#20)
  • Several quality fixes (assertions, code smells, TODOs). (#21)

Dependency Upgrades

  • Add maven-shared-utils:3.4.2 dependency. (#14)
  • Remove iexec-common dependency. (#16)
  • Upgrade to Spring Boot 2.7.14. (#18)
  • Upgrade to jenkins-library 2.7.3. (#22)

v1.0.3

23 Jun 14:34
3ed9762
Compare
Choose a tag to compare

Dependency Upgrades

  • Upgrade to iexec-common 8.2.1. (#12)

v1.0.2

13 Apr 13:43
f089ed9
Compare
Choose a tag to compare

Bug Fixes

  • Remove unused @Tag annotations in tests. (#8)
  • Remove WaitUtils usage. (#9)

Dependency Upgrades

  • Upgrade to iexec-common 8.0.0. (#9)

v1.0.1

16 Mar 16:58
c61ebd2
Compare
Choose a tag to compare
  • Add settings.gradle file to set correct project name for SonarCloud analyses. (#5)

v1.0.0

16 Mar 16:58
ad18991
Compare
Choose a tag to compare
  • Migrate docker package of iexec-common library to this iexec-commons-containers library. (#1 #2 #3)