From ce97a036e1f385e688e144b2257e14934831224a Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 3 Mar 2022 17:30:19 -0500 Subject: [PATCH] changelog: add entry for #12186 --- .changelog/12186.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changelog/12186.txt diff --git a/.changelog/12186.txt b/.changelog/12186.txt new file mode 100644 index 000000000000..ece716987cc7 --- /dev/null +++ b/.changelog/12186.txt @@ -0,0 +1,15 @@ +```release-note:improvement +api: Add support for filtering, sorting, and pagination to the ACL tokens list endpoint +``` + +```release-note:improvement +api: Add support for filtering, sorting, and pagination to the allocations list endpoint +``` + +```release-note:improvement +api: Add support for filtering and pagination to the jobs list endpoint +``` + +```release-note:improvement +api: Add support for filtering and pagination to the volumes list endpoint +```