diff --git a/plugins/smart_proxy_remote_execution_ssh/changelog b/plugins/smart_proxy_remote_execution_ssh/changelog index f274914360..2492b3444f 100644 --- a/plugins/smart_proxy_remote_execution_ssh/changelog +++ b/plugins/smart_proxy_remote_execution_ssh/changelog @@ -1,3 +1,9 @@ +ruby-smart-proxy-remote-execution-ssh (0.5.0-1) stable; urgency=low + + * 0.5.0 released + + -- Adam Ruzicka Tue, 16 Nov 2021 10:15:22 +0100 + ruby-smart-proxy-remote-execution-ssh (0.4.1-1) stable; urgency=low * 0.4.1 released diff --git a/plugins/smart_proxy_remote_execution_ssh/control b/plugins/smart_proxy_remote_execution_ssh/control index 2e931ec51c..af382882e4 100644 --- a/plugins/smart_proxy_remote_execution_ssh/control +++ b/plugins/smart_proxy_remote_execution_ssh/control @@ -11,7 +11,7 @@ Package: ruby-smart-proxy-remote-execution-ssh Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, foreman-proxy (>= 1.11.0~rc3), - ruby-smart-proxy-dynflow (>= 0.5.0), ruby-smart-proxy-dynflow (<< 1.0.0), ruby-net-ssh + ruby-smart-proxy-dynflow (>= 0.5.0), ruby-smart-proxy-dynflow (<< 1.0.0), ruby-net-ssh (>= 4.2.0) Breaks: ruby-foreman-remote-execution-core (<<1.5.1) Replaces: ruby-foreman-remote-execution-core (<<1.5.1) Description: SSH remote execution provider for Foreman smart proxy diff --git a/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb b/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb index d4de132de7..0620fd6a51 100644 --- a/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb +++ b/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb @@ -1 +1 @@ -gem 'smart_proxy_remote_execution_ssh', '0.4.1' +gem 'smart_proxy_remote_execution_ssh', '0.5.0'