Skip to content

Commit 15b3e97

Browse files
chore(main): release 9.2.0
1 parent 981f186 commit 15b3e97

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.1.0"}
1+
{".":"9.2.0"}

CHANGELOG.md

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

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

5+
## [9.2.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.1.0...v9.2.0) (2025-11-04)
6+
7+
8+
### Features
9+
10+
* migrate from `ReplicateStatusCause` to `WorkflowError` ([#662](https://github.com/iExecBlockchainComputing/iexec-worker/issues/662)) ([cbde5d2](https://github.com/iExecBlockchainComputing/iexec-worker/commit/cbde5d2c739939ad79a26af487aa4f9a1b0ca0c8))
11+
* replace deprecated isTeeTask usages with requiresSgx ([#665](https://github.com/iExecBlockchainComputing/iexec-worker/issues/665)) ([3a28542](https://github.com/iExecBlockchainComputing/iexec-worker/commit/3a285424c45b48509624e6b5b1f83f6ed8407fcd))
12+
* retrieve and cache TEE sessions metadata during task preflight checks ([#664](https://github.com/iExecBlockchainComputing/iexec-worker/issues/664)) ([05aa321](https://github.com/iExecBlockchainComputing/iexec-worker/commit/05aa321af4dab9ef6fd861fa235ff0cc3c5d867c))
13+
514
## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.0.1...v9.1.0) (2025-10-09)
615

716

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.1.0
2+
version=9.2.0
33
# x-release-please-end
44
iexecCommonsPocoVersion=5.3.1
55
iexecCommonVersion=9.2.0

0 commit comments

Comments
 (0)