Project

General

Profile

« Previous | Next » 

Revision abbe55ae

Added by Adam Ruzicka almost 3 years ago

Update foreman_remote_execution to 4.7.0

View differences:

plugins/ruby-foreman-remote-execution/debian/changelog
ruby-foreman-remote-execution (4.7.0-1) stable; urgency=low
* 4.7.0 released
-- Adam Ruzicka <aruzicka@redhat.com> Tue, 03 Aug 2021 15:28:18 +0200
ruby-foreman-remote-execution (4.6.0-1) stable; urgency=low
* 4.6.0 released
plugins/ruby-foreman-remote-execution/debian/control
Section: ruby
Priority: extra
Maintainer: Stephen Benjamin <stephen@redhat.com>
Build-Depends: debhelper (>= 8.0.0), git | git-core, foreman-assets (>= 1.20.0~rc1), foreman (>= 1.25.0~rc1),
foreman-nulldb (>= 1.25.0~rc1), ruby-foreman-tasks (>= 0.15.1), ruby-foreman-deface, python-dev
Build-Depends: debhelper (>= 8.0.0), git | git-core, foreman-assets (>= 1.20.0~rc1), foreman (>= 2.2.0~rc1),
foreman-nulldb (>= 2.2.0~rc1), ruby-foreman-tasks (>= 5.0.0), ruby-foreman-deface, python-dev,
ruby-dynflow (>= 1.0.2), ruby-dynflow (< 2.0.0)
Standards-Version: 3.9.3
Homepage: https://github.com/theforeman/foreman_remote_execution
Package: ruby-foreman-remote-execution
Architecture: all
Depends: ${misc:Depends}, bundler, foreman (>= 1.25.0~rc1), ruby-foreman-tasks (>= 0.15.1),
ruby-foreman-deface
Depends: ${misc:Depends}, bundler, foreman (>= 2.2.0~rc1), ruby-foreman-tasks (>= 5.0.0),
ruby-foreman-deface, ruby-dynflow (>= 1.0.2), ruby-dynflow (< 2.0.0)
Description: Foreman Remote Execution Plugin
A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality
plugins/ruby-foreman-remote-execution/debian/gem.list
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/foreman_remote_execution-4.6.0.gem"
GEMS="https://rubygems.org/downloads/foreman_remote_execution-4.7.0.gem"
GEMS="$GEMS https://rubygems.org/downloads/foreman_remote_execution_core-1.3.0.gem"
plugins/ruby-foreman-remote-execution/foreman_remote_execution.rb
gem 'foreman_remote_execution', '4.6.0'
gem 'foreman_remote_execution', '4.7.0'

Also available in: Unified diff