Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions plugins/smart_proxy_remote_execution_ssh/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ruby-smart-proxy-remote-execution-ssh (0.5.0-1) stable; urgency=low

* 0.5.0 released

-- Adam Ruzicka <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion plugins/smart_proxy_remote_execution_ssh/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gem 'smart_proxy_remote_execution_ssh', '0.4.1'
gem 'smart_proxy_remote_execution_ssh', '0.5.0'