Skip to content

Commit 34258c1

Browse files
committed
update to 1.19
1 parent 24da1b1 commit 34258c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.18"
20+
version = "1.19"
2121

2222
import os
2323
import sys

htgettoken.spec

Lines changed: 3 additions & 2 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.18
5+
Version: 1.19
66
Release: 1%{?dist}
77
License: BSD
88
Group: Applications/System
@@ -126,7 +126,8 @@ rm -rf $RPM_BUILD_ROOT
126126

127127

128128
%changelog
129-
# - Add httokensh command.
129+
* Thu Jul 27 2023 Dave Dykstra <dwd@fnal.gov> 1.19-1
130+
- Add httokensh command.
130131

131132
* Wed May 24 2023 Dave Dykstra <dwd@fnal.gov> 1.18-1
132133
- Fix crash introduced in 1.17 when using --nobearertoken while the

0 commit comments

Comments
 (0)