Skip to content

Commit

Permalink
Merge Split Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic preview publish committed Oct 16, 2023
2 parents 5a9541b + 1202803 commit c395d33
Show file tree
Hide file tree
Showing 8 changed files with 1,690 additions and 1,666 deletions.
32 changes: 21 additions & 11 deletions preview-htcondor-release-dates/downloads/htcondor.html
Original file line number Diff line number Diff line change
Expand Up @@ -837,11 +837,13 @@ <h1>Download <span class="text-secondary">HTCondor</span></h1>

<div id="feature-channel" class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">10.7.1</span> Feature Release</h3>
<p>August 9, 2023</p>
<h3><span class="text-secondary">10.9.0</span> Feature Release</h3>
<p>September 28, 2023</p>
<div>
<ul>
<li>Fix performance problem detecting futile nodes in a large and bushy DAG</li>
<li>The condor_upgrade_check script now provides guidance on updating to 23.0</li>
<li>The htchirp Python binding now properly locates the chirp configuration</li>
<li>Fix bug that prevented deletion of HTCondor passwords on Windows</li>
</ul>

</div>
Expand All @@ -862,16 +864,24 @@ <h3><span class="text-secondary">10.7.1</span> Feature Release</h3>
</div>
<div id="long-term-support-channel" class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">10.0.7</span> Long Term Support Release</h3>
<p>July 25, 2023</p>
<h3><span class="text-secondary">23.0.0</span> Long Term Support Release</h3>
<p>September 30, 2023</p>
<div>
<ul>
<li>Fixed bug where held condor cron jobs would never run when released</li>
<li>Improved daemon IDTOKENS logging to make useful messages more prominent</li>
<li>Remove limit on certificate chain length in SSL authentication</li>
<li>condor_config_val -summary now works with a remote configuration query</li>
<li>Prints detailed message when condor_remote_cluster fails to fetch a URL</li>
<li>Improvements to condor_preen</li>
<li>Absent slot configuration, execution points will use a partitionable slot</li>
<li>Linux cgroups enforce maximum memory utilization by default</li>
<li>Can now define DAGMan save points to be able to rerun DAGs from there</li>
<li>Much better control over environment variables when using DAGMan</li>
<li>Administrators can enable and disable job submission for a specific user</li>
<li>Can set a minimum number of CPUs allocated to a user</li>
<li>condor_status -gpus shows nodes with GPUs and the GPU properties</li>
<li>condor_status -compact shows a row for each slot type</li>
<li>Container images may now be transferred via a file transfer plugin</li>
<li>Support for Enterprise Linux 9, Amazon Linux 2023, and Debian 12</li>
<li>Can write job information in AP history file for every execution attempt</li>
<li>Can run defrag daemons with different policies on distinct sets of nodes</li>
<li>Add condor_test_token tool to generate a short lived SciToken for testing</li>
<li>The job’s executable is no longer renamed to ‘condor_exec.exe’</li>
</ul>

</div>
Expand Down
32 changes: 21 additions & 11 deletions preview-htcondor-release-dates/htcondor/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -982,11 +982,13 @@ <h1 class="text-secondary">HTCondor Download</h1>

<div id="feature-channel" class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">10.7.1</span> Feature Release</h3>
<p>August 9, 2023</p>
<h3><span class="text-secondary">10.9.0</span> Feature Release</h3>
<p>September 28, 2023</p>
<div>
<ul>
<li>Fix performance problem detecting futile nodes in a large and bushy DAG</li>
<li>The condor_upgrade_check script now provides guidance on updating to 23.0</li>
<li>The htchirp Python binding now properly locates the chirp configuration</li>
<li>Fix bug that prevented deletion of HTCondor passwords on Windows</li>
</ul>

</div>
Expand All @@ -1007,16 +1009,24 @@ <h3><span class="text-secondary">10.7.1</span> Feature Release</h3>
</div>
<div id="long-term-support-channel" class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">10.0.7</span> Long Term Support Release</h3>
<p>July 25, 2023</p>
<h3><span class="text-secondary">23.0.0</span> Long Term Support Release</h3>
<p>September 30, 2023</p>
<div>
<ul>
<li>Fixed bug where held condor cron jobs would never run when released</li>
<li>Improved daemon IDTOKENS logging to make useful messages more prominent</li>
<li>Remove limit on certificate chain length in SSL authentication</li>
<li>condor_config_val -summary now works with a remote configuration query</li>
<li>Prints detailed message when condor_remote_cluster fails to fetch a URL</li>
<li>Improvements to condor_preen</li>
<li>Absent slot configuration, execution points will use a partitionable slot</li>
<li>Linux cgroups enforce maximum memory utilization by default</li>
<li>Can now define DAGMan save points to be able to rerun DAGs from there</li>
<li>Much better control over environment variables when using DAGMan</li>
<li>Administrators can enable and disable job submission for a specific user</li>
<li>Can set a minimum number of CPUs allocated to a user</li>
<li>condor_status -gpus shows nodes with GPUs and the GPU properties</li>
<li>condor_status -compact shows a row for each slot type</li>
<li>Container images may now be transferred via a file transfer plugin</li>
<li>Support for Enterprise Linux 9, Amazon Linux 2023, and Debian 12</li>
<li>Can write job information in AP history file for every execution attempt</li>
<li>Can run defrag daemons with different policies on distinct sets of nodes</li>
<li>Add condor_test_token tool to generate a short lived SciToken for testing</li>
<li>The job’s executable is no longer renamed to ‘condor_exec.exe’</li>
</ul>

</div>
Expand Down
Loading

0 comments on commit c395d33

Please sign in to comment.