From 3af3dad4c3160e75161e6249eb86033c18d7172f Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Fri, 6 Sep 2024 12:59:02 +0200 Subject: [PATCH] 2.3.6rc3 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 6 ++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b280134955..d4452cfed9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2.3.6rc2 to 2.3.6rc3: + - Persist only logArch1 step output for jobs marked as failed inside JobAccountant (Alan Malta Rodrigues) #12093 + - Disable relval workflows going to disk by default in MSOutput. (Kenyi Hurtado) #12090 + - Fix check for non-stable docker image in the CD pipeline (Alan Malta Rodrigues) #12088 + + 2.3.6rc1 to 2.3.6rc2: - proper fix for extra line in voms-proxy-info output (Stefano Belforte) #12084 - Update restartComponent.sh script to notify everyone in the WMCore team (Alan Malta Rodrigues) #12080 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 7286ebe3ee..f420f7dae7 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc2' +__version__ = '2.3.6rc3' __all__ = []