hammer_cli_foreman 3.17.0 → 3.18.1
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/doc/release_notes.md +7 -0
- data/lib/hammer_cli_foreman/compute_resource/base.rb +1 -0
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/lib/hammer_cli_foreman/virtual_machine.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ka/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- metadata +4 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 654e57efea71eefcaac27aeebcf015cd4e258d303cd374b7bb3305670c5f9ae5
|
|
4
|
+
data.tar.gz: 32b5ab61fededf354c1a37d6646f6180348c2ee9e27bc856538bd2584b4988d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47dae7398a0a25c9d501af220f1cd519d0571c5fd1d41101d32bc744e4d17cf2cca26a6562fc128b6ff7be82d0e90b5d916eb2da438483cb83aa2c70072f4815
|
|
7
|
+
data.tar.gz: c585e4bd9b64cc0e5dd6fc95e8a5e9b9078aa06f6fdaa81b4491498980d8815fd95d63c2547ed33f3b67dc852894ed4dc86275178849fc37bfc8f9e1380569b9
|
data/doc/release_notes.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
Release notes
|
|
2
2
|
=============
|
|
3
|
+
### 3.18.1 (2026-03-04)
|
|
4
|
+
* Provide empty provider_vm_specific_fields in cr::base, [#39126](http://projects.theforeman.org/issues/39126)
|
|
5
|
+
* Always print vm data, even if the provider is absent, [#39125](http://projects.theforeman.org/issues/39125)
|
|
6
|
+
|
|
7
|
+
### 3.18.0 (2026-02-10)
|
|
8
|
+
* Bump to 3.18.0-develop
|
|
9
|
+
|
|
3
10
|
### 3.17.0 (2025-11-11)
|
|
4
11
|
* Add packit commit trigger job
|
|
5
12
|
* Remove options related to filter overrides ([PR #645](https://github.com/theforeman/hammer-cli-foreman/pull/645)), [#38805](http://projects.theforeman.org/issues/38805)
|
|
@@ -28,8 +28,8 @@ module HammerCLIForeman
|
|
|
28
28
|
provider = ::HammerCLIForeman.compute_resources[data['provider'].downcase]
|
|
29
29
|
if provider
|
|
30
30
|
output_definition.fields.concat(provider.provider_vm_specific_fields || [])
|
|
31
|
-
super(data)
|
|
32
31
|
end
|
|
32
|
+
super(data)
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
build_options
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli_foreman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomáš Strachota
|
|
8
8
|
- Martin Bačovský
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: hammer_cli
|
|
@@ -80,6 +79,7 @@ email: tstracho@redhat.com
|
|
|
80
79
|
executables: []
|
|
81
80
|
extensions: []
|
|
82
81
|
extra_rdoc_files:
|
|
82
|
+
- README.md
|
|
83
83
|
- doc/configuration.md
|
|
84
84
|
- doc/developer_docs.md
|
|
85
85
|
- doc/host_create.md
|
|
@@ -89,7 +89,6 @@ extra_rdoc_files:
|
|
|
89
89
|
- doc/release_notes.md
|
|
90
90
|
- doc/testing.md
|
|
91
91
|
- doc/using_hammer_cli_foreman_command.md
|
|
92
|
-
- README.md
|
|
93
92
|
files:
|
|
94
93
|
- LICENSE
|
|
95
94
|
- README.md
|
|
@@ -341,7 +340,6 @@ homepage: https://github.com/theforeman/hammer-cli-foreman
|
|
|
341
340
|
licenses:
|
|
342
341
|
- GPL-3.0-or-later
|
|
343
342
|
metadata: {}
|
|
344
|
-
post_install_message:
|
|
345
343
|
rdoc_options: []
|
|
346
344
|
require_paths:
|
|
347
345
|
- lib
|
|
@@ -356,8 +354,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
356
354
|
- !ruby/object:Gem::Version
|
|
357
355
|
version: '0'
|
|
358
356
|
requirements: []
|
|
359
|
-
rubygems_version: 3.
|
|
360
|
-
signing_key:
|
|
357
|
+
rubygems_version: 3.6.9
|
|
361
358
|
specification_version: 4
|
|
362
359
|
summary: Foreman commands for Hammer
|
|
363
360
|
test_files:
|