This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from ARGOeu/devel
Version 0.1.15
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
Name: nagios-plugins-argo | ||
Summary: ARGO components related probes. | ||
Version: 0.1.14 | ||
Version: 0.1.15 | ||
Release: 1%{?dist} | ||
License: ASL 2.0 | ||
Source0: %{name}-%{version}.tar.gz | ||
|
@@ -44,6 +44,8 @@ rm -rf %{buildroot} | |
|
||
|
||
%changelog | ||
* Wed Jun 2 2021 Katarina Zailac <[email protected]> - 0.1.15-1%{?dist} | ||
- ARGO-3150 Add eduperson_entitlement scope to refresh_token | ||
* Mon Aug 31 2020 Katarina Zailac <[email protected]> - 0.1.13-1%{?dist} | ||
- ARGO-2442 Monitor OIDC refresh token expiration | ||
- ARGO-2443 Implement probe for fetching tokens | ||
|