Skip to content

Commit

Permalink
Merge pull request #229 from timtheisen/master
Browse files Browse the repository at this point in the history
2025-01-06 Release announcement
  • Loading branch information
timtheisen authored Jan 6, 2025
2 parents 7d78243 + bcb8b90 commit ed0a601
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/release/osg-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,35 @@ root@host # update-crypto-policies --set DEFAULT:SHA1
Latest News
-----------

### **January 6, 2025:** HTCondor 23.0.19; Upcoming: HTCondor 23.10.19
- [HTCondor 23.0.19](https://htcondor.readthedocs.io/en/23.0/version-history/lts-versions-23-0.html#version-23-0-19)
- Numerous updates in memory tracking with cgroups
- Fix bug in reporting peak memory
- Made cgroup v1 and v2 memory tracking consistent with each other
- Fix bug where cgroup v1 usage included disk cache pages
- Fix bug where cgroup v1 jobs killed by OOM were not held
- Polls cgroups for memory usage more often
- Can configure to always hold jobs killed by OOM
- Make `condor_adstash` work with OpenSearch Python Client v2.x
- Avoid OAUTH credmon errors by only signaling it when necessary
- Restore case insensitivity to `condor_status -subsystem`
- Fix rare `condor_schedd` crash when a `$$()` macro could not be expanded
- Upcoming
- [HTCondor 23.10.19](https://htcondor.readthedocs.io/en/23.x/version-history/feature-versions-23-x.html#version-23-10-19)
- Numerous updates in memory tracking with cgroups
- Fix bug in reporting peak memory
- Made cgroup v1 and v2 memory tracking consistent with each other
- Fix bug where cgroup v1 usage included disk cache pages
- Fix bug where cgroup v1 jobs killed by OOM were not held
- Polls cgroups for memory usage more often
- Can configure to always hold jobs killed by OOM
- Make `condor_adstash` work with OpenSearch Python Client v2.x
- Avoid OAUTH credmon errors by only signaling it when necessary
- Restore case insensitivity to `condor_status -subsystem`
- Fix rare `condor_schedd` crash when a `$$()` macro could not be expanded
- Fix bug where jobs would match but not start when using KeyboardIdle
- Fix bug when trying to avoid IPv6 link local addresses

### **January 2, 2025:** XRootD 5.7.2-1.2
- XRootD 5.7.2-1.2
- Fixes file descriptor leak when using the caching plugin
Expand Down
38 changes: 38 additions & 0 deletions docs/release/osg-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,44 @@ OSG 24 will be supported for [approximately two years total](release_series.md#s
Latest News
-----------

### **January 6, 2025:** HTCondor 24.0.3; Upcoming: HTCondor 24.3.0
- [HTCondor 24.0.3](https://htcondor.readthedocs.io/en/24.0/version-history/lts-versions-24-0.html#version-24-0-3)
- Numerous updates in memory tracking with cgroups
- Fix bug in reporting peak memory
- Made cgroup v1 and v2 memory tracking consistent with each other
- Fix bug where cgroup v1 usage included disk cache pages
- Fix bug where cgroup v1 jobs killed by OOM were not held
- Polls cgroups for memory usage more often
- Can configure to always hold jobs killed by OOM
- Make `condor_adstash` work with OpenSearch Python Client v2.x
- Restore case insensitivity to `condor_status -subsystem`
- Fix bug where jobs would match but not start when using KeyboardIdle
- Fix bug when trying to avoid IPv6 link local addresses
- EPs spawned by 'htcondor annex' no longer crash on startup
- Upcoming
- [HTCondor 24.3.0](https://htcondor.readthedocs.io/en/24.x/version-history/feature-versions-24-x.html#version-24-3-0)
- Allow local issuer credmon and Vault credmon to coexist
- Add Singularity launcher to distinguish runtime failure from job failure
- Advertises when the EP is enforcing disk usage via LVM
- By default, LVM disk enforcement hides mounts when possible
- Container Universe jobs can now mount a writable directory under scratch
- Pass `PELICAN_*` job environment variables to pelican file transfer plugin
- Fix HTCondor startup when network interface has no IPv6 address
- VacateReason is set in the job ad under more circumstances
- `htcondor job submit` now issues credentials like `condor_submit` does
- Numerous updates in memory tracking with cgroups
- Fix bug in reporting peak memory
- Made cgroup v1 and v2 memory tracking consistent with each other
- Fix bug where cgroup v1 usage included disk cache pages
- Fix bug where cgroup v1 jobs killed by OOM were not held
- Polls cgroups for memory usage more often
- Can configure to always hold jobs killed by OOM
- Make `condor_adstash` work with OpenSearch Python Client v2.x
- Restore case insensitivity to `condor_status -subsystem`
- Fix bug where jobs would match but not start when using KeyboardIdle
- Fix bug when trying to avoid IPv6 link local addresses
- EPs spawned by 'htcondor annex' no longer crash on startup

### **January 2, 2025:** XRootD 5.7.2-1.2
- XRootD 5.7.2-1.2
- Fixes file descriptor leak when using the caching plugin
Expand Down

0 comments on commit ed0a601

Please sign in to comment.