Releases: opensciencegrid/gratia-probe
Releases · opensciencegrid/gratia-probe
v2.9.2-1
What's Changed
- Bump version to 2.9.2 and update release number by @mwestphall in #199
Full Changelog: v2.9.1-3...v2.9.2-1
v2.9.1-3
What's Changed
- SOFTWARE-6342: Fix handling of missing attributes in
get_classad_resource_nameby @mwestphall in #198
Full Changelog: v2.9.1-2...v2.9.1-3
v2.9.1-2
What's Changed
- SOFTWARE-6257: Add osg-institution-id by @mwestphall in #195
Full Changelog: v2.9.0-1...v2.9.1-2
v2.9.0-1
What's Changed
- SOFTWARE-6232: htcondor2 bindings by @mwestphall in #193
Full Changelog: v2.8.5-1...v2.9.0-1
v2.8.5-1
What's Changed
- Fix NameError (Software-5558) by @jeff-takaki in #174
- SOFTWARE-6037: Update 50-gratia-gwms.conf with SCHEDD_CRON_LOG_NON_ZERO_EXIT by @mwestphall in #189
New Contributors
Full Changelog: v2.8.4...v2.8.5-1
v2.8.4-2
- Bump Version Number for OSG 23 rebuild
2.8.4
This release contains the following changes to address bugs found in the condor-ap and htcondor-ce probes:
- Fix uninitialized variables resulting in quarantined history files on HTCondor APs (SOFTWARE-5516)
- Log and immediately fail if there is an issue writing to
DataFolder,LogFolder, orWorkingFolder(SOFTWARE-5531) - If the probe is run as the
rootuser, attempt to drop privileges to thecondoruser (SOFTWARE-5531) - Recursively fix ownership of default Gratia directories after an RPM install or upgrade (SOFTWARE-5531)
Full Changelog: v2.8.3-1...v2.8.4
2.8.3
Fixed critical issue determining collector host that was preventing records from getting uploaded.
What's Changed
- Create missing cmd_stdout for get_collector_host by @djw8605 in #167
- Fix var name in get_collector_host_list() by @matyasselmeci in #168
Full Changelog: v2.8.2...v2.8.3-1
2.8.2
Fix bug that prevented CEs from uploading records (SOFTWARE-5504)
Packaging and HTCondor config syntax fixes
Merge pull request #140 from brianhlin/fix-condor-config Fix condor config and some spec issues