File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1717from __future__ import print_function
1818
1919prog = "htgettoken"
20- version = "1.16 "
20+ version = "1.17 "
2121
2222import os
2323import sys
Original file line number Diff line number Diff line change 22
33Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
44Name: htgettoken
5- Version: 1.16
5+ Version: 1.17
66Release: 1%{?dist }
77License: BSD
88Group: 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
You can’t perform that action at this time.
0 commit comments