Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jun 30, 2019
1 parent 347f99f commit f8aa0f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ foreman_xen then creates a network configuration file, renders the user_data tem
| >=1.13, <1.14 | 0.4.x (unmaintained) |
| >=1.14, <1.17 | 0.5.x (unmaintained) |
| >=1.17, <1.18 | 0.6.x (unmaintained) |
| >=1.18 | 0.7.x |
| >=1.18, <1.20 | 0.7.x (unmaintained) |
| >=1.20 | 1.0.0 |

## Support

Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_xen/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_xen.register_plugin', :before => :finisher_hook do |app|
Foreman::Plugin.register :foreman_xen do
requires_foreman '>= 1.18'
requires_foreman '>= 1.20'
# Register xen compute resource in foreman
compute_resource ForemanXen::Xenserver
parameter_filter(ComputeResource, :uuid, :iso_library_mountpoint)
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_xen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanXen
VERSION = '0.7.1'.freeze
VERSION = '1.0.0'.freeze
end

0 comments on commit f8aa0f8

Please sign in to comment.