Version bump. Release commit

This commit is contained in:
Denis Zheleztsov 2017-02-07 12:47:12 +03:00
parent 53f446e219
commit d7c0ddf299
3 changed files with 20 additions and 3 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,12 @@
surok (0.8) testing; urgency=medium
* Version bump
* new config structure
* Basic consul support
* Discovery over Marathon API
-- Denis Zheleztsov <difrex.punk@gmail.com> Tue, 07 Feb 2017 12:41:52 +0300
surok (0.7.4.3) testing; urgency=medium
* Fixed #9
@ -11,7 +20,7 @@ surok (0.7.4.3) testing; urgency=medium
surok (0.7.4.1) testing; urgency=medium
* closes #3
* Fixed bug with very long dns query lifetime
* Fixed bug with very long dns query lifetime
-- Denis Zheleztsov <difrex.punk@gmail.com> Fri, 11 Nov 2016 21:15:02 +0300

View File

@ -1,6 +1,6 @@
Summary: Simple service discovery for Apache Mesos clusters
Name: surok
Version: 0.7.4.3
Version: 0.8
Release: 1
License: BSD
Group: admin
@ -73,6 +73,10 @@ cd /opt/surok && pip3 install -r requriments.txt
%changelog
* Tue Feb 7 2017 Denis Zheleztsov <difrex.punk@gmail.com>
- New major release
- Discovery over marathon api
- Basic Consul support
* Mon Nov 14 2016 Denis Zheleztsov <difrex.punk@gmail.com> -
- Initial build.

View File

@ -1,6 +1,6 @@
Summary: Simple service discovery for Apache Mesos clusters
Name: surok
Version: 0.7.4.3
Version: 0.8
Release: 1.fc24
License: BSD
Group: admin
@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 7 2017 Denis Zheleztsov <difrex.punk@gmail.com>
- New major release
- Discovery over marathon api
- Basic Consul support
* Mon Nov 14 2016 Denis Zheleztsov <difrex.punk@gmail.com> -
- Initial build.