This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version update to 0.1.3, new features
- Loading branch information
Colin Panisset
committed
May 16, 2014
1 parent
f115560
commit 9ae055a
Showing
2 changed files
with
6 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%define debug_package %{nil} | ||
|
||
Name: credulous | ||
Version: 0.1.2 | ||
Version: 0.1.3 | ||
Release: 1%{?dist} | ||
Summary: Secure AWS credential storage, rotation and redistribution | ||
|
||
|
@@ -41,5 +41,9 @@ rm -rf $RPM_BUILD_ROOT | |
%attr(0755,root,root) %{_bindir}/credulous | ||
|
||
%changelog | ||
* Sat May 17 2014 Colin Panisset <[email protected]> 0.1.3-1 | ||
- add listing of stored credentials | ||
- return default credentials if there's only one set | ||
- more tests and stability | ||
* Fri May 16 2014 Colin Panisset <[email protected]> 0.1.2-1 | ||
- Initial RPM packaging |