foreman_salt 16.0.2 → 16.0.3

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: 1e0e128301ee5900c260c90bc80750a764b4069a0b9469c4586acca098841333
4
- data.tar.gz: 42a8c75b129c9ee1b4c2e25e46d5ab24cb0535662f97c689c3e2583361a97414
3
+ metadata.gz: c7ec0e847a86177e0e123bada956cd657d72ff67cc483cc67c7662ff8e3334e6
4
+ data.tar.gz: 238933ef2aca2375a075cf7b3862901cba9126670f73b435d588a297e9435e20
5
5
  SHA512:
6
- metadata.gz: bd9a20bd1372f8a8623fae1b0746238781c646a95b24c2e733e0133092c199c9e2a92b9583fc9a1503a492164ff5e8918b432f8257cc04091f05917c90afec93
7
- data.tar.gz: a48416f753cd0141f0afd91eb681fed75cfbd865b530c5bb4c8137d3796c98504563af8dc64fce04df2695636c8a2a7baeaed79d236a4660a060fa9deb4dfa78
6
+ metadata.gz: a3d0daed6e32f1ce780e170b00c09253566c246f91f65631a6332447c9d5dd748b9a09ca93e3af8ec132ffaa2a8cc3787666de2dbbe7e619e525b5cb761b1b98
7
+ data.tar.gz: 7e11f6675013de8d95642441e889de6d572f33fa24d75fd86d9e78aeaececeef6b13747bb013f691963f8f7f687cd39e5a7e54d80fc1058adf3137eb83fd8203
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Ruby Tests](https://github.com/theforeman/foreman_salt/actions/workflows/ruby_tests.yml/badge.svg)](https://github.com/theforeman/foreman_salt/actions/workflows/ruby_tests.yml)
1
2
  [![Gem Version](https://img.shields.io/gem/v/foreman_salt.svg)](https://rubygems.org/gems/foreman_salt)
2
3
  [![Code Climate](https://codeclimate.com/github/theforeman/foreman_salt/badges/gpa.svg)](https://codeclimate.com/github/theforeman/foreman_salt)
3
4
  [![GPL License](https://img.shields.io/github/license/theforeman/foreman_salt.svg)](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) 2023 The Foreman community
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/Managing_Hosts/index-foreman-el.html#Using_Salt_for_Configuration_Management_managing-hosts'
7
+ 'https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-foreman-el.html'
8
8
  end
9
9
  end
10
10
  end
@@ -49,7 +49,7 @@ module ::ProxyAPI
49
49
  states = {}
50
50
 
51
51
  environments_list.each do |environment|
52
- states[environment] = parse(get("environments/#{environment}"))
52
+ states[environment] = parse(get("environments/#{CGI.escape(environment)}"))
53
53
  end
54
54
 
55
55
  states
@@ -1,3 +1,3 @@
1
1
  module ForemanSalt
2
- VERSION = '16.0.2'.freeze
2
+ VERSION = '16.0.3'.freeze
3
3
  end
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.2
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-04-12 00:00:00.000000000 Z
11
+ date: 2024-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface