Skip to content

Commit dada36e

Browse files
authored
Merge pull request #71 from DrDaveD/v1.17
Update to 1.17
2 parents c3707c4 + 2e49df8 commit dada36e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

htgettoken

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from __future__ import print_function
1818

1919
prog = "htgettoken"
20-
version = "1.16"
20+
version = "1.17"
2121

2222
import os
2323
import sys

htgettoken.spec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
44
Name: htgettoken
5-
Version: 1.16
5+
Version: 1.17
66
Release: 1%{?dist}
77
License: BSD
88
Group: Applications/System
@@ -124,11 +124,12 @@ rm -rf $RPM_BUILD_ROOT
124124

125125

126126
%changelog
127-
# - Fix the usage of getaddrinfo, which caused a fatal error on python3.9
128-
# on Mac.
129-
# - Make --showbearerurl work properly in combination with --nobearertoken.
130-
# - Change the httokendecode error message for a missing token file to
131-
# stderr instead of stdin.
127+
* Wed Mar 15 2023 Dave Dykstra <dwd@fnal.gov> 1.17-1
128+
- Fix the usage of getaddrinfo, which caused a fatal error on python3.9
129+
on Mac.
130+
- Make --showbearerurl work properly in combination with --nobearertoken.
131+
- Change the httokendecode error message for a missing token file to
132+
stderr instead of stdin.
132133

133134
* Wed Oct 12 2022 Dave Dykstra <dwd@fnal.gov> 1.16-1
134135
- Fix httokendecode -H functionality to only attempt to convert a parsed word

0 commit comments

Comments
 (0)