smart_proxy_hdm 0.1.0 → 1.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9818556cc8bf08e0e6800cd42599c0209697cac94427667b786ec6e65548528
4
- data.tar.gz: b441297e86f64bc326c6a1571ca1165819bcdcab2a52f307e95ab26f2f33cc37
3
+ metadata.gz: 6cf38d2a18d6b2c073d088807cfb5a5603bfb4e7743750d7d5df3649649e80da
4
+ data.tar.gz: a999630fd016dcacc570f67ef9093dcd943682731597f3fdf369aac5529d25ba
5
5
  SHA512:
6
- metadata.gz: 91ead2fe1f3d0aed01cd9a61f7c38136da2b9f9d5c5361dec6fa040626d2edd7030f00c0396a1e50586356ebb453d4a5c7df117ec3d733d68e2d6d3652646829
7
- data.tar.gz: c71d7e9d28456625353d3be35f6a377882f566b811b03261d24384853f3a2f0070eaf2e8bb0398f1d9998f7baea356b02386f481a752ec5006fe7f8736395d67
6
+ metadata.gz: 2b0cd4fed1b7f719678f4cb9c8a61f0f3106bf03a4588dc711eaf8f1f034efd1d126eb1a20817e5ff5278a070964f6cc2078e867011f682690cb2b4a8d2dac86
7
+ data.tar.gz: 1f45b3f3d1194918a8b365ed82c31468ef466418c5006fa06b627b8602d5268d8d589262d976ac6d5f544ddc14e0ef080afcf8bd97472961c2db94536f275eb1
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # SmartProxyHdm
2
2
 
3
+ [![License](https://img.shields.io/github/license/betadots/smart_proxy_hdm.svg)](https://github.com/betadots/smart_proxy_hdm/blob/master/LICENSE)
4
+ [![Test](https://github.com/betadots/smart_proxy_hdm/actions/workflows/test.yml/badge.svg)](https://github.com/betadots/smart_proxy_hdm/actions/workflows/test.yml)
5
+ [![Release](https://github.com/betadots/smart_proxy_hdm/actions/workflows/release.yml/badge.svg)](https://github.com/betadots/smart_proxy_hdm/actions/workflows/release.yml)
6
+ [![RubyGem Version](https://img.shields.io/gem/v/smart_proxy_hdm.svg)](https://rubygems.org/gems/smart_proxy_hdm)
7
+ [![RubyGem Downloads](https://img.shields.io/gem/dt/smart_proxy_hdm.svg)](https://rubygems.org/gems/smart_proxy_hdm)
8
+
3
9
  Allows reading hiera data from HDM (https://github.com/betadots/hdm)
4
10
  to display alongside hosts in Foreman.
5
11
 
@@ -12,9 +18,9 @@ This plugin is compatible with Smart Proxy 2.3 or higher.
12
18
 
13
19
  ## Configuration
14
20
 
15
- Configuration options for this plugin are in `/etc/foreman-proxy/settings.d/hdm.yml` and include:
21
+ Configuration options for this plugin are in `/etc/foreman-proxy/settings.d/hdm.yml`.
16
22
 
17
- * example_setting: change this as an example
23
+ More details can be found in the [Foreman HDM Plugin](https://github.com/betadots/foreman_hdm/blob/main/README.md)
18
24
 
19
25
  ## Contributing
20
26
 
@@ -36,3 +42,15 @@ GNU General Public License for more details.
36
42
 
37
43
  You should have received a copy of the GNU General Public License
38
44
  along with this program. If not, see <http://www.gnu.org/licenses/>.
45
+
46
+ ## Release a new version
47
+
48
+ To make a new release, please do:
49
+
50
+ * update the version in `lib/smart_proxy_hdm/version.rb`
51
+ * Install gems with `bundle install --with release --path .vendor`
52
+ * generate the changelog with `bundle exec rake changelog`
53
+ * Check if the new version matches the closed issues/PRs in the changelog
54
+ * if required, add labels to unlabled PR/issues, regenerate the changelog
55
+ * Create a PR with it
56
+ * After it got merged, push a tag that's prefixed with `v`. GitHub Actions will do the actual release to Rubygems and GitHub Packages
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module Hdm
3
- VERSION = '0.1.0'
3
+ VERSION = '1.0.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_hdm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - betadots GmbH
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-06-23 00:00:00.000000000 Z
10
+ date: 2025-05-15 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: minitest
@@ -90,14 +89,14 @@ dependencies:
90
89
  requirements:
91
90
  - - "~>"
92
91
  - !ruby/object:Gem::Version
93
- version: 0.31.0
92
+ version: 0.38.0
94
93
  type: :development
95
94
  prerelease: false
96
95
  version_requirements: !ruby/object:Gem::Requirement
97
96
  requirements:
98
97
  - - "~>"
99
98
  - !ruby/object:Gem::Version
100
- version: 0.31.0
99
+ version: 0.38.0
101
100
  - !ruby/object:Gem::Dependency
102
101
  name: rubocop-performance
103
102
  requirement: !ruby/object:Gem::Requirement
@@ -138,14 +137,14 @@ dependencies:
138
137
  requirements:
139
138
  - - "~>"
140
139
  - !ruby/object:Gem::Version
141
- version: 0.6.0
140
+ version: 0.7.0
142
141
  type: :development
143
142
  prerelease: false
144
143
  version_requirements: !ruby/object:Gem::Requirement
145
144
  requirements:
146
145
  - - "~>"
147
146
  - !ruby/object:Gem::Version
148
- version: 0.6.0
147
+ version: 0.7.0
149
148
  description: Read hiera data via HDM to display alongside hosts in Foreman
150
149
  email:
151
150
  - info@betadots.de
@@ -167,9 +166,8 @@ files:
167
166
  - test/test_helper.rb
168
167
  homepage: https://github.com/betadots/smart_proxy_hdm
169
168
  licenses:
170
- - GPL-3.0
169
+ - GPL-3.0-only
171
170
  metadata: {}
172
- post_install_message:
173
171
  rdoc_options: []
174
172
  require_paths:
175
173
  - lib
@@ -184,8 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
182
  - !ruby/object:Gem::Version
185
183
  version: '0'
186
184
  requirements: []
187
- rubygems_version: 3.2.33
188
- signing_key:
185
+ rubygems_version: 3.6.7
189
186
  specification_version: 4
190
187
  summary: An HDM Plugin for Foreman's smart proxy
191
188
  test_files: