From c0e3ddf74eedb3dc26da95420e9a63671b0ceee1 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Fri, 22 Nov 2024 14:41:57 -0600 Subject: [PATCH] HTCONDOR-2732: 23.0.18 RC with whole node fix --- Makefile | 2 +- rpm/htcondor-ce.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3086e540..8e952d07 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.0.17 +VERSION := 23.0.18 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index bc0800b3..bad4a581 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,8 +2,8 @@ #define gitrev osg Name: htcondor-ce -Version: 23.0.17 -Release: 1%{?gitrev:.%{gitrev}git}%{?dist} +Version: 23.0.18 +Release: 0.rc1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch @@ -542,6 +542,9 @@ getent passwd condorce_webapp >/dev/null || \ %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Fri Nov 22 2024 Tim Theisen - 23.0.18-0.rc1 +- Does not pass WholeNode request expressions to non-HTCondor batch systems + * Wed Oct 30 2024 Tim Theisen - 23.0.17-1 - Lock down HTCondor-CE IDTOKEN security - Remove obsolete GSI configuration