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 Nov 26, 2024
2 parents aaf2e6b + 626e8fa commit 890f831
Show file tree
Hide file tree
Showing 14 changed files with 1,508 additions and 1,448 deletions.
51 changes: 24 additions & 27 deletions preview-update-submodules/downloads/htcondor.html
Original file line number Diff line number Diff line change
Expand Up @@ -826,14 +826,24 @@ <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">24.1.1</span> Feature Release</h3>
<p>October 31, 2024</p>
<h3><span class="text-secondary">24.2.1</span> Feature Release</h3>
<p>November 26, 2024</p>
<div>
<ul>
<li>Can print contents of stored OAuth2 credential with htcondor CLI tool</li>
<li>In DAGMan, inline submit descriptions work when not submitting directly</li>
<li>Fixed DAGMan’s direct submission of late materialization jobs</li>
<li>New <code>primary_unix_group</code> submit command that sets the job’s primary group</li>
<li>Initial implementation of broken slot detection and reporting</li>
<li>New job attributes <code>FirstJobMatchDate</code> and <code>InitialWaitDuration</code></li>
<li><code>condor_ssh_to_job</code> now sets the supplemental groups in Apptainer</li>
<li><code>MASTER_NEW_BINARY_RESTART</code> now accepts the <code>FAST</code> parameter</li>
<li>Avoid blocking on dead collectors at shutdown</li>
<li>IPv6 networking is now fully supported on Windows</li>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
<li>Detects and deletes invalid checkpoint and reschedules job</li>
</ul>

</div>
Expand All @@ -858,29 +868,16 @@ <h3><span class="text-secondary">24.1.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">24.0.1</span> Long Term Support Release</h3>
<p>October 31, 2024</p>
<h3><span class="text-secondary">24.0.2</span> Long Term Support Release</h3>
<p>November 26, 2024</p>
<div>
<p>Improvements from the HTCondor 23.x feature series</p>
<ul>
<li>Improved tracking and enforcement of disk usage by using LVM</li>
<li>Enhancements to the htcondor CLI tool</li>
<li>cgroup v2 support for tracking and enforcement of CPU and memory usage</li>
<li>Leverage cgroups to hide GPUs not allocated to the job</li>
<li>DAGMan can now produce job credentials when using direct submit</li>
<li>New submit commands to aid in matching specific GPU requirements</li>
<li>New implementation of the Python bindings, htcondor2 and classad2</li>
<li>Improved default security configuration</li>
<li>Significant reduction in memory and CPU usage on the Central Manager</li>
</ul>

<p>Additional highlights:</p>
<ul>
<li>Support for GPUs using AMD’s HIP 6 library</li>
<li>Fix bugs when -divide or -repeat was used in GPU detection</li>
<li>Proper error message and hold when Docker emits multi-line error message</li>
<li>Fix issue where an unresponsive libvirtd blocked an EP from starting up</li>
<li>The htcondor CLI now works on Windows</li>
<ul>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
</ul>

</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 24 additions & 27 deletions preview-update-submodules/htcondor/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -971,14 +971,24 @@ <h1 class="text-secondary">HTCondor Download</h1>

<div id="feature-channel" class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">24.1.1</span> Feature Release</h3>
<p>October 31, 2024</p>
<h3><span class="text-secondary">24.2.1</span> Feature Release</h3>
<p>November 26, 2024</p>
<div>
<ul>
<li>Can print contents of stored OAuth2 credential with htcondor CLI tool</li>
<li>In DAGMan, inline submit descriptions work when not submitting directly</li>
<li>Fixed DAGMan’s direct submission of late materialization jobs</li>
<li>New <code>primary_unix_group</code> submit command that sets the job’s primary group</li>
<li>Initial implementation of broken slot detection and reporting</li>
<li>New job attributes <code>FirstJobMatchDate</code> and <code>InitialWaitDuration</code></li>
<li><code>condor_ssh_to_job</code> now sets the supplemental groups in Apptainer</li>
<li><code>MASTER_NEW_BINARY_RESTART</code> now accepts the <code>FAST</code> parameter</li>
<li>Avoid blocking on dead collectors at shutdown</li>
<li>IPv6 networking is now fully supported on Windows</li>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
<li>Detects and deletes invalid checkpoint and reschedules job</li>
</ul>

</div>
Expand All @@ -1003,29 +1013,16 @@ <h3><span class="text-secondary">24.1.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">24.0.1</span> Long Term Support Release</h3>
<p>October 31, 2024</p>
<h3><span class="text-secondary">24.0.2</span> Long Term Support Release</h3>
<p>November 26, 2024</p>
<div>
<p>Improvements from the HTCondor 23.x feature series</p>
<ul>
<li>Improved tracking and enforcement of disk usage by using LVM</li>
<li>Enhancements to the htcondor CLI tool</li>
<li>cgroup v2 support for tracking and enforcement of CPU and memory usage</li>
<li>Leverage cgroups to hide GPUs not allocated to the job</li>
<li>DAGMan can now produce job credentials when using direct submit</li>
<li>New submit commands to aid in matching specific GPU requirements</li>
<li>New implementation of the Python bindings, htcondor2 and classad2</li>
<li>Improved default security configuration</li>
<li>Significant reduction in memory and CPU usage on the Central Manager</li>
</ul>

