Skip to content

Commit

Permalink
Bump version to 0.5.16 with pulling from tx (theforeman#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Aug 1, 2023
1 parent 09262b7 commit 2ae0ab0
Show file tree
Hide file tree
Showing 71 changed files with 1,097 additions and 80 deletions.
1 change: 1 addition & 0 deletions lib/foreman_virt_who_configure/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Engine < ::Rails::Engine
initializer 'foreman_virt_who_configure.register_plugin', :before => :finisher_hook do |_app|
Foreman::Plugin.register :foreman_virt_who_configure do
requires_foreman '>= 3.7'
register_gettext

apipie_documented_controllers ["#{ForemanVirtWhoConfigure::Engine.root}/app/controllers/foreman_virt_who_configure/api/v2/*.rb"]

Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_virt_who_configure/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanVirtWhoConfigure
VERSION = '0.5.15'.freeze
VERSION = '0.5.16'.freeze
end
4 changes: 3 additions & 1 deletion locale/action_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
_("Attach subscriptions")
_("Auto attach subscriptions")
_("Bulk generate applicability for hosts")
_("Check for long running tasks")
_("Combined Profile Update")
_("Copy version units to library")
_("Create Alternate Content Source")
Expand All @@ -17,6 +18,7 @@
_("Delete Lifecycle Environment")
_("Delete Product")
_("Delete")
_("Deliver notifications about long running tasks")
_("Destroy Alternate Content Source")
_("Destroy Content Host")
_("Destroy")
Expand Down Expand Up @@ -80,4 +82,4 @@
_("Update")
_("Updating System Purpose for host")
_("Upload into")
_("Verify checksum")
_("Verify checksum")
6 changes: 6 additions & 0 deletions locale/bn/foreman_virt_who_configure.po
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ msgstr ""
msgid "Bulk generate applicability for hosts"
msgstr ""

msgid "Check for long running tasks"
msgstr ""

msgid "Combined Profile Update"
msgstr ""

Expand Down Expand Up @@ -175,6 +178,9 @@ msgstr ""
msgid "Delete virt-who configuration %s?"
msgstr ""

msgid "Deliver notifications about long running tasks"
msgstr ""

msgid "Deploy"
msgstr ""

Expand Down
6 changes: 6 additions & 0 deletions locale/bn_IN/foreman_virt_who_configure.po
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ msgstr ""
msgid "Bulk generate applicability for hosts"
msgstr ""

msgid "Check for long running tasks"
msgstr ""

msgid "Combined Profile Update"
msgstr ""

Expand Down Expand Up @@ -176,6 +179,9 @@ msgstr ""
msgid "Delete virt-who configuration %s?"
msgstr ""

msgid "Deliver notifications about long running tasks"
msgstr ""

msgid "Deploy"
msgstr ""

Expand Down
Loading

0 comments on commit 2ae0ab0

Please sign in to comment.