Skip to content

Commit d427f3f

Browse files
chore(main): release 9.1.0
1 parent d952085 commit d427f3f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"9.0.1"}
1+
{".":"9.1.0"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.0.1...v9.1.0) (2025-10-09)
6+
7+
8+
### Features
9+
10+
* add bulk exit cause list reporting for compute stages ([#653](https://github.com/iExecBlockchainComputing/iexec-worker/issues/653)) ([1f0bb7f](https://github.com/iExecBlockchainComputing/iexec-worker/commit/1f0bb7fb25010bb2d4db5f580edd153824ddce1b))
11+
* execute pre-compute container for a TEE task requesting a bulk processing ([#655](https://github.com/iExecBlockchainComputing/iexec-worker/issues/655)) ([1f3b0ff](https://github.com/iExecBlockchainComputing/iexec-worker/commit/1f3b0ff8cf358de80449142eccc930e3a4a3c41c))
12+
* manipulate list of `ReplicateStatusCause` in `TaskManagerService` ([#659](https://github.com/iExecBlockchainComputing/iexec-worker/issues/659)) ([8b37bca](https://github.com/iExecBlockchainComputing/iexec-worker/commit/8b37bcae748ab0bc972e1ad4d6ec27cce5f6a7a5))
13+
* propagate list of exit causes ([#657](https://github.com/iExecBlockchainComputing/iexec-worker/issues/657)) ([0a884fe](https://github.com/iExecBlockchainComputing/iexec-worker/commit/0a884fe45c097342bc77aa5bba835afd9c5446c4))
14+
* update exit cause handling to return a list of causes in PostCompute and PreCompute services ([#658](https://github.com/iExecBlockchainComputing/iexec-worker/issues/658)) ([38c0457](https://github.com/iExecBlockchainComputing/iexec-worker/commit/38c0457fb1f776f75f773ae1b4a7b38a5c16ce3d))
15+
16+
17+
### Bug Fixes
18+
19+
* apply correct environment variables to dapp docker container based on task execution mode ([#656](https://github.com/iExecBlockchainComputing/iexec-worker/issues/656)) ([debade3](https://github.com/iExecBlockchainComputing/iexec-worker/commit/debade3019c3a7d9c269819e0fad7bffef641146))
20+
521
## [9.0.1](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.0.0...v9.0.1) (2025-09-16)
622

723

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# x-release-please-start-version
2-
version=9.0.1
2+
version=9.1.0
33
# x-release-please-end
44
iexecCommonsPocoVersion=5.1.0
55
iexecCommonVersion=9.1.0

0 commit comments

Comments
 (0)