From 8e711a9a94be8583a1508d7f7b4a361c37d8e0ff Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Mon, 29 May 2023 14:16:32 +0200
Subject: [PATCH] Merge branch 'upRelNotes' into 'Rel-v34r0'

[v34] Update release notes

See merge request CLICdp/iLCDirac/ILCDIRAC!437

(cherry picked from commit b44c8262823c4d31fc50d5912fc7cd9a22f8f8e7)

f9f098a9 Release Notes: forward from Rel-v32r0
0d7e330c Releases: bring forward from Rel-v32r0
8fa516d6 v34: add release notes
9f6d7786 CI: remove CERN-SRM from tests
bca59def ReleaseNotes: use valid version
---
 Tests/Integration/Test_SEs.py |  2 +-
 release.notes                 | 88 +++++++++++++++++++++++++++++++++++
 releases.cfg                  | 20 ++++++++
 3 files changed, 109 insertions(+), 1 deletion(-)

diff --git a/Tests/Integration/Test_SEs.py b/Tests/Integration/Test_SEs.py
index 3a626b0a5..29b098470 100755
--- a/Tests/Integration/Test_SEs.py
+++ b/Tests/Integration/Test_SEs.py
@@ -24,7 +24,7 @@ pytestmark = pytest.mark.integration  # pylint: disable=invalid-name
 
 __RCSID__ = '$Id$'
 
-STORAGEELEMENTS = ['CERN-DIP-4', 'CERN-SRM', 'CERN-DST-EOS']
+STORAGEELEMENTS = ['CERN-DIP-4', 'CERN-DST-EOS']
 SE_PAIRS = list(permutations(STORAGEELEMENTS, 2))
 
 SE_ARGUMENTS = [(SE, ) for SE in STORAGEELEMENTS]
diff --git a/release.notes b/release.notes
index c4e4ea442..245129b6b 100644
--- a/release.notes
+++ b/release.notes
@@ -1,3 +1,91 @@
+[v34r0]
+Release date: 2023-05-26
+
+*Core
+
+NEW: Depend on DIRAC version 7.3
+NEW: Python3 only
+NEW: (!430) Implementation of the Delphes Application interface.
+NEW: (!430) Addition of some functionalities to the Gaudi Application interface.
+NEW: (!430) Correct paths for storing FCC simulations outputs.
+FIX: (!421) client installation: corrected (a typo in) the URL of the configuration service, fixes problems during dirac-configure.
+
+[v32r0p3]
+Release date: 2021-11-18
+
+*Core
+NEW: Based on Dirac v7r2p34
+CHANGE: (!401) resolvePathsAndNames: fixes when ProductionOutputData contains a semicolon
+CHANGE: (!401) resolvePathsAndNames: be more lenient in terms of file extensions, anything outputfile with a dot in it should work now
+CHANGE: (!402) UploadOutputData: make it more configurable with Operations/Productions/ExtensionToFiletypes parameter
+NEW: (!382) dirac-ilc-add-cvmfs-software: also add detectors from FCCDetectors to the CS
+
+*Interfaces
+
+CHANGE: (!401) ProductionJob: add some treatment for FCC production creation
+
+*Workflow
+
+CHANGE: (!401) KKMC: Add treatment for ProductionOutputData
+CHANGE: (!401) KKMC: If production outputdata changes the outputfile name, keep a copy of the original filename
+CHANGE: (!402) KKMC: always copy outputfile to events.lhe
+CHANGE: (!403) Also run injectJobIndex when running jobs in mode=local, for testing
+FIX: (!403) Fix the use of %n to inject the job index at an arbitrary location
+FIX: (!397) Allow running GaudiApplication when not setting a detectorModel
+
+
+[v32r0p2]
+Release date: 2021-08-17
+
+*ILCTransformationSystem
+
+FIX: (!393) Fix setting the input data query for created transformations
+CHANGE: (!393) ``ProductionJob.createProduction`` now returns the transformation object in the return S_OK
+
+
+[v32r0p1]
+Release date: 2021-08-06
+
+*Interfaces
+
+NEW: (!386) New application, ``GaudiApp``, to run, for example, the Key4hep ``k4run``
+
+*Workflow
+
+FIX: (!387) Fix for ``GenericApplication`` when no setup script is set, fixes ILCDIRAC-971
+FIX: (!388) ``ModuleBase`` Fix exception in redirectLogOutput when program output contains Unicode characters., Fixes ILCDIRAC-972
+
+[v32r0]
+Release date: 2021-07-28
+
+*Core
+
+NEW: Based on Dirac v7r2p16
+
+*ILCTransformationSystem
+
+CHANGE: (!376) Use the changed way of creating and retrieving InputDataQuery
+CHANGE: (!380) The DataRecoveryAgent and related tools have been moved to DIRAC
+
+*Interfaces
+
+CHANGE: (!376) Remove the ``ProductionJob.applyInputDataQuery`` function.
+
+[v31r0p1]
+Release date: 2021-04-14
+
+*Core
+
+NEW: Based on Dirac v7r1p36
+
+*Docs
+
+FIX: (!374) Fix commands for installing iLCDirac client
+
+*Interfaces
+
+NEW: (!373) GenericApplication: Added possibility to source shell script
+
 [v31r0]
 Release date: 2021-03-23
 
diff --git a/releases.cfg b/releases.cfg
index 1c338ce74..913a865b9 100644
--- a/releases.cfg
+++ b/releases.cfg
@@ -6,6 +6,26 @@ Sources
 }
 Releases
 {
+  v32r0p3
+  {
+    Modules = ILCDIRAC:v32r0p3
+    Depends = DIRAC:v7r2p34
+  }
+  v32r0p2
+  {
+    Modules = ILCDIRAC:v32r0p2
+    Depends = DIRAC:v7r2p16
+  }
+  v32r0p1
+  {
+    Modules = ILCDIRAC:v32r0p1
+    Depends = DIRAC:v7r2p16
+  }
+  v32r0
+  {
+    Modules = ILCDIRAC:v32r0
+    Depends = DIRAC:v7r2p16
+  }
   v31r0
   {
     Modules = ILCDIRAC:v31r0
-- 
GitLab