open-nomad/.changelog/11743.txt
Tim Gross 395628efe1
api: paginate deployment list and accept wildcard namespace (#11743)
Add `per_page` and `next_token` handling to `Deployment.List` RPC, and
allow the use of a wildcard namespace for namespace filtering.
2022-01-03 08:36:02 -05:00

8 lines
180 B
Plaintext

```release-note:improvement
api: Updated the deployments list API to respect wildcard namespaces
```
```release-note:improvement
api: Added pagination to deployments list API
```