Bump version to 9.0

Change-Id: I1a2f5b59d356b1b1ad8495eb16fba225d7eaa8cc
This commit is contained in:
Sergey Kulanov 2015-12-17 15:43:21 +02:00
parent c56dfde2da
commit 2bef8bc37e
11 changed files with 16 additions and 10 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
astute (9.0.0-1) trusty; urgency=low
* Update version to 9.0.0
-- Sergey Kulanov <skulanov@mirantis.com> Thu, 17 Dec 2015 15:35:14 +0200
astute (8.0.0-1) trusty; urgency=low
* Update version to 8.0.0

View File

@ -14,7 +14,7 @@
module Astute
VERSION = '8.0.0'
VERSION = '9.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 => "8.0.0",
:version => "9.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 => "8.0.0",
:version => "9.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 => "8.0.0",
:version => "9.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 => "8.0.0",
:version => "9.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 => "8.0.0",
:version => "9.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 => "8.0.0",
:version => "9.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 => "8.0.0",
:version => "9.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 => "8.0.0",
:version => "9.0.0",
:url => 'http://www.mirantis.com/',
:timeout => 60

View File

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