foreman_bootdisk 19.0.6 → 19.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e45f52942dcc02997951e5994c28cf2225e2a7843b4c7f7df5105ea6298ad8b
4
- data.tar.gz: a6cdb77d4f5bf6ff0e4cbb425a054ea9dd0f4cb21cb2e44b68919b5886c700c9
3
+ metadata.gz: d62b27c38ee50a088449ea7eeeda2233de2f1b4e5f7e2c05b53c9bde6a46bf55
4
+ data.tar.gz: 3bc3562a901636ee58835886759a07646ce668534aba1fbbca9a2aba10e36ba8
5
5
  SHA512:
6
- metadata.gz: fff8a878907faca8d28fb33026879db8d94be2c2fb8655dedc84447cc0210a053e29115bbbe95da8126b62256028e07c11aa5f44b821eb4f2091304b125b768a
7
- data.tar.gz: 5cf6cdd0fff635f0c88500bd5489cc5402de8ef899637dfd9915da42780ecb8690209b735663df074aa0826edc31c77238ea54268e67c106e4d6b16b0764c943
6
+ metadata.gz: 141671e17107d925a18bf7691bdbf531766c6dc26d109946b87323e9c82a4b8585397eab2d8c965cd06f15edc4cf31a330e54af2d13cd81ead0e0bc08b82045a
7
+ data.tar.gz: 915b5ce90667016893905d3d2ba95de32b1b842d6fbd68fd8ffcd760920b0d4fb67053af886c12a0702bda9d60f74f6a2bee231315eea8efe6a5e480b516e9e2
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class FixBootdiskSettingsCategoryToDsl < ActiveRecord::Migration[6.0]
4
+ def up
5
+ Setting.where(category: 'Setting::Bootdisk').update_all(category: 'Setting')
6
+ end
7
+ end
@@ -124,7 +124,7 @@ module ForemanBootdisk
124
124
  description: N_("Installation media files will be cached for full host images")
125
125
 
126
126
  setting "bootdisk_allowed_types",
127
- type: :string,
127
+ type: :array,
128
128
  default: Setting::Bootdisk.bootdisk_types,
129
129
  full_name: N_("Allowed bootdisk types"),
130
130
  description: N_("List of allowed bootdisk types, remove type to disable it")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanBootdisk
4
- VERSION = '19.0.6'
4
+ VERSION = '19.0.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_bootdisk
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.0.6
4
+ version: 19.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominic Cleal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: theforeman-rubocop
@@ -88,6 +88,7 @@ files:
88
88
  - db/migrate/20131021095100_edit_host_bootdisk_template_dns_secondary.rb
89
89
  - db/migrate/20140522185700_change_templatekind_to_bootdisk.rb
90
90
  - db/migrate/20171009225200_remove_duplicate_bootdisk_templates.rb
91
+ - db/migrate/20221102105354_fix_bootdisk_settings_category_to_dsl.rb
91
92
  - db/seeds.d/50-bootdisk_templates.rb
92
93
  - lib/foreman_bootdisk.rb
93
94
  - lib/foreman_bootdisk/engine.rb