foreman_scc_manager 1.8.8 → 1.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/foreman_scc_manager/engine.rb +4 -2
- data/lib/foreman_scc_manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab78f155bda869b47a6124ada7ebcdf9d067c6173c400dfd9c052c70227695f9
|
|
4
|
+
data.tar.gz: '009d1c1db82b1c52e4e0ab47ebdb1769dbb4ea0e71fb6a2a0b5b26fff5b0cb41'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da25af4b803899a68ef9b3fae9646901437051d5b69dd4b5c588cca5e0018ea0b797d32255ed4dc5ba6ccb5044a119c2d712bb3b35905aeb231182145f910878
|
|
7
|
+
data.tar.gz: 15b7aa5a3f7a05e3c517aa6aa41fcef1c9bee3fb00d5f49405166264d21a7857fc348940c06a0279d88330d29b7480e90d2f3e32025ee2bcba95c1acf84f1c7b
|
data/README.md
CHANGED
|
@@ -13,6 +13,7 @@ for how to install Foreman plugins
|
|
|
13
13
|
|
|
14
14
|
| Foreman Version | Katello Version | Plugin Version |
|
|
15
15
|
| --------------- | --------------- | -------------- |
|
|
16
|
+
| 2.3 | 3.18 | ~> 1.8.9 |
|
|
16
17
|
| 2.1 | 3.16 | ~> 1.8.5 |
|
|
17
18
|
| 2.0 | 3.16 | ~> 1.8.4 |
|
|
18
19
|
| 1.24 | 3.14 | ~> 1.8.0 |
|
|
@@ -28,13 +29,16 @@ for how to install Foreman plugins
|
|
|
28
29
|
## Documentation
|
|
29
30
|
The plugin documentation can be found at https://docs.orcharhino.com/sources/management_ui/the_content_menu/suse_subscriptions.html.
|
|
30
31
|
|
|
32
|
+
A Hammer CLI extension is available for this plugin:
|
|
33
|
+
https://github.com/ATIX-AG/hammer-cli-foreman-scc-manager
|
|
34
|
+
|
|
31
35
|
## Contributing
|
|
32
36
|
|
|
33
37
|
Fork and send a Pull Request. Thanks!
|
|
34
38
|
|
|
35
39
|
## Copyright
|
|
36
40
|
|
|
37
|
-
Copyright (c)
|
|
41
|
+
Copyright (c) 2021 ATIX AG - http://www.atix.de
|
|
38
42
|
|
|
39
43
|
This program is free software: you can redistribute it and/or modify
|
|
40
44
|
it under the terms of the GNU General Public License as published by
|
|
@@ -22,8 +22,10 @@ module ForemanSccManager
|
|
|
22
22
|
|
|
23
23
|
initializer 'foreman_scc_manager.register_plugin', :before => :finisher_hook do |_app|
|
|
24
24
|
Foreman::Plugin.register :foreman_scc_manager do
|
|
25
|
-
requires_foreman '>= 1
|
|
26
|
-
requires_foreman_plugin 'katello', '>= 3.
|
|
25
|
+
requires_foreman '>= 2.1'
|
|
26
|
+
requires_foreman_plugin 'katello', '>= 3.16.0'
|
|
27
|
+
|
|
28
|
+
precompile_assets 'foreman_scc_manager/scc_accounts.js'
|
|
27
29
|
|
|
28
30
|
apipie_documented_controllers ["#{ForemanSccManager::Engine.root}/app/controllers/api/v2/*.rb"]
|
|
29
31
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_scc_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ATIX AG
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdoc
|