foreman_salt 16.0.2 → 16.0.3
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 +4 -7
- data/app/helpers/foreman_salt/salt_plugin_helper.rb +1 -1
- data/app/lib/proxy_api/salt.rb +1 -1
- data/lib/foreman_salt/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: c7ec0e847a86177e0e123bada956cd657d72ff67cc483cc67c7662ff8e3334e6
|
|
4
|
+
data.tar.gz: 238933ef2aca2375a075cf7b3862901cba9126670f73b435d588a297e9435e20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3d0daed6e32f1ce780e170b00c09253566c246f91f65631a6332447c9d5dd748b9a09ca93e3af8ec132ffaa2a8cc3787666de2dbbe7e619e525b5cb761b1b98
|
|
7
|
+
data.tar.gz: 7e11f6675013de8d95642441e889de6d572f33fa24d75fd86d9e78aeaececeef6b13747bb013f691963f8f7f687cd39e5a7e54d80fc1058adf3137eb83fd8203
|
data/README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
[](https://github.com/theforeman/foreman_salt/actions/workflows/ruby_tests.yml)
|
|
1
2
|
[](https://rubygems.org/gems/foreman_salt)
|
|
2
3
|
[](https://codeclimate.com/github/theforeman/foreman_salt)
|
|
3
4
|
[](https://github.com/theforeman/foreman_salt/blob/master/LICENSE)
|
|
@@ -10,14 +11,10 @@ This plug-in adds support for Salt to Foreman.
|
|
|
10
11
|
|
|
11
12
|
| Foreman Version | Plugin Version |
|
|
12
13
|
| --------------- | --------------:|
|
|
13
|
-
| <= 1.16 | 10.0.0 |
|
|
14
|
-
| >= 1.17 | 10.1.0 |
|
|
15
|
-
| >= 1.21 | 10.2.0 |
|
|
16
|
-
| >= 1.22 | 10.3.1 |
|
|
17
|
-
| >= 1.23 | 11.0.1 |
|
|
18
|
-
| >= 1.24 | 13.2.0 |
|
|
19
14
|
| >= 2.5 | 14.0.0 |
|
|
20
15
|
| >= 3.2 | 15.0.0 |
|
|
16
|
+
| >= 3.7 | 16.0.0 |
|
|
17
|
+
|
|
21
18
|
|
|
22
19
|
## Documentation
|
|
23
20
|
|
|
@@ -29,7 +26,7 @@ Fork and send a Pull Request. Thanks!
|
|
|
29
26
|
|
|
30
27
|
## Copyright
|
|
31
28
|
|
|
32
|
-
Copyright (c)
|
|
29
|
+
Copyright (c) 2024 The Foreman community
|
|
33
30
|
|
|
34
31
|
This program is free software: you can redistribute it and/or modify
|
|
35
32
|
it under the terms of the GNU General Public License as published by
|
|
@@ -4,7 +4,7 @@ module ForemanSalt
|
|
|
4
4
|
# General helper functions for foreman_salt
|
|
5
5
|
module SaltPluginHelper
|
|
6
6
|
def salt_doc_url
|
|
7
|
-
'https://docs.theforeman.org/nightly/
|
|
7
|
+
'https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-foreman-el.html'
|
|
8
8
|
end
|
|
9
9
|
end
|
|
10
10
|
end
|
data/app/lib/proxy_api/salt.rb
CHANGED
data/lib/foreman_salt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_salt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.0.
|
|
4
|
+
version: 16.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Benjamin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deface
|