From 9fbb3544019969a7ffb370de09b70cce24b51e7b Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:18:50 -0500 Subject: [PATCH] prepare for 2.4 --- htgettoken.spec | 6 ++++-- htgettoken/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/htgettoken.spec b/htgettoken.spec index f69b978..333e669 100644 --- a/htgettoken.spec +++ b/htgettoken.spec @@ -1,6 +1,6 @@ Summary: Get OIDC bearer tokens by interacting with Hashicorp vault Name: htgettoken -Version: 2.3 +Version: 2.4 Release: 1%{?dist} License: BSD-3-Clause @@ -74,7 +74,9 @@ rm -rf $RPM_BUILD_ROOT %changelog -# - Add the new -s and -f options to the htdecodetoken usage. +* Fri Jun 20 2025 Dave Dykstra 2.4-1 +- Add the new -s and -f options to the htdecodetoken usage summary. +- Add a -v option to htdecodetoken to show the token source. * Fri Jun 20 2025 Dave Dykstra 2.3-1 - Add "-s" and "-f" options to htdecodetoken and default it to "-s" when diff --git a/htgettoken/__init__.py b/htgettoken/__init__.py index a9f9144..79e87cd 100644 --- a/htgettoken/__init__.py +++ b/htgettoken/__init__.py @@ -15,7 +15,7 @@ from __future__ import print_function prog = "htgettoken" -version = "2.3" +version = "2.4" import os import sys diff --git a/setup.cfg b/setup.cfg index 85bbc88..a0cc0e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = htgettoken -version = 2.3 +version = 2.4 author = Dave Dykstra author_email = dwd@fnal.gov license = BSD-3-Clause