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_dynflow/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ruby-smart-proxy-dynflow (0.6.0-1) stable; urgency=low

* 0.6.0 released

-- Adam Ruzicka <[email protected]> Thu, 11 Nov 2021 14:27:33 +0100

ruby-smart-proxy-dynflow (0.5.2-2) stable; urgency=low

* Do not depend on smart_proxy_dynflow_core
Expand Down
2 changes: 1 addition & 1 deletion plugins/smart_proxy_dynflow/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Package: ruby-smart-proxy-dynflow
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
foreman-proxy (>= 1.16.0), ruby-dynflow (>= 1.1.0), ruby-dynflow (<< 2.0.0),
foreman-proxy (>= 1.16.0), ruby-dynflow (>= 1.6.0), ruby-dynflow (<< 2.0.0),
ruby-rest-client, ruby-sqlite3
Description: Dynflow runtime for Foreman smart proxy
Dynflow runtime for Foreman smart proxy - the API part
2 changes: 1 addition & 1 deletion plugins/smart_proxy_dynflow/dynflow.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gem 'smart_proxy_dynflow', '0.5.2'
gem 'smart_proxy_dynflow', '0.6.0'