From f96c86dcf1b820752d4331365e0c9b8b1f8afc9d Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 7 Mar 2024 16:29:21 -0600 Subject: [PATCH] HTCONDOR-2224: Prepare 23.0.5 RC --- Makefile | 2 +- rpm/htcondor-ce.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1234f343..afac1b73 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.0.3 +VERSION := 23.0.5 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index fef37d8e..0d875c13 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,7 +2,7 @@ #define gitrev osg Name: htcondor-ce -Version: 23.0.3 +Version: 23.0.5 Release: 1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch @@ -556,6 +556,12 @@ fi %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Thu Mar 07 2024 Tim Theisen - 23.0.5-1 +- Fix CE job route transform for job environment +- Fix CERequirements when the default_CERequirements is not set +- Add condor_ce_test_token tool to generate short lived SciToken for tests +- Remove GSI from security method list to eliminate annoying warnings + * Thu Jan 04 2024 Tim Theisen - 23.0.3-1 - Ensure that jobs requesting GPUs land on HTCondor EPs with GPUs