<p>Additional highlights:</p>
<ul>
<li>Support for GPUs using AMD’s HIP 6 library</li>
<li>Fix bugs when -divide or -repeat was used in GPU detection</li>
<li>Proper error message and hold when Docker emits multi-line error message</li>
<li>Fix issue where an unresponsive libvirtd blocked an EP from starting up</li>
<li>The htcondor CLI now works on Windows</li>
<ul>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
</ul>

</div>
Expand Down
66 changes: 66 additions & 0 deletions preview-update-submodules/htcondor/release-highlights/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,43 @@ <h3>Feature Channel</h3>















<div class="d-flex flex-row">
<b><a class="text-decoration-none" href="https://htcondor.readthedocs.io/en/24.x/version-history/feature-versions-24-x.html#version-24-2-1">24.2.1</a></b>
<span class="px-1">-</span>
<span>November 26, 2024</span>
</div>

<div class="mt-2">
<ul>
<li>Fixed DAGMan’s direct submission of late materialization jobs</li>
<li>New <code>primary_unix_group</code> submit command that sets the job’s primary group</li>
<li>Initial implementation of broken slot detection and reporting</li>
<li>New job attributes <code>FirstJobMatchDate</code> and <code>InitialWaitDuration</code></li>
<li><code>condor_ssh_to_job</code> now sets the supplemental groups in Apptainer</li>
<li><code>MASTER_NEW_BINARY_RESTART</code> now accepts the <code>FAST</code> parameter</li>
<li>Avoid blocking on dead collectors at shutdown</li>
<li>IPv6 networking is now fully supported on Windows</li>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
</ul>

</div>



Expand Down Expand Up @@ -5633,6 +5670,35 @@ <h3>Long Term Support Channel</h3>















<div class="d-flex flex-row">
<b><a class="text-decoration-none" href="https://htcondor.readthedocs.io/en/lts/version-history/lts-versions-24-0.html#version-24-0-2">24.0.2</a></b>
<span class="px-1">-</span>
<span>November 26, 2024</span>
</div>

<div class="mt-2">
<ul>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
</ul>

</div>



Expand Down
20 changes: 10 additions & 10 deletions preview-update-submodules/htcondor/release-plan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1016,37 +1016,37 @@ <h1 class="text-secondary">HTCondor Release Plans</h1>
</div>
<div class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">24.2.1</span> Feature Release Schedule</h3>
<h3><span class="text-secondary">24.2.2</span> Feature Release Schedule</h3>
<div class="row mb-2 pt-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Code Freeze:</b>
</div>
<div class="col-auto">
<span>2024-11-04</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>CHTC Pool Release:</b>
</div>
<div class="col-auto">
<span>2024-11-05</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Documentation Freeze:</b>
</div>
<div class="col-auto">
<span>2024-11-22</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Release:</b>
</div>
<div class="col-auto">
<span>2024-11-29</span>
<span> TBD</span>
</div>
</div>
<div class="pt-2">
Expand All @@ -1056,37 +1056,37 @@ <h3><span class="text-secondary">24.2.1</span> Feature Release Schedule</h3>
</div>
<div class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">24.0.2</span> LTS Release Schedule</h3>
<h3><span class="text-secondary">24.0.3</span> LTS Release Schedule</h3>
<div class="row mb-2 pt-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Code Freeze:</b>
</div>
<div class="col-auto">
<span>2024-11-04</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>CS Pool Release:</b>
</div>
<div class="col-auto">
<span>2024-11-05</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Documentation Freeze:</b>
</div>
<div class="col-auto">
<span>2024-11-22</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Release:</b>
</div>
<div class="col-auto">
<span>2024-11-26</span>
<span> TBD</span>
</div>
</div>
<div class="pt-2">
Expand Down
8 changes: 4 additions & 4 deletions preview-update-submodules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1899,19 +1899,19 @@ <h4><a class="text-secondary" href="/web-preview/preview-update-submodules/htcon
<div class="row justify-content-between">
<div class="col-auto d-flex flex-column">
<a class="fs-5" href="/web-preview/preview-update-submodules/htcondor/release-highlights/#feature-channel">Feature</a>
<span class="text-muted">October 31, 2024</span>
<span class="text-muted">November 26, 2024</span>
</div>
<div class="col-auto">
<span class="fs-1">24.1.1</span>
<span class="fs-1">24.2.1</span>
</div>
</div>
<div class="row justify-content-between">
<div class="col-auto d-flex flex-column">
<a class="fs-5" href="/web-preview/preview-update-submodules/htcondor/release-highlights/#long-term-support-channel">Long Term Support</a>
<span class="text-muted">October 31, 2024</span>
<span class="text-muted">November 26, 2024</span>
</div>
<div class="col-auto">
<span class="fs-1">24.0.1</span>
<span class="fs-1">24.0.2</span>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 890f831

Please sign in to comment.