Skip to content

Commit

Permalink
2.3.8rc10
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Jan 13, 2025
1 parent 38ab0d4 commit c804e6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.3.8rc9 to 2.3.8rc10:
- wmagent - htcondor bindings bumped to v24.3 (Dario Mapelli) #12226
- Register transfer REST API (Valentin Kuznetsov) #12221
- Populate WMCMSSWSubprocess section for failed jobs too (Alan Malta Rodrigues) #12217
- Switch updateSiteList to updateElementsByWorkflow API (Valentin Kuznetsov) #12219
- Fix comparison of task thresholds in ResourceControlUpdater (Alan Malta Rodrigues) #12214
- Ignore list order in SiteLists comparison (Todor Ivanov) #12211
- Add setter methods map to WMWorkload and call it for all reqArg parameters (Todor Ivanov) #12099
- ms-output - do not break out producer and consumer loops in case of generic error (Dario Mapelli) #12194


2.3.8rc8 to 2.3.8rc9:
- Last build failed to contact PyPi, so trigger a new build

Expand Down
2 changes: 1 addition & 1 deletion src/python/WMCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"""

__version__ = '2.3.8rc9'
__version__ = '2.3.8rc10'
__all__ = []

0 comments on commit c804e6e

Please sign in to comment.