diff --git a/debian/changelog b/debian/changelog index 910a73c0..3dd70285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +astute (10.0.0-1) trusty; urgency=low + + * Bump version to 10.0 + + -- Sergey Kulanov Mon, 21 Mar 2016 13:49:10 +0200 + astute (9.0.0-1) trusty; urgency=low * Update version to 9.0.0 diff --git a/lib/astute/version.rb b/lib/astute/version.rb index 09e9feee..26216077 100644 --- a/lib/astute/version.rb +++ b/lib/astute/version.rb @@ -14,7 +14,7 @@ module Astute - VERSION = '9.0.0' + VERSION = '10.0.0' class Versioning def initialize(context) @ctx = context diff --git a/mcagents/erase_node.ddl b/mcagents/erase_node.ddl index ff3e8e4d..7e379f47 100644 --- a/mcagents/erase_node.ddl +++ b/mcagents/erase_node.ddl @@ -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 diff --git a/mcagents/execute_shell_command.ddl b/mcagents/execute_shell_command.ddl index 9eb44572..c9f80ba9 100644 --- a/mcagents/execute_shell_command.ddl +++ b/mcagents/execute_shell_command.ddl @@ -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 diff --git a/mcagents/fake.ddl b/mcagents/fake.ddl index d96bb9b5..9c5321fe 100644 --- a/mcagents/fake.ddl +++ b/mcagents/fake.ddl @@ -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 diff --git a/mcagents/net_probe.ddl b/mcagents/net_probe.ddl index 51c208d5..3c3ee2c6 100644 --- a/mcagents/net_probe.ddl +++ b/mcagents/net_probe.ddl @@ -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 diff --git a/mcagents/puppetsync.ddl b/mcagents/puppetsync.ddl index 9baa0908..7504fe9a 100644 --- a/mcagents/puppetsync.ddl +++ b/mcagents/puppetsync.ddl @@ -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 diff --git a/mcagents/systemtype.ddl b/mcagents/systemtype.ddl index 92654a9f..71e47828 100644 --- a/mcagents/systemtype.ddl +++ b/mcagents/systemtype.ddl @@ -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 diff --git a/mcagents/uploadfile.ddl b/mcagents/uploadfile.ddl index d9866b2a..f979f6a0 100644 --- a/mcagents/uploadfile.ddl +++ b/mcagents/uploadfile.ddl @@ -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 diff --git a/mcagents/version.ddl b/mcagents/version.ddl index 05f86217..221e3a17 100644 --- a/mcagents/version.ddl +++ b/mcagents/version.ddl @@ -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 diff --git a/specs/astute.spec b/specs/astute.spec index e271958d..8326fc40 100644 --- a/specs/astute.spec +++ b/specs/astute.spec @@ -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)