Releases
Release notes for Resource Surveillance (surveilr
) 0.10.0
What’s New
- Orchestration models
-
device
–surveilr
already has adevice
table but check to see if we need to enhance it. - Add a table called
orchestration_nature
with aorchestration_nature_id
TEXT ID primary key (not UUID), requirednature
TEXT,elaboration
JSONB columns- Start with a single default row with
orchestration_nature_id
calledV&V
andnature
calledVerification and Validation
- We will start with one type of “orchestration” called “V&V” and then we will add more later after V&V is done
- Start with a single default row with
-
orch_session
-> use it as it but call itorchestration_session
- add a text column called
orchestration_nature_id
to this table and default it toV&V
foreign key above.
- add a text column called
-
orch_session_entry
->orchestration_session_entry
-
orch_session_state
->orchestration_session_state
-
orch_session_exec
->orchestration_session_exec
-
orch_session_issue
->orchestration_session_issue
-
Bug Fixes
- GitLab Batch Size: The default used to be 20; however, it will now be determined by the
--batch-size
argument provided.
Assets
Please find the release here.