Skip to content

Commit

Permalink
Merge pull request #424 from brianhlin/release-v500
Browse files Browse the repository at this point in the history
Bump version to 5.0.0
  • Loading branch information
brianhlin committed Feb 11, 2021
2 parents 2902f41 + f1cc76d commit 78f5c31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(condor-ce NONE)

cmake_minimum_required(VERSION 2.6)

set( HTCONDORCE_VERSION "4.4.1" CACHE INTERNAL "Version of the HTCondor-CE" )
set( HTCONDORCE_VERSION "5.0.0" CACHE INTERNAL "Version of the HTCondor-CE" )

find_package(PkgConfig)

Expand Down
14 changes: 13 additions & 1 deletion rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: htcondor-ce
Version: 5.0.0
Release: 0.rc2%{?gitrev:.%{gitrev}git}%{?dist}
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch

Expand Down Expand Up @@ -561,6 +561,18 @@ fi
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi

%changelog
* Thu Feb 11 2021 Brian Lin <blin@cs.wisc.edu> - 5.0.0-1
- Add Python 3 and EL8 support (HTCondor-13)
- Whole node jobs (HTCondor batch systems only) now make use of GPUs (HTCONDOR-103)
- Added `USE_CE_HOME_DIR` configuration variable (default: `False`) to allow users to enable setting `$HOME` in the
routed job's environment based on the HTCondor-CE user's home directory
- HTCondor-CE Central Collectors now prefer GSI over SSL authentication (HTCONDOR-237)
- HTCondor-CE registry now validates the value of submitted client codes (HTCONDOR-241)
- Automatically remove CE jobs that exceed their `maxWalltime` (if defined) or the configuration value of
`ROUTED_JOB_MAX_TIME` (default: 4320 sec/72 hrs)
- Remove circular HTCondor-CE View configuration definition (HTCONDOR-161)
- Replace htcondor-ce package requirement with python2-condor for htcondor-ce-bdii

* Wed Jan 27 2021 Brian Lin <blin@cs.wisc.edu> - 5.0.0-0.rc1
- Remove unused deps from the central collector packaging

Expand Down

0 comments on commit 78f5c31

Please sign in to comment.