Skip to content

Commit

Permalink
Support v0.0.70 and v0.0.72 Artemis API (#3149)
Browse files Browse the repository at this point in the history
  • Loading branch information
happz authored Aug 20, 2024
1 parent c5c214a commit 0e68636
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tmt/steps/provision/artemis.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
# know when particular feature became available, and avoid using it with
# older APIs.
SUPPORTED_API_VERSIONS = (
# NEW: allow passing security group rules for guest creation
'0.0.72',
# NEW: guest log API adds multiple blobs
# NEW: dropped boot.method enum
'0.0.70',
# NEW: zcrypt HW requirement
'0.0.69',
# NEW: added cpu.flag constraint
Expand Down

0 comments on commit 0e68636

Please sign in to comment.