From 803b7d55cc5eb1433add61c60f310f878bc41953 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 12 Sep 2024 19:36:12 +0200 Subject: [PATCH] 2.3.6rc4 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 d4452cfed9..4ec09df967 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2.3.6rc3 to 2.3.6rc4: + - Update python version to 3.8.20, with dmwm-base and wmagent-base images (Alan Malta Rodrigues) https://github.com/dmwm/CMSKubernetes/pull/1547 + - Use PNN to PSN conversion in WQE mapping (Kenyi Hurtado) #12094 + - Add first draft of wmagent-component-standalone script (Todor Ivanov) #12024 + + 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 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index f420f7dae7..1716bfe1c1 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc3' +__version__ = '2.3.6rc4' __all__ = []