foreman_snapshot_management 4.0.0 → 4.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4c83f5919e167daeb69e987e53f4ed94d675e2b597656a76615fa1b61df2ae5
|
4
|
+
data.tar.gz: cea57fad2f2a0695feac2f7aa61a6d610832d22851b0be29d26851c56ed2823d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbe7a8c72a88ee6c92cd4fae4b43db8a389acb1ef6aa52677e4fea1191f1ac89b5124bc9000b3b080eb06ecbf10eda3d7c4d10e45277eab73b133169fbd34ab0
|
7
|
+
data.tar.gz: 5ba063a1df005739f04ea692cdc07b01e2878a6a478c34b7590d12f04af9ddda517736602987b27df85c52fe964a4508248f1ac7e095e761400da47aab844139
|
data/README.md
CHANGED
@@ -24,6 +24,7 @@ For more information, see [Installing the Snapshot Management Plug-in](https://d
|
|
24
24
|
|
25
25
|
| Foreman Version | Plugin Version |
|
26
26
|
| --------------- | -------------- |
|
27
|
+
| >= 3.13 | >= 4.0.0 |
|
27
28
|
| >= 3.7 | >= 3.0.0 |
|
28
29
|
| >= 2.3 | >= 2.0.0 |
|
29
30
|
| 1.24 | >= 1.7.0 |
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
.snapshot-date {
|
3
|
-
color: var(--pf-global--secondary-color--100);
|
4
|
-
font-size: calc(var(--pf-global--icon--FontSize--sm) * 0.9);
|
3
|
+
color: var(--pf-v5-global--secondary-color--100);
|
4
|
+
font-size: calc(var(--pf-v5-global--icon--FontSize--sm) * 0.9);
|
5
5
|
}
|
6
6
|
|
7
7
|
.description {
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_snapshot_management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ATIX AG
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-07-29 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: Foreman-plugin to manage snapshots in a virtual-hardware environments.
|
14
13
|
email:
|
@@ -120,7 +119,6 @@ homepage: https://www.orcharhino.com
|
|
120
119
|
licenses:
|
121
120
|
- GPL-3.0-only
|
122
121
|
metadata: {}
|
123
|
-
post_install_message:
|
124
122
|
rdoc_options: []
|
125
123
|
require_paths:
|
126
124
|
- lib
|
@@ -135,8 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
133
|
- !ruby/object:Gem::Version
|
136
134
|
version: '0'
|
137
135
|
requirements: []
|
138
|
-
rubygems_version: 3.
|
139
|
-
signing_key:
|
136
|
+
rubygems_version: 3.6.9
|
140
137
|
specification_version: 4
|
141
138
|
summary: Snapshot Management for machines on virtualization-platforms
|
142
139
|
test_files:
|