-
Notifications
You must be signed in to change notification settings - Fork 1
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 #18 from funbox/develop
Version 0.10.0
- Loading branch information
Showing
11 changed files
with
199 additions
and
114 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 |
---|---|---|
|
@@ -42,8 +42,8 @@ | |
|
||
Summary: Utility for exporting services described by Procfile to init system | ||
Name: init-exporter | ||
Version: 0.9.0 | ||
Release: 2%{?dist} | ||
Version: 0.10.0 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
License: MIT | ||
URL: https://github.com/funbox/init-exporter | ||
|
@@ -132,6 +132,11 @@ rm -rf %{buildroot} | |
############################################################################### | ||
|
||
%changelog | ||
* Tue Apr 04 2017 Anton Novojilov <[email protected]> - 0.10.0-0 | ||
- Added kill signal definition feature for v2 and all exporters | ||
- Added reload signal definition feature for v2 and all exporters | ||
- Improved parsing commands in v2 Procfile format | ||
|
||
* Mon Apr 03 2017 Anton Novojilov <[email protected]> - 0.9.0-2 | ||
- [converter] Fixed bug with wrong path to working dir | ||
|
||
|
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
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
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
Oops, something went wrong.