Bump version to 10.0

Change-Id: I9168641b8cf515f613c3c1066bd545917a1e6133
Related-bug: #1558589
This commit is contained in:
Sergey Kulanov 2016-03-21 13:50:49 +02:00
parent f7e6967063
commit 0d0f36418b
11 changed files with 16 additions and 10 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
astute (10.0.0-1) trusty; urgency=low
* Bump version to 10.0
-- Sergey Kulanov <skulanov@mirantis.com> Mon, 21 Mar 2016 13:49:10 +0200
astute (9.0.0-1) trusty; urgency=low
* Update version to 9.0.0

View File

@ -14,7 +14,7 @@
module Astute
VERSION = '9.0.0'
VERSION = '10.0.0'
class Versioning
def initialize(context)
@ctx = context

View File

@ -2,7 +2,7 @@ metadata :name => "Erase node bootloader and reboot it",
:description => "Erase node bootloader and reboot it.",
:author => "Andrey Danin",
:license => "MIT",
:version => "9.0.0",
:version => "10.0.0",
:url => "http://mirantis.com",
:timeout => 40

View File

@ -2,7 +2,7 @@ metadata :name => "Execute shell command",
:description => "Execute shell command",
:author => "Mirantis Inc.",
:license => "Apache License 2.0",
:version => "9.0.0",
:version => "10.0.0",
:url => "http://mirantis.com",
:timeout => 3600

View File

@ -2,7 +2,7 @@ metadata :name => "Fake Agent",
:description => "Fake Agent",
:author => "Mirantis Inc.",
:license => "Apache License 2.0",
:version => "9.0.0",
:version => "10.0.0",
:url => "http://mirantis.com",
:timeout => 20

View File

@ -2,7 +2,7 @@ metadata :name => "Network Probe Agent",
:description => "Check network connectivity between nodes.",
:author => "Andrey Danin",
:license => "MIT",
:version => "9.0.0",
:version => "10.0.0",
:url => "http://mirantis.com",
:timeout => 600

View File

@ -2,7 +2,7 @@ metadata:name => "puppetsync",
:description => "Downloads latest version of Puppet manifests to managed servers",
:author => "Mirantis Inc",
:license => "Apache License 2.0",
:version => "9.0.0",
:version => "10.0.0",
:url => "http://mirantis.com",
:timeout => 300

View File

@ -2,7 +2,7 @@ metadata :name => "systemtype",
:description => "Checks system type out of file",
:author => "Mirantis Inc",
:license => "Apache License 2.0",
:version => "9.0.0",
:version => "10.0.0",
:url => 'http://www.mirantis.com/',
:timeout => 60

View File

@ -2,7 +2,7 @@ metadata :name => "uploadfile",
:description => "Text file upload agent",
:author => "Mirantis Inc",
:license => "Apache License 2.0",
:version => "9.0.0",
:version => "10.0.0",
:url => "http://mirantis.com",
:timeout => 60

View File

@ -2,7 +2,7 @@ metadata :name => "Version",
:description => "Checks package version",
:author => "Mirantis Inc",
:license => "Apache License 2.0",
:version => "9.0.0",
:version => "10.0.0",
:url => 'http://www.mirantis.com/',
:timeout => 60

View File

@ -1,5 +1,5 @@
%define rbname astute
%{!?version: %define version 9.0.0}
%{!?version: %define version 10.0.0}
%{!?release: %define release 1}
%if 0%{?rhel} == 6
%global gem_dir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)