From 30c61d04b87b890b79c7b1e808336785990b4ca2 Mon Sep 17 00:00:00 2001 From: Satoe Imaishi Date: Fri, 8 Jan 2021 11:02:38 -0500 Subject: [PATCH] Release kasparov-1-beta1 --- Gemfile | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c6b1bdb4b26..dc9168cd082 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle # # VMDB specific gems # -gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "kasparov" +gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :tag => "kasparov-1-beta1" # Modified gems for gems-pending. Setting sources here since they are git references gem "handsoap", "=0.2.5.5", :require => false, :source => "https://rubygems.manageiq.org" @@ -17,7 +17,7 @@ gem "handsoap", "=0.2.5.5", :require => false, :source => "https://rubygems.mana # when using this Gemfile inside a providers Gemfile, the dependency for the provider is already declared def manageiq_plugin(plugin_name) unless dependencies.detect { |d| d.name == plugin_name } - gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :branch => "kasparov" + gem plugin_name, :git => "https://github.com/ManageIQ/#{plugin_name}", :tag => "kasparov-1-beta1" end end @@ -96,7 +96,7 @@ gem "american_date" ### providers group :amazon, :manageiq_default do manageiq_plugin "manageiq-providers-amazon" - gem "amazon_ssa_support", :require => false, :git => "https://github.com/ManageIQ/amazon_ssa_support.git", :branch => "kasparov" # Temporary dependency to be moved to manageiq-providers-amazon when officially release + gem "amazon_ssa_support", :require => false, :git => "https://github.com/ManageIQ/amazon_ssa_support.git", :tag => "kasparov-1-beta1" # Temporary dependency to be moved to manageiq-providers-amazon when officially release end group :ansible_tower, :manageiq_default do diff --git a/VERSION b/VERSION index 99aaafe504e..c1ad0d432dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -kasparov-1-alpha1 \ No newline at end of file +kasparov-1-beta1 \ No newline at end of file