Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions htgettoken.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <dwd@fnal.gov> 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 <dwd@fnal.gov> 2.3-1
- Add "-s" and "-f" options to htdecodetoken and default it to "-s" when
Expand Down
2 changes: 1 addition & 1 deletion htgettoken/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from __future__ import print_function

prog = "htgettoken"
version = "2.3"
version = "2.4"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading