diff --git a/apiserver/documentation/api_versions.md b/apiserver/documentation/api_versions.md index 2f900ba..5b987e1 100644 --- a/apiserver/documentation/api_versions.md +++ b/apiserver/documentation/api_versions.md @@ -2,6 +2,7 @@ | Release | ApiVersion | |---------|------------| +| v1.17 | 2.31 | | v1.16 | 2.30 | | v1.15 | 2.29 | | v1.14 | 2.28 | diff --git a/apiserver/schema/services/queues.conf b/apiserver/schema/services/queues.conf index 4ac3db9..775063e 100644 --- a/apiserver/schema/services/queues.conf +++ b/apiserver/schema/services/queues.conf @@ -447,7 +447,7 @@ add_task { } } } - "999.0": ${add_task."2.4"} { + "2.31": ${add_task."2.4"} { request.properties.update_execution_queue { description: If set to false then the task 'execution.queue' is not updated type: boolean @@ -537,7 +537,7 @@ remove_task { } } } - "999.0": ${remove_task."2.4"} { + "2.31": ${remove_task."2.4"} { request.properties { update_task_status { type: boolean @@ -548,7 +548,7 @@ remove_task { } } clear_queue { - "999.0" { + "2.31" { description: Remove all tasks from the queue and change their statuses to what they were prior to enqueuing or 'created' request { type: object diff --git a/apiserver/schema/services/tasks.conf b/apiserver/schema/services/tasks.conf index 299c90a..7a37da9 100644 --- a/apiserver/schema/services/tasks.conf +++ b/apiserver/schema/services/tasks.conf @@ -1507,7 +1507,7 @@ Fails if the following parameters in the task were not filled: type: boolean } } - "999.0": ${enqueue."2.22"} { + "2.31": ${enqueue."2.22"} { request.properties.update_execution_queue { description: If set to false then the task 'execution.queue' is not updated. This can be done only for the task that is already enqueued type: boolean