Skip to content

Commit

Permalink
2.3.8
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 28, 2025
1 parent 1fdbed2 commit d48389c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.3.8rc13 to 2.3.8:
- Add WorkQueueTest:testProductionMultiQueue to the unstable unit tests (Alan Malta Rodrigues) #12242
- Move call to MSTransferor service from MSManager.py to Data.py which services MS REST end-points (Valentin Kuznetsov) #12241
- Replace os.rename with shutil.move (Dennis Lee) #12239
- Replace couchdb/wmstats uri at WorkflowUpdater config section (Todor Ivanov) #12236
- Add s-nail package to base image (Kenyi) https://github.com/dmwm/CMSKubernetes/pull/1573
- Use s-nail host mail server (FNAL/CERN) (Kenyi) https://github.com/dmwm/CMSKubernetes/pull/1566

2.3.8rc12 to 2.3.8rc13:
- Adding wmstatsUrl to WorkflowUpdater configuration (Todor Ivanov) #12232

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.8rc13'
__version__ = '2.3.8'
__all__ = []

0 comments on commit d48389c

Please sign in to comment.