Skip to content

Commit fd48942

Browse files
author
semantic-release
committed
chore(release): 1.0.2 [skip ci]
1 parent b635f04 commit fd48942

10 files changed

Lines changed: 123 additions & 59 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# CHANGELOG
22

3+
## v1.0.2 (2026-04-15)
4+
5+
### Bug Fixes
6+
7+
- Resolve lint errors
8+
([`58e5c7a`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/58e5c7a6b25e2c74e166f8db5ff5fd5d21b19eb1))
9+
10+
- Resolve markdown lint errors
11+
([`d8ba549`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/d8ba549661c16c3356e2227330bc6b9861d8b4b3))
12+
13+
- Set collection authors
14+
([`1d229a8`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/1d229a880442d7283abf81e2663d7e922a05925b))
15+
16+
### Chores
17+
18+
- Add PR template
19+
([`25e8232`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/25e823230c6b333cd20de0e9f9e465d72cbece83))
20+
21+
- Fix ci workflow ([#10](https://github.com/redhat-cop/openshift_virtualization_ops/pull/10),
22+
[`b635f04`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/b635f04db3b851416e4ced94a166f006066eb127))
23+
24+
- Revise build scripts
25+
([`49f0013`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/49f00131b43bd4c4162a78ded257242679a3bcf0))
26+
27+
- Revise configs, pre-commit hooks
28+
([`a33031c`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/a33031ce5a786ab0958c85b752845d990d9e85a6))
29+
30+
- Update documentation [skip ci]
31+
([`e79dca4`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/e79dca496bd0a818b5327e2a75f71883cdd89430))
32+
33+
### Documentation
34+
35+
- Add badges to README
36+
([`e901771`](https://github.com/redhat-cop/openshift_virtualization_ops/commit/e901771c80eb64f1fe93366fd50092fb5f63d10f))
37+
338

439
## v1.0.1 (2025-06-27)
540

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Openshift Virtualization Operations Release Notes
44

55
.. contents:: Topics
66

7+
v1.0.2
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- resolve lint errors
14+
- resolve markdown lint errors
15+
- set collection authors
16+
17+
Documentation Changes
18+
---------------------
19+
20+
- add badges to README
21+
722
v1.0.1
823
======
924

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,17 @@ releases:
1010
release_date: '2025-06-27'
1111
1.0.1:
1212
release_date: '2025-06-27'
13+
1.0.2:
14+
changes:
15+
bugfixes:
16+
- resolve lint errors
17+
- resolve markdown lint errors
18+
- set collection authors
19+
doc_changes:
20+
- add badges to README
21+
fragments:
22+
- 1.0.2_docs_addbadgestoREADME.yml
23+
- 1.0.2_fix_resolvelinterrors.yml
24+
- 1.0.2_fix_resolvemarkdownlinterrors.yml
25+
- 1.0.2_fix_setcollectionauthors.yml
26+
release_date: '2026-04-15'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace: infra
77
name: openshift_virtualization_ops
8-
version: 1.0.1
8+
version: 1.0.2
99
readme: README.md
1010
authors:
1111
- OpenShift Virtualization Migration Contributors

roles/vm_backup_restore/README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This role performs a backup and restore of a virtual machine by using VM snapsho
1717
Role belongs to infra/openshift_virtualization_ops
1818
Namespace - infra
1919
Collection - openshift_virtualization_ops
20-
Version - 1.0.1
20+
Version - 1.0.2
2121
Repository - https://github.com/redhat-cop/openshift_virtualization_ops
2222
```
2323

@@ -118,7 +118,7 @@ Description: Virtual Machine backup and restore capabilities.
118118

119119
## Task Flow Graphs
120120

121-
### Graph for _restore_vm.yml
121+
### Graph for _snapshot_vm.yml
122122

123123
```mermaid
124124
flowchart TD
@@ -132,13 +132,12 @@ classDef importRole stroke:#699ba7,stroke-width:2px;
132132
classDef includeVars stroke:#8e44ad,stroke-width:2px;
133133
classDef rescue stroke:#665352,stroke-width:2px;
134134
135-
Start-->|Task| _restore_vm___Stop_Virtual_Machine0[ restore vm stop virtual machine]:::task
136-
_restore_vm___Stop_Virtual_Machine0-->|Task| _restore_vm___Create_Restore1[ restore vm create restore]:::task
137-
_restore_vm___Create_Restore1-->|Task| _restore_vm___Start_Virtual_Machine2[ restore vm start virtual machine<br>When: **vm restore snapshot start vm default true <br>bool**]:::task
138-
_restore_vm___Start_Virtual_Machine2-->End
135+
Start-->|Task| _snapshot_vm___Create_Snapshot0[ snapshot vm create snapshot]:::task
136+
_snapshot_vm___Create_Snapshot0-->|Task| _snapshot_vm___Print_Snapshot_Name1[ snapshot vm print snapshot name]:::task
137+
_snapshot_vm___Print_Snapshot_Name1-->End
139138
```
140139

141-
### Graph for _snapshot_vm.yml
140+
### Graph for vm_restore.yml
142141

143142
```mermaid
144143
flowchart TD
@@ -152,12 +151,14 @@ classDef importRole stroke:#699ba7,stroke-width:2px;
152151
classDef includeVars stroke:#8e44ad,stroke-width:2px;
153152
classDef rescue stroke:#665352,stroke-width:2px;
154153
155-
Start-->|Task| _snapshot_vm___Create_Snapshot0[ snapshot vm create snapshot]:::task
156-
_snapshot_vm___Create_Snapshot0-->|Task| _snapshot_vm___Print_Snapshot_Name1[ snapshot vm print snapshot name]:::task
157-
_snapshot_vm___Print_Snapshot_Name1-->End
154+
Start-->|Task| vm_restore___Verify_OpenShift_Connectivity_Details_Provided0[vm restore verify openshift connectivity details<br>provided]:::task
155+
vm_restore___Verify_OpenShift_Connectivity_Details_Provided0-->|Task| vm_restore___Initialize_Variables1[vm restore initialize variables]:::task
156+
vm_restore___Initialize_Variables1-->|Include role| vm_restore___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2(vm restore invoke collect vm role<br>include_role: infra openshift virtualization ops vm collect):::includeRole
157+
vm_restore___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2-->|Include task| vm_restore___Restore_VM_Snapshots__restore_vm_yml_3[vm restore restore vm snapshots<br>include_task: restore vm yml]:::includeTasks
158+
vm_restore___Restore_VM_Snapshots__restore_vm_yml_3-->End
158159
```
159160

160-
### Graph for vm_backup.yml
161+
### Graph for _restore_vm.yml
161162

162163
```mermaid
163164
flowchart TD
@@ -171,14 +172,13 @@ classDef importRole stroke:#699ba7,stroke-width:2px;
171172
classDef includeVars stroke:#8e44ad,stroke-width:2px;
172173
classDef rescue stroke:#665352,stroke-width:2px;
173174
174-
Start-->|Task| vm_backup___Verify_OpenShift_Connectivity_Details_Provided0[vm backup verify openshift connectivity details<br>provided]:::task
175-
vm_backup___Verify_OpenShift_Connectivity_Details_Provided0-->|Task| vm_backup___Initialize_Variables1[vm backup initialize variables]:::task
176-
vm_backup___Initialize_Variables1-->|Include role| vm_backup___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2(vm backup invoke collect vm role<br>include_role: infra openshift virtualization ops vm collect):::includeRole
177-
vm_backup___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2-->|Include task| vm_backup___Snapshot_VMs___snapshot_vm_yml_3[vm backup snapshot vms <br>include_task: snapshot vm yml]:::includeTasks
178-
vm_backup___Snapshot_VMs___snapshot_vm_yml_3-->End
175+
Start-->|Task| _restore_vm___Stop_Virtual_Machine0[ restore vm stop virtual machine]:::task
176+
_restore_vm___Stop_Virtual_Machine0-->|Task| _restore_vm___Create_Restore1[ restore vm create restore]:::task
177+
_restore_vm___Create_Restore1-->|Task| _restore_vm___Start_Virtual_Machine2[ restore vm start virtual machine<br>When: **vm restore snapshot start vm default true <br>bool**]:::task
178+
_restore_vm___Start_Virtual_Machine2-->End
179179
```
180180

181-
### Graph for vm_restore.yml
181+
### Graph for vm_backup.yml
182182

183183
```mermaid
184184
flowchart TD
@@ -192,11 +192,11 @@ classDef importRole stroke:#699ba7,stroke-width:2px;
192192
classDef includeVars stroke:#8e44ad,stroke-width:2px;
193193
classDef rescue stroke:#665352,stroke-width:2px;
194194
195-
Start-->|Task| vm_restore___Verify_OpenShift_Connectivity_Details_Provided0[vm restore verify openshift connectivity details<br>provided]:::task
196-
vm_restore___Verify_OpenShift_Connectivity_Details_Provided0-->|Task| vm_restore___Initialize_Variables1[vm restore initialize variables]:::task
197-
vm_restore___Initialize_Variables1-->|Include role| vm_restore___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2(vm restore invoke collect vm role<br>include_role: infra openshift virtualization ops vm collect):::includeRole
198-
vm_restore___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2-->|Include task| vm_restore___Restore_VM_Snapshots__restore_vm_yml_3[vm restore restore vm snapshots<br>include_task: restore vm yml]:::includeTasks
199-
vm_restore___Restore_VM_Snapshots__restore_vm_yml_3-->End
195+
Start-->|Task| vm_backup___Verify_OpenShift_Connectivity_Details_Provided0[vm backup verify openshift connectivity details<br>provided]:::task
196+
vm_backup___Verify_OpenShift_Connectivity_Details_Provided0-->|Task| vm_backup___Initialize_Variables1[vm backup initialize variables]:::task
197+
vm_backup___Initialize_Variables1-->|Include role| vm_backup___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2(vm backup invoke collect vm role<br>include_role: infra openshift virtualization ops vm collect):::includeRole
198+
vm_backup___Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_2-->|Include task| vm_backup___Snapshot_VMs___snapshot_vm_yml_3[vm backup snapshot vms <br>include_task: snapshot vm yml]:::includeTasks
199+
vm_backup___Snapshot_VMs___snapshot_vm_yml_3-->End
200200
```
201201

202202
## Playbook

roles/vm_collect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
1212
Role belongs to infra/openshift_virtualization_ops
1313
Namespace - infra
1414
Collection - openshift_virtualization_ops
15-
Version - 1.0.1
15+
Version - 1.0.2
1616
Repository - https://github.com/redhat-cop/openshift_virtualization_ops
1717
```
1818

roles/vm_hot_plug/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This role performs hot plugging in a virtual machine.
1414
Role belongs to infra/openshift_virtualization_ops
1515
Namespace - infra
1616
Collection - openshift_virtualization_ops
17-
Version - 1.0.1
17+
Version - 1.0.2
1818
Repository - https://github.com/redhat-cop/openshift_virtualization_ops
1919
```
2020

@@ -86,7 +86,7 @@ Description: Hot Plug Virtual Machine resources.
8686

8787
## Task Flow Graphs
8888

89-
### Graph for _compute.yml
89+
### Graph for main.yml
9090

9191
```mermaid
9292
flowchart TD
@@ -100,10 +100,10 @@ classDef importRole stroke:#699ba7,stroke-width:2px;
100100
classDef includeVars stroke:#8e44ad,stroke-width:2px;
101101
classDef rescue stroke:#665352,stroke-width:2px;
102102
103-
Start-->|Task| _compute___Verify_Instance_Type_exists_on_VM0[ compute verify instance type exists on vm<br>When: **instancetype in vm hot plug vm compute**]:::task
104-
_compute___Verify_Instance_Type_exists_on_VM0-->|Task| _compute___Verify_Instance_Type_does_not_exist_on_VM1[ compute verify instance type does not exist on<br>vm<br>When: **cpu in vm hot plug vm compute or memory in vm<br>hot plug vm compute**]:::task
105-
_compute___Verify_Instance_Type_does_not_exist_on_VM1-->|Task| _compute___Patch_VM_with_Compute_Modifications2[ compute patch vm with compute modifications]:::task
106-
_compute___Patch_VM_with_Compute_Modifications2-->End
103+
Start-->|Task| Initialize_Variables0[initialize variables]:::task
104+
Initialize_Variables0-->|Include role| Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_1(invoke collect vm role<br>include_role: infra openshift virtualization ops vm collect):::includeRole
105+
Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_1-->|Include task| Process_Hot_Plug_VM__process_vm_yml_2[process hot plug vm<br>include_task: process vm yml]:::includeTasks
106+
Process_Hot_Plug_VM__process_vm_yml_2-->End
107107
```
108108

109109
### Graph for _process_vm.yml
@@ -132,7 +132,7 @@ classDef rescue stroke:#665352,stroke-width:2px;
132132
_process_vm___Verify_the_VirtualMachine_restarted_infra_openshift_virtualization_ops_vm_lifecycle_1-->End
133133
```
134134

135-
### Graph for _storage.yml
135+
### Graph for _compute.yml
136136

137137
```mermaid
138138
flowchart TD
@@ -146,11 +146,13 @@ classDef importRole stroke:#699ba7,stroke-width:2px;
146146
classDef includeVars stroke:#8e44ad,stroke-width:2px;
147147
classDef rescue stroke:#665352,stroke-width:2px;
148148
149-
Start-->|Task| _storage___Perform_VM_Storage_Operation0[ storage perform vm storage operation<br>When: **state in vm hot plug storage instance and <br>vm hot plug storage instance state absent and<br> vm hot plug vm response obj spec template spec<br>domain devices disks default <br>selectattr name equalto vm hot plug storage<br>instance name list length 0 or <br>state not in vm hot plug storage instance or <br>state in vm hot plug storage instance and vm<br>hot plug storage instance state absent <br>and vm hot plug vm response obj spec template<br>spec domain devices disks default <br>selectattr name equalto vm hot plug storage<br>instance name list length 0**]:::task
150-
_storage___Perform_VM_Storage_Operation0-->End
149+
Start-->|Task| _compute___Verify_Instance_Type_exists_on_VM0[ compute verify instance type exists on vm<br>When: **instancetype in vm hot plug vm compute**]:::task
150+
_compute___Verify_Instance_Type_exists_on_VM0-->|Task| _compute___Verify_Instance_Type_does_not_exist_on_VM1[ compute verify instance type does not exist on<br>vm<br>When: **cpu in vm hot plug vm compute or memory in vm<br>hot plug vm compute**]:::task
151+
_compute___Verify_Instance_Type_does_not_exist_on_VM1-->|Task| _compute___Patch_VM_with_Compute_Modifications2[ compute patch vm with compute modifications]:::task
152+
_compute___Patch_VM_with_Compute_Modifications2-->End
151153
```
152154

153-
### Graph for main.yml
155+
### Graph for _storage.yml
154156

155157
```mermaid
156158
flowchart TD
@@ -164,10 +166,8 @@ classDef importRole stroke:#699ba7,stroke-width:2px;
164166
classDef includeVars stroke:#8e44ad,stroke-width:2px;
165167
classDef rescue stroke:#665352,stroke-width:2px;
166168
167-
Start-->|Task| Initialize_Variables0[initialize variables]:::task
168-
Initialize_Variables0-->|Include role| Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_1(invoke collect vm role<br>include_role: infra openshift virtualization ops vm collect):::includeRole
169-
Invoke_Collect_VM_Role_infra_openshift_virtualization_ops_vm_collect_1-->|Include task| Process_Hot_Plug_VM__process_vm_yml_2[process hot plug vm<br>include_task: process vm yml]:::includeTasks
170-
Process_Hot_Plug_VM__process_vm_yml_2-->End
169+
Start-->|Task| _storage___Perform_VM_Storage_Operation0[ storage perform vm storage operation<br>When: **state in vm hot plug storage instance and <br>vm hot plug storage instance state absent and<br> vm hot plug vm response obj spec template spec<br>domain devices disks default <br>selectattr name equalto vm hot plug storage<br>instance name list length 0 or <br>state not in vm hot plug storage instance or <br>state in vm hot plug storage instance and vm<br>hot plug storage instance state absent <br>and vm hot plug vm response obj spec template<br>spec domain devices disks default <br>selectattr name equalto vm hot plug storage<br>instance name list length 0**]:::task
170+
_storage___Perform_VM_Storage_Operation0-->End
171171
```
172172

173173
## Playbook

0 commit comments

Comments
 (0)