Skip to content

Commit

Permalink
HTCONDOR-2087: Prepare for 23.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Nov 29, 2023
1 parent 584c8b6 commit 775b369
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ references:
license: Apache-2.0
# --- Updates happen below this line. ---
# Required.
date-released: TBD
date-released: 2023-11-29
# Required.
version: 23.2.0
# Strongly recommended. Really ought to correspond to the version above.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ set(VERSION "23.2.0")
# ship test binaries to a user, change this to identify your work.
# Avoid whitespace.
#set(PRE_RELEASE "PRE-RELEASE-UWCS")
set(PRE_RELEASE "RC")
#set(PRE_RELEASE OFF)
#set(PRE_RELEASE "RC")
set(PRE_RELEASE OFF)

# If set via the cmake command line, FORCE_PRE_RELEASE allows for
# PRE_RELEASE to be forced into a build.
Expand Down
10 changes: 10 additions & 0 deletions build/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
condor (23.2.0-1) stable; urgency=medium

* Add 'periodic_vacate' submit command to restart jobs that are stuck
* EPs now advertises whether the execute directory is on rotational storage
* Add two log events for the time a job was running and occupied a slot
* Files written by HTCondor are now written in binary mode on Windows
* HTCondor now uses the Pelican Platform for OSDF file transfers

-- Tim Theisen <tim@cs.wisc.edu> Wed, 29 Nov 2023 07:25:00 -0600

condor (23.0.2-1) stable; urgency=medium

* Fix bug where OIDC login information was missing when submitting jobs
Expand Down
7 changes: 7 additions & 0 deletions build/packaging/rpm/condor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,13 @@ fi
/bin/systemctl try-restart condor.service >/dev/null 2>&1 || :

%changelog
* Wed Nov 29 2023 Tim Theisen <tim@cs.wisc.edu> - 23.2.0-1
- Add 'periodic_vacate' submit command to restart jobs that are stuck
- EPs now advertises whether the execute directory is on rotational storage
- Add two log events for the time a job was running and occupied a slot
- Files written by HTCondor are now written in binary mode on Windows
- HTCondor now uses the Pelican Platform for OSDF file transfers

* Mon Nov 20 2023 Tim Theisen <tim@cs.wisc.edu> - 23.0.2-1
- Fix bug where OIDC login information was missing when submitting jobs
- Improved sandbox and ssh-agent clean up for batch grid universe jobs
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
release = '23.2.0'

rst_epilog = """
.. |release_date| replace:: Month Day, 2023
.. |release_date| replace:: November 29, 2023
"""

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
4 changes: 1 addition & 3 deletions docs/version-history/feature-versions-23-x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Version 23.2.0

Release Notes:

.. HTCondor version 23.2.0 released on Month Date, 2023.
- HTCondor version 23.2.0 not yet released.
- HTCondor version 23.2.0 released on November 29, 2023.

- This version includes all the updates from :ref:`lts-version-history-2302`.

Expand Down

0 comments on commit 775b369

Please sign in to comment.