Skip to content

Commit

Permalink
docs: Add release notes for v8.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
DIRACGrid CI committed Aug 14, 2024
1 parent 05ed5be commit f27c14c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
[v8.0.50]

*ResourceStatusSystem

FIX: (#7748) delete the Occupancy cache only for older entries

*ConfigurationSystem

NEW: (#7739) Configuration-system-shell: added reload and sort commands

*Core

FIX: (#7738) add more safeguard when processing result queue in ProcessPool
CHANGE: (#7653) register the DictCache destructor as an atexit handler

*Subsystem

CHANGE: (#7728) For PilotWrapper tests, use the artifacts (created in Pilot repo)

*Resources

FIX: (#7725) Update CloudCE cloudinit.template for EL8+

*DataManagementSystem

FIX: (#7708) Remove `def findDirIDsByMetadata(self, metaDict, dPath, credDict):` method from `MultiVODirectoryMetadata` (derived) class which caused an extra VO suffix added when searching. The method is meant to be used _internally_ only on keys which are already expanded in a MultiVO case. Add a user-level def `findDirectoriesByMetadata(self, queryDict, path, credDict)` to the derived class thus adding a VO suffix for a directory search. Fixes #7687.

*WorkloadManagementSystem

FIX: (#7690) Proper killing of jobs when not matched, running or stalled

[v8.0.49]

*WorkloadManagement
Expand Down

0 comments on commit f27c14c

Please sign in to comment.