We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24da1b1 commit 34258c1Copy full SHA for 34258c1
htgettoken
@@ -17,7 +17,7 @@
17
from __future__ import print_function
18
19
prog = "htgettoken"
20
-version = "1.18"
+version = "1.19"
21
22
import os
23
import sys
htgettoken.spec
@@ -2,7 +2,7 @@
2
3
Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
4
Name: htgettoken
5
-Version: 1.18
+Version: 1.19
6
Release: 1%{?dist}
7
License: BSD
8
Group: Applications/System
@@ -126,7 +126,8 @@ rm -rf $RPM_BUILD_ROOT
126
127
128
%changelog
129
-# - Add httokensh command.
+* Thu Jul 27 2023 Dave Dykstra <dwd@fnal.gov> 1.19-1
130
+- Add httokensh command.
131
132
* Wed May 24 2023 Dave Dykstra <dwd@fnal.gov> 1.18-1
133
- Fix crash introduced in 1.17 when using --nobearertoken while the
0 commit comments