-
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 #55 from funbox/develop
Version 0.22.0
- Loading branch information
Showing
19 changed files
with
513 additions
and
163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
dist: xenial | ||
|
||
language: go | ||
|
||
go: | ||
- 1.10.x | ||
- 1.11.x | ||
- 1.12.x | ||
- tip | ||
|
||
os: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
|
||
Summary: Utility for exporting services described by Procfile to init system | ||
Name: init-exporter | ||
Version: 0.21.0 | ||
Version: 0.22.0 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
License: MIT | ||
|
@@ -52,7 +52,7 @@ Source0: %{name}-%{version}.tar.gz | |
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: golang >= 1.10 | ||
BuildRequires: golang >= 1.12 | ||
|
||
Provides: upstart-exporter = %{version}-%{release} | ||
Provides: systemd-exporter = %{version}-%{release} | ||
|
@@ -111,9 +111,15 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Fri Jul 12 2019 Anton Novojilov <[email protected]> - 0.22.0-0 | ||
- Added 'start_on_device' option for v2 procfile format | ||
- Dropped 'reload_signal' support for Upstart ≤ 1.10.0 | ||
- Fixed 'reload_signal' support for Systemd | ||
|
||
* Wed Jan 09 2019 Anton Novojilov <[email protected]> - 0.21.0-0 | ||
- Migrated to ek.v10 | ||
- Added support of memlock limit configuration | ||
- Fixed support of reload signal for Systemd | ||
|
||
* Mon Oct 29 2018 Anton Novojilov <[email protected]> - 0.20.3-0 | ||
- Fixed bug with parsing v1 procfile (found by go-fuzz) | ||
|
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.