Bump version to 8.0

Change-Id: I40144ebe01aa1e4e16dda1e921a6a9b6f2f9fe73
This commit is contained in:
Vladimir Sharshov (warpc) 2015-08-28 16:46:52 +03:00
parent 53c86cba59
commit 9126e1ce33
11 changed files with 20 additions and 14 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,9 @@
astute (8.0.0-1) trusty; urgency=low
* Update version to 8.0.0
-- Vladimir Sharshov <vsharshov@mirantis.com> Fri, 28 Aug 2015 13:30:00 +0300
astute (7.0.0-1) trusty; urgency=low
* Update version to 7.0.0
@ -26,4 +32,4 @@ astute (0.0.1) unstable; urgency=low
* Initial release.
-- Mirantis Product <product@mirantis.com> Tue, 20 Aug 2013 22:20:46 +0400
-- Mirantis Product <product@mirantis.com> Tue, 20 Aug 2013 22:20:46 +0400

View File

@ -14,7 +14,7 @@
module Astute
VERSION = '7.0.0'
VERSION = '8.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 => "7.0.0",
:version => "8.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 => "7.0.0",
:version => "8.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 => "7.0.0",
:version => "8.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 => "7.0.0",
:version => "8.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 => "7.0.0",
:version => "8.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 => "7.0.0",
:version => "8.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 => "7.0.0",
:version => "8.0.0",
:url => "http://mirantis.com",
:timeout => 60
@ -24,7 +24,7 @@ action "upload", :description => "upload file" do
:validation => '^.+$',
:optional => false,
:maxlength => 0
input :user_owner,
:prompt => "User owner of file",
:description => "Who should be owner of the file?",
@ -42,7 +42,7 @@ action "upload", :description => "upload file" do
:optional => false,
:default => 'root',
:maxlength => 0
input :permissions,
:prompt => "File permissions",
:description => "What permissions should be set to the file?",
@ -51,7 +51,7 @@ action "upload", :description => "upload file" do
:default => '0644',
:optional => false,
:maxlength => 4
input :dir_permissions,
:prompt => "Directory permissions",
:description => "What permissions should be set for folder where file will be place?",

View File

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

View File

@ -1,5 +1,5 @@
%define rbname astute
%{!?version: %define version 7.0.0}
%{!?version: %define version 8.0.0}
%{!?release: %define release 1}
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}