diff --git a/debian/changelog b/debian/changelog index 7d14ccc..c0c0e08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +surok (0.8) testing; urgency=medium + + * Version bump + * new config structure + * Basic consul support + * Discovery over Marathon API + + -- Denis Zheleztsov 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 Fri, 11 Nov 2016 21:15:02 +0300 diff --git a/surok.spec b/surok.spec index 33c1a53..c7fa158 100644 --- a/surok.spec +++ b/surok.spec @@ -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 +- New major release +- Discovery over marathon api +- Basic Consul support * Mon Nov 14 2016 Denis Zheleztsov - - Initial build. diff --git a/surok_fedora.spec b/surok_fedora.spec index ee5373f..f67c8a1 100644 --- a/surok_fedora.spec +++ b/surok_fedora.spec @@ -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 +- New major release +- Discovery over marathon api +- Basic Consul support * Mon Nov 14 2016 Denis Zheleztsov - - Initial build.