Skip to content

Commit dc94bfb

Browse files
committed
Merge branch 'V24_12_14-branch' into V25_0_3-branch
2 parents 671c7c4 + 830d7f8 commit dc94bfb

File tree

9 files changed

+65
-32
lines changed

9 files changed

+65
-32
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ references:
2626
license: Apache-2.0
2727
# --- Updates happen below this line. ---
2828
# Required.
29-
date-released: 2025-11-04
29+
date-released: 2025-11-03
3030
# Required.
3131
version: 25.0.3
3232
# Strongly recommended. Really ought to correspond to the version above.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ set(VERSION "25.0.3")
6060
# ship test binaries to a user, change this to identify your work.
6161
# Avoid whitespace.
6262
#set(PRE_RELEASE "PRE-RELEASE-UWCS")
63-
set(PRE_RELEASE "RC")
64-
#set(PRE_RELEASE OFF)
63+
#set(PRE_RELEASE "RC")
64+
set(PRE_RELEASE OFF)
6565

6666
# If set via the cmake command line, FORCE_PRE_RELEASE allows for
6767
# PRE_RELEASE to be forced into a build.

build/packaging/debian/changelog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
condor (25.0.3-1) stable; urgency=medium
2+
3+
* All changes in 24.12.14
4+
5+
-- Tim Theisen <[email protected]> Fri, 31 Oct 2025 11:25:00 -0500
6+
7+
condor (24.12.14-1) stable; urgency=medium
8+
9+
* Fix interoperability problem between HTCondor-CE 24 and 25 which
10+
manifests as a Job Router crash when upgrading the CE to HTCondor 25
11+
* Fix several issues when submitting jobs with itemdata in
12+
the htcondor2 Python bindings
13+
* Fix bug when using max_idle and transfer_input_files that could result
14+
in the container_image to be only transferred with the first job
15+
16+
-- Tim Theisen <[email protected]> Fri, 31 Oct 2025 11:09:00 -0500
17+
18+
condor (24.0.14-1) stable; urgency=medium
19+
20+
* Fix problem running PyTorch jobs on multiple GPUs with
21+
newer versions of the CUDA library by providing long GPU IDs
22+
in the CUDA_VISIBLE_DEVICES environment variable
23+
24+
-- Tim Theisen <[email protected]> Fri, 31 Oct 2025 11:03:00 -0500
25+
126
condor (25.0.2-1) stable; urgency=medium
227

328
* Update Python file transfer plugins to use the new Python bindings

build/packaging/rpm/condor.spec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,22 @@ fi
12611261
# configuration
12621262

12631263
%changelog
1264+
* Mon Nov 03 2025 Tim Theisen <[email protected]> - 25.0.3-1
1265+
- All changes in 24.12.14
1266+
1267+
* Mon Nov 03 2025 Tim Theisen <[email protected]> - 24.12.14-1
1268+
- Fix interoperability problem between HTCondor-CE 24 and 25 which
1269+
manifests as a Job Router crash when upgrading the CE to HTCondor 25
1270+
- Fix several issues when submitting jobs with itemdata in
1271+
the htcondor2 Python bindings
1272+
- Fix bug when using max_idle and transfer_input_files that could result
1273+
in the container_image to be only transferred with the first job
1274+
1275+
* Mon Nov 03 2025 Tim Theisen <[email protected]> - 24.0.14-1
1276+
- Fix problem running PyTorch jobs on multiple GPUs with
1277+
newer versions of the CUDA library by providing long GPU IDs
1278+
in the CUDA_VISIBLE_DEVICES environment variable
1279+
12641280
* Thu Oct 09 2025 Tim Theisen <[email protected]> - 25.0.2-1
12651281
- Update Python file transfer plugins to use the new Python bindings
12661282
- Fix incorrect environment when using Singularity and nested scratch

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
release = '25.0.3'
7878

7979
rst_epilog = """
80-
.. |release_date| replace:: November 4, 2025
80+
.. |release_date| replace:: November 3, 2025
8181
"""
8282

