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: f8a82e13a73e1ff6d7590c3b1580ecd0127dada9482135673a918f4570ff1181
4
- data.tar.gz: 2de8b8fa18746e11ccce0f4606319e5f2927357bbe4a2e398c5e60cb30929cec
3
+ metadata.gz: b4c83f5919e167daeb69e987e53f4ed94d675e2b597656a76615fa1b61df2ae5
4
+ data.tar.gz: cea57fad2f2a0695feac2f7aa61a6d610832d22851b0be29d26851c56ed2823d
5
5
  SHA512:
6
- metadata.gz: 7efe5542565db15d82a81e76e6cc2789378187cde8f4eae14dcb9394c0f315f966b9237d0dbad11a491e40330fc511d8331bc68a97758b66b5b37ed41f0fd828
7
- data.tar.gz: 5f360e4018c1ea3f13f5ba5aaa41e383dac116b653c3548684a247df58a2bbd5c340ddb02440ec76678daf2be8af17f607df67d947b15a5b79912eca9c083d41
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,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanSnapshotManagement
4
- VERSION = '4.0.0'
4
+ VERSION = '4.1.0'
5
5
  end
@@ -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 {
@@ -1,5 +1,5 @@
1
1
  .snapshot-create {
2
- font-size: var(--pf-global--FontSize--md);
2
+ font-size: var(--pf-v5-global--FontSize--md);
3
3
  margin-bottom: 20px;
4
4
  margin-top: 10px;
5
5
  }
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.0.0
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: 2024-10-23 00:00:00.000000000 Z
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.3.27
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: