Skip to content

Commit

Permalink
docs: Add release notes for v9.0.0a29
Browse files Browse the repository at this point in the history
  • Loading branch information
DIRACGrid CI committed Jun 5, 2024
1 parent 5a5af49 commit a5a813a
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
[v9.0.0a29]

*WorkloadManagementSystem

FIX: (#7649) added log headers to InputDataResolution modules
CHANGE: (#7629) add jobGroup to job parameters
FIX: (#7584) ServerUtils: prevent getPilotAgentsDB from returning None
FIX: (#7576) Fix potential circular import in WorkflowReader. Mostly seen in the creation of the documentation.

*WorkloadManagement

NEW: (#7643) Support Pydantic 2
FIX: (#7621) remove random shuffle in PilotWrapper
CHANGE: (#7609) Perform bulk lookup of job parameters from elasticsearch
CHANGE: (#7608) Make RemoteRunner more resilient to CE issues
FIX: (#7594) JobMonitoring.getJobParameters should pass jobID as an int to ElasticJobParametersDB
FIX: (#7590) AREX "out" and "err" need to exist before file integrity check

*Accounting

FIX: (#7640) AccountingDB only generate condition if needed

*Resources

NEW: (#7638) HTCondorCE: Added UseSSLSubmission option. Allows one to use a configured DN at given Sites for job submission, instead of proxies or tokens. Only at participating CEs and conditions apply.

*Core

FIX: (#7634) Avoid printing out clear text password in SQLAlchemy
FIX: (#7591) File.secureOpenForWrite: fix exception when opening in binary mode, fixes #7581

*DataManagementSystem

NEW: (#7633) Add a protocol parameter to the getReplicas method family
NEW: (#7619) prepare for FTS 3.13 release with breaking API
NEW: (#7617) DataManager.putAndRegister rejects too long filename

*Deployment

FIX: (#7628) fix the path of the CVMFS sync_packages.sh script

*All

FIX: (#7616) fix pylint 3.2.0 warnings

*MonitoringSystem

FIX: (#7584) ServerUtils: prevent getMonitoringDB from returning None

[v9.0.0a28]

*WorkloadManagementSystem
Expand Down

0 comments on commit a5a813a

Please sign in to comment.