8383
# The language for content autogenerated by Sphinx. Refer to documentation

docs/version-history/feature-versions-24-x.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Version 24.12.14
1111

1212
Release Notes:
1313

14-
.. HTCondor version 24.12.14 released on November 4, 2025.
15-
16-
- HTCondor version 24.12.14 planned release date is November 4, 2025.
14+
- HTCondor version 24.12.14 released on November 3, 2025.
1715

1816
New Features:
1917

docs/version-history/lts-versions-24-0.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Version 24.0.14
1212

1313
Release Notes:
1414

15-
.. HTCondor version 24.0.14 released on November 4, 2025.
16-
17-
- HTCondor version 24.0.14 planned release date is November 4, 2025.
15+
- HTCondor version 24.0.14 released on November 3, 2025.
1816

1917
New Features:
2018

docs/version-history/lts-versions-25-0.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Version 25.0.3
1212

1313
Release Notes:
1414

15-
.. HTCondor version 25.0.3 released on November 4, 2025.
16-
17-
- HTCondor version 25.0.3 planned release date is November 4, 2025.
15+
- HTCondor version 25.0.3 released on November 3, 2025.
1816

1917
New Features:
2018

docs/version-history/v24-version.hist

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,22 @@
1818

1919
*** 24.12.14 bugs
2020

21-
- Fixed a bug that caused the Job Router to abort after an upgrade from
22-
version 24.0, if the job queue contained jobs submitted by a client
23-
running 24.X or later.
21+
- Fix interoperability problem between HTCondor-CE 24 and 25 which
22+
manifests as a Job Router crash when upgrading the CE to HTCondor 25
2423
:jira:`3355`
2524

25+
- Fixed a bug in :meth:`Schedd.submit` where single-entry itemdata could be
26+
truncated to its first character.
27+
:jira:`3272`
28+
29+
- Fixed a bug in :meth:`Schedd.submit` where the ``$(step)`` submit variable
30+
wasn't being set.
31+
:jira:`3272`
32+
33+
- Fixed a bug in :meth:`Submit.itemdata` causing multi-entry itemdata to be
34+
returned incorrectly.
35+
:jira:`3272`
36+
2637
- Fixed a bug where using :subcom:`max_idle`, :subcom:`container_image`
2738
and :subcom:`transfer_input_files` could result in the container only
2839
being transferred along with the first job.
@@ -39,18 +50,6 @@
3950
:class:`classad2.ExprTree`, preventing segmentation faults when using the object.
4051
:jira:`3319`
4152

42-
- Fixed a bug in :meth:`Schedd.submit` where single-entry itemdata could be
43-
truncated to its first character.
44-
:jira:`3272`
45-
46-
- Fixed a bug in :meth:`Schedd.submit` where the ``$(step)`` submit variable
47-
wasn't being set.
48-
:jira:`3272`
49-
50-
- Fixed a bug in :meth:`Submit.itemdata` causing multi-entry itemdata to be
51-
returned incorrectly.
52-
:jira:`3272`
53-
5453
- Fixed a bug where :tool:`condor_history` could take many minutes to read a single line
5554
from the history file when the line is many megabytes long. This was causing
5655
ingestion of epoch ads into a database to timeout.
@@ -73,10 +72,9 @@
7372

7473
*** 24.0.14 bugs
7574

76-
- To work around issues with updated CUDA runtime, when the *condor_starter*
77-
sets the environment variable ``NVIDIA_VISIBLE_DEVICES`` for a job, it now
78-
forces ``CUDA_VISIBLE_DEVICES`` to have the same value. The values will
79-
always have the long form GPU ids if any GPUs are assigned to the job.
75+
- Fix problem running PyTorch jobs on multiple GPUs with
76+
newer versions of the CUDA library by providing long GPU IDs
77+
in the ``CUDA_VISIBLE_DEVICES`` environment variable
8078
:jira:`3350`
8179

8280
- Calling :meth:`htcondor2.Schedd.history` on an object whose corresponding

0 commit comments

Comments
 (0)