Skip to content

Commit cd17775

Browse files
authored
Merge pull request #149 from DrDaveD/prepare-2.6
prepare for 2.6 release
2 parents 8cc7515 + d01d943 commit cd17775

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

htgettoken.html

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htgettoken.spec

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22
Name: htgettoken
3-
Version: 2.5
3+
Version: 2.6
44
Release: 1%{?dist}
55

66
License: BSD-3-Clause
@@ -75,12 +75,13 @@ rm -rf $RPM_BUILD_ROOT
7575

7676
%changelog
7777

78-
# - Have htdecodetoken take advantage of new scitokens-verify ability
79-
# to read from stdin, when available.
80-
# - Add support in htdestroytoken -f for getting a CA cert directory
81-
# from ${X509_CERT_DIR:-/etc/grid-security/certificates} or from
82-
# a --capath option, and to get a CA cert file from a --cafile option,
83-
# mirroring the behavior of htgettoken.
78+
* Thu Jan 15 2026 Dave Dykstra <dwd@fnal.gov> 2.6-1
79+
- Have htdecodetoken take advantage of new scitokens-verify ability
80+
to read from stdin, when available.
81+
- Add support in htdestroytoken -f for getting a CA cert directory
82+
from ${X509_CERT_DIR:-/etc/grid-security/certificates} or from
83+
a --capath option, and to get a CA cert file from a --cafile option,
84+
mirroring the behavior of htgettoken.
8485

8586
* Mon Dec 1 2025 Dave Dykstra <dwd@fnal.gov> 2.5-1
8687
- Add htdestroytoken -f option to force a removal of a refresh token in

htgettoken/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from __future__ import print_function
1616

1717
prog = "htgettoken"
18-
version = "2.5"
18+
version = "2.6"
1919

2020
import os
2121
import sys

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = htgettoken
3-
version = 2.5
3+
version = 2.6
44
author = Dave Dykstra
55
author_email = dwd@fnal.gov
66
license = BSD-3-Clause

0 commit comments

Comments
 (